public static final class ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder extends <any> implements ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
Get protocol signature request.Protobuf type
hadoop.common.GetProtocolSignatureRequestProto
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public ProtocolInfoProtos.GetProtocolSignatureRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ProtocolInfoProtos.GetProtocolSignatureRequestProto build()
public ProtocolInfoProtos.GetProtocolSignatureRequestProto buildPartial()
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clone()
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder mergeFrom(ProtocolInfoProtos.GetProtocolSignatureRequestProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public boolean hasProtocol()
Protocol name
required string protocol = 1;
hasProtocol
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public String getProtocol()
Protocol name
required string protocol = 1;
getProtocol
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public com.google.protobuf.ByteString getProtocolBytes()
Protocol name
required string protocol = 1;
getProtocolBytes
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setProtocol(String value)
Protocol name
required string protocol = 1;
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clearProtocol()
Protocol name
required string protocol = 1;
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setProtocolBytes(com.google.protobuf.ByteString value)
Protocol name
required string protocol = 1;
public boolean hasRpcKind()
RPC kind
required string rpcKind = 2;
hasRpcKind
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public String getRpcKind()
RPC kind
required string rpcKind = 2;
getRpcKind
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public com.google.protobuf.ByteString getRpcKindBytes()
RPC kind
required string rpcKind = 2;
getRpcKindBytes
in interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setRpcKind(String value)
RPC kind
required string rpcKind = 2;
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder clearRpcKind()
RPC kind
required string rpcKind = 2;
public ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setRpcKindBytes(com.google.protobuf.ByteString value)
RPC kind
required string rpcKind = 2;
public final ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.