Class DescriptorProtos.ServiceDescriptorProto.Builder (3.19.4)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
public static final class DescriptorProtos . ServiceDescriptorProto . Builder extends GeneratedMessageV3 . Builder<DescriptorProtos . ServiceDescriptorProto . Builder > implements DescriptorProtos . ServiceDescriptorProtoOrBuilder
Describes a service.
Protobuf type google.protobuf.ServiceDescriptorProto
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto> values)
public DescriptorProtos . ServiceDescriptorProto . Builder addAllMethod ( Iterable <? extends DescriptorProtos . MethodDescriptorProto > values )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
values
Iterable <? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProto >
addMethod(DescriptorProtos.MethodDescriptorProto value)
public DescriptorProtos . ServiceDescriptorProto . Builder addMethod ( DescriptorProtos . MethodDescriptorProto value )
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
public DescriptorProtos . ServiceDescriptorProto . Builder addMethod ( DescriptorProtos . MethodDescriptorProto . Builder builderForValue )
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int index, DescriptorProtos.MethodDescriptorProto value)
public DescriptorProtos . ServiceDescriptorProto . Builder addMethod ( int index , DescriptorProtos . MethodDescriptorProto value )
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
public DescriptorProtos . ServiceDescriptorProto . Builder addMethod ( int index , DescriptorProtos . MethodDescriptorProto . Builder builderForValue )
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder()
public DescriptorProtos . MethodDescriptorProto . Builder addMethodBuilder ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder(int index)
public DescriptorProtos . MethodDescriptorProto . Builder addMethodBuilder ( int index )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DescriptorProtos . ServiceDescriptorProto . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DescriptorProtos . ServiceDescriptorProto build ()
buildPartial()
public DescriptorProtos . ServiceDescriptorProto buildPartial ()
clear()
public DescriptorProtos . ServiceDescriptorProto . Builder clear ()
Called by the initialization and clear code paths to allow subclasses to
reset any of their builtin fields back to the initial values.
Overrides
clearField(Descriptors.FieldDescriptor field)
public DescriptorProtos . ServiceDescriptorProto . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearMethod()
public DescriptorProtos . ServiceDescriptorProto . Builder clearMethod ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
clearName()
public DescriptorProtos . ServiceDescriptorProto . Builder clearName ()
optional string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public DescriptorProtos . ServiceDescriptorProto . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
TODO(jieluo): Clear it when all subclasses have implemented this method.
Overrides
clearOptions()
public DescriptorProtos . ServiceDescriptorProto . Builder clearOptions ()
optional .google.protobuf.ServiceOptions options = 3;
clone()
public DescriptorProtos . ServiceDescriptorProto . Builder clone ()
Overrides
getDefaultInstanceForType()
public DescriptorProtos . ServiceDescriptorProto getDefaultInstanceForType ()
Get an instance of the type with no fields set. Because no fields are set, all getters for
singular fields will return default values and repeated fields will appear empty. This may or
may not be a singleton. This differs from the getDefaultInstance()
method of generated
message classes in that this method is an abstract method of the MessageLite
interface
whereas getDefaultInstance()
is a static method of a specific class. They return the
same thing.
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Get the message's type's descriptor. This differs from the getDescriptor()
method of
generated message classes in that this method is an abstract method of the Message
interface whereas getDescriptor()
is a static method of a specific class. They return
the same thing.
Overrides
getMethod(int index)
public DescriptorProtos . MethodDescriptorProto getMethod ( int index )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
index
int
getMethodBuilder(int index)
public DescriptorProtos . MethodDescriptorProto . Builder getMethodBuilder ( int index )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
index
int
getMethodBuilderList()
public List<DescriptorProtos . MethodDescriptorProto . Builder > getMethodBuilderList ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount()
public int getMethodCount ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
Returns
Type
Description
int
getMethodList()
public List<DescriptorProtos . MethodDescriptorProto > getMethodList ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int index)
public DescriptorProtos . MethodDescriptorProtoOrBuilder getMethodOrBuilder ( int index )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
index
int
getMethodOrBuilderList()
public List <? extends DescriptorProtos . MethodDescriptorProtoOrBuilder > getMethodOrBuilderList ()
repeated .google.protobuf.MethodDescriptorProto method = 2;
Returns
Type
Description
List <? extends com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder >
getName()
optional string name = 1;
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
optional string name = 1;
Returns
Type
Description
ByteString
The bytes for name.
getOptions()
public DescriptorProtos . ServiceOptions getOptions ()
optional .google.protobuf.ServiceOptions options = 3;
getOptionsBuilder()
public DescriptorProtos . ServiceOptions . Builder getOptionsBuilder ()
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder()
public DescriptorProtos . ServiceOptionsOrBuilder getOptionsOrBuilder ()
optional .google.protobuf.ServiceOptions options = 3;
hasName()
optional string name = 1;
Returns
Type
Description
boolean
Whether the name field is set.
hasOptions()
public boolean hasOptions ()
optional .google.protobuf.ServiceOptions options = 3;
Returns
Type
Description
boolean
Whether the options field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Get the FieldAccessorTable for this type. We can't have the message
class pass this in to the constructor because of bootstrapping trouble
with DescriptorProtos.
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public DescriptorProtos . ServiceDescriptorProto . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Like Builder#mergeFrom(CodedInputStream) , but also parses extensions. The extensions
that you want to be able to parse must be registered in extensionRegistry
. Extensions
not in the registry will be treated as unknown fields.
Overrides
mergeFrom(DescriptorProtos.ServiceDescriptorProto other)
public DescriptorProtos . ServiceDescriptorProto . Builder mergeFrom ( DescriptorProtos . ServiceDescriptorProto other )
mergeFrom(Message other)
public DescriptorProtos . ServiceDescriptorProto . Builder mergeFrom ( Message other )
Merge other
into the message being built. other
must have the exact same type
as this
(i.e. getDescriptorForType() == other.getDescriptorForType()
).
Merging occurs as follows. For each field:
For singular primitive fields, if the field is set in other
, then other
's
value overwrites the value in this message.
For singular message fields, if the field is set in other
, it is merged into the
corresponding sub-message of this message using the same merging rules.
For repeated fields, the elements in other
are concatenated with the elements in
this message.
For oneof groups, if the other message has one of the fields set, the group of this message
is cleared and replaced by the field of the other message, so that the oneof constraint is
preserved.
This is equivalent to the Message::MergeFrom
method in C++.
Parameter
Name
Description
other
Message
Overrides
mergeOptions(DescriptorProtos.ServiceOptions value)
public DescriptorProtos . ServiceDescriptorProto . Builder mergeOptions ( DescriptorProtos . ServiceOptions value )
optional .google.protobuf.ServiceOptions options = 3;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DescriptorProtos . ServiceDescriptorProto . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeMethod(int index)
public DescriptorProtos . ServiceDescriptorProto . Builder removeMethod ( int index )
repeated .google.protobuf.MethodDescriptorProto method = 2;
Parameter
Name
Description
index
int
setField(Descriptors.FieldDescriptor field, Object value)
public DescriptorProtos . ServiceDescriptorProto . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setMethod(int index, DescriptorProtos.MethodDescriptorProto value)
public DescriptorProtos . ServiceDescriptorProto . Builder setMethod ( int index , DescriptorProtos . MethodDescriptorProto value )
repeated .google.protobuf.MethodDescriptorProto method = 2;
setMethod(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
public DescriptorProtos . ServiceDescriptorProto . Builder setMethod ( int index , DescriptorProtos . MethodDescriptorProto . Builder builderForValue )
repeated .google.protobuf.MethodDescriptorProto method = 2;
setName(String value)
public DescriptorProtos . ServiceDescriptorProto . Builder setName ( String value )
optional string name = 1;
Parameter
Name
Description
value
String
The name to set.
setNameBytes(ByteString value)
public DescriptorProtos . ServiceDescriptorProto . Builder setNameBytes ( ByteString value )
optional string name = 1;
Parameter
Name
Description
value
ByteString
The bytes for name to set.
setOptions(DescriptorProtos.ServiceOptions value)
public DescriptorProtos . ServiceDescriptorProto . Builder setOptions ( DescriptorProtos . ServiceOptions value )
optional .google.protobuf.ServiceOptions options = 3;
setOptions(DescriptorProtos.ServiceOptions.Builder builderForValue)
public DescriptorProtos . ServiceDescriptorProto . Builder setOptions ( DescriptorProtos . ServiceOptions . Builder builderForValue )
optional .google.protobuf.ServiceOptions options = 3;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DescriptorProtos . ServiceDescriptorProto . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DescriptorProtos . ServiceDescriptorProto . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-30 UTC."],[],[],null,[]]