public static final class Tags.Builder extends GeneratedMessageV3.Builder<Tags.Builder> implements TagsOrBuilder
A set of instance tags.
Protobuf type google.cloud.backupdr.v1.Tags
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public Tags.Builder addAllItems(Iterable<String> values)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Tags.Builder |
This builder for chaining.
|
public Tags.Builder addItems(String value)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The items to add.
|
Returns |
Type |
Description |
Tags.Builder |
This builder for chaining.
|
public Tags.Builder addItemsBytes(ByteString value)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes of the items to add.
|
Returns |
Type |
Description |
Tags.Builder |
This builder for chaining.
|
public Tags.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
Returns |
Type |
Description |
Tags |
|
public Tags buildPartial()
Returns |
Type |
Description |
Tags |
|
public Tags.Builder clear()
Overrides
public Tags.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public Tags.Builder clearItems()
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Tags.Builder |
This builder for chaining.
|
public Tags.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public Tags.Builder clone()
Overrides
public Tags getDefaultInstanceForType()
Returns |
Type |
Description |
Tags |
|
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getItems(int index)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The items at the given index.
|
public ByteString getItemsBytes(int index)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the items at the given index.
|
public int getItemsCount()
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of items.
|
public ProtocolStringList getItemsList()
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Tags.Builder mergeFrom(Tags other)
Parameter |
Name |
Description |
other |
Tags
|
public Tags.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public Tags.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final Tags.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public Tags.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Tags.Builder setItems(int index, String value)
Optional. An array of tags. Each tag must be 1-63 characters long, and
comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The items to set.
|
Returns |
Type |
Description |
Tags.Builder |
This builder for chaining.
|
public Tags.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final Tags.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides