Send feedback
Class Tags.Builder (0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.10.0 keyboard_arrow_down
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
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]