public static final class DocumentationRule.Builder extends GeneratedMessageV3.Builder<DocumentationRule.Builder> implements DocumentationRuleOrBuilder
A documentation rule provides information about individual API elements.
Protobuf type google.api.DocumentationRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DocumentationRule.BuilderImplements
DocumentationRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DocumentationRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DocumentationRule.Builder |
build()
public DocumentationRule build()
Type | Description |
DocumentationRule |
buildPartial()
public DocumentationRule buildPartial()
Type | Description |
DocumentationRule |
clear()
public DocumentationRule.Builder clear()
Type | Description |
DocumentationRule.Builder |
clearDeprecationDescription()
public DocumentationRule.Builder clearDeprecationDescription()
Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
string deprecation_description = 3;
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
clearDescription()
public DocumentationRule.Builder clearDescription()
Description of the selected API(s).
string description = 2;
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DocumentationRule.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DocumentationRule.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DocumentationRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DocumentationRule.Builder |
clearSelector()
public DocumentationRule.Builder clearSelector()
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b" or "foo..bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
string selector = 1;
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
clone()
public DocumentationRule.Builder clone()
Type | Description |
DocumentationRule.Builder |
getDefaultInstanceForType()
public DocumentationRule getDefaultInstanceForType()
Type | Description |
DocumentationRule |
getDeprecationDescription()
public String getDeprecationDescription()
Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
string deprecation_description = 3;
Type | Description |
String | The deprecationDescription. |
getDeprecationDescriptionBytes()
public ByteString getDeprecationDescriptionBytes()
Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
string deprecation_description = 3;
Type | Description |
ByteString | The bytes for deprecationDescription. |
getDescription()
public String getDescription()
Description of the selected API(s).
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description of the selected API(s).
string description = 2;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getSelector()
public String getSelector()
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b" or "foo..bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
string selector = 1;
Type | Description |
String | The selector. |
getSelectorBytes()
public ByteString getSelectorBytes()
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b" or "foo..bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
string selector = 1;
Type | Description |
ByteString | The bytes for selector. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DocumentationRule other)
public DocumentationRule.Builder mergeFrom(DocumentationRule other)
Name | Description |
other | DocumentationRule |
Type | Description |
DocumentationRule.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DocumentationRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentationRule.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DocumentationRule.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DocumentationRule.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DocumentationRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DocumentationRule.Builder |
setDeprecationDescription(String value)
public DocumentationRule.Builder setDeprecationDescription(String value)
Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
string deprecation_description = 3;
Name | Description |
value | String The deprecationDescription to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setDeprecationDescriptionBytes(ByteString value)
public DocumentationRule.Builder setDeprecationDescriptionBytes(ByteString value)
Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
string deprecation_description = 3;
Name | Description |
value | ByteString The bytes for deprecationDescription to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setDescription(String value)
public DocumentationRule.Builder setDescription(String value)
Description of the selected API(s).
string description = 2;
Name | Description |
value | String The description to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public DocumentationRule.Builder setDescriptionBytes(ByteString value)
Description of the selected API(s).
string description = 2;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DocumentationRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DocumentationRule.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DocumentationRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DocumentationRule.Builder |
setSelector(String value)
public DocumentationRule.Builder setSelector(String value)
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b" or "foo..bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
string selector = 1;
Name | Description |
value | String The selector to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setSelectorBytes(ByteString value)
public DocumentationRule.Builder setSelectorBytes(ByteString value)
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b" or "foo..bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
string selector = 1;
Name | Description |
value | ByteString The bytes for selector to set. |
Type | Description |
DocumentationRule.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DocumentationRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DocumentationRule.Builder |