public static final class GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder extends <any> implements GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
Refresh request.Protobuf type
hadoop.common.GenericRefreshRequestProto
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public GenericRefreshProtocolProtos.GenericRefreshRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GenericRefreshProtocolProtos.GenericRefreshRequestProto build()
public GenericRefreshProtocolProtos.GenericRefreshRequestProto buildPartial()
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clone()
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder mergeFrom(GenericRefreshProtocolProtos.GenericRefreshRequestProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public boolean hasIdentifier()
optional string identifier = 1;
hasIdentifier
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public String getIdentifier()
optional string identifier = 1;
getIdentifier
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public com.google.protobuf.ByteString getIdentifierBytes()
optional string identifier = 1;
getIdentifierBytes
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setIdentifier(String value)
optional string identifier = 1;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clearIdentifier()
optional string identifier = 1;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setIdentifierBytes(com.google.protobuf.ByteString value)
optional string identifier = 1;
public com.google.protobuf.ProtocolStringList getArgsList()
repeated string args = 2;
getArgsList
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public int getArgsCount()
repeated string args = 2;
getArgsCount
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public String getArgs(int index)
repeated string args = 2;
getArgs
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public com.google.protobuf.ByteString getArgsBytes(int index)
repeated string args = 2;
getArgsBytes
in interface GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setArgs(int index, String value)
repeated string args = 2;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder addArgs(String value)
repeated string args = 2;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder addAllArgs(Iterable<String> values)
repeated string args = 2;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder clearArgs()
repeated string args = 2;
public GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder addArgsBytes(com.google.protobuf.ByteString value)
repeated string args = 2;
public final GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.