Send feedback
Class CreateTagRequest.Builder (1.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.23.0 keyboard_arrow_down
public static final class CreateTagRequest . Builder extends GeneratedMessageV3 . Builder<CreateTagRequest . Builder > implements CreateTagRequestOrBuilder
Request message for
CreateTag .
Protobuf type google.cloud.datacatalog.v1.CreateTagRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateTagRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CreateTagRequest build ()
buildPartial()
public CreateTagRequest buildPartial ()
clear()
public CreateTagRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateTagRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateTagRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearParent()
public CreateTagRequest . Builder clearParent ()
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to
1000 attached tags.
Note: The tag and its child resources might not be stored in
the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearTag()
public CreateTagRequest . Builder clearTag ()
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public CreateTagRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public CreateTagRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getParent()
public String getParent ()
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to
1000 attached tags.
Note: The tag and its child resources might not be stored in
the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to
1000 attached tags.
Note: The tag and its child resources might not be stored in
the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for parent.
getTag()
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description Tag
The tag.
getTagBuilder()
public Tag . Builder getTagBuilder ()
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
getTagOrBuilder()
public TagOrBuilder getTagOrBuilder ()
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
hasTag()
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description boolean
Whether the tag field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CreateTagRequest other)
public CreateTagRequest . Builder mergeFrom ( CreateTagRequest other )
public CreateTagRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CreateTagRequest . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeTag(Tag value)
public CreateTagRequest . Builder mergeTag ( Tag value )
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
Tag
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateTagRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateTagRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setParent(String value)
public CreateTagRequest . Builder setParent ( String value )
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to
1000 attached tags.
Note: The tag and its child resources might not be stored in
the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter Name Description value
String
The parent to set.
setParentBytes(ByteString value)
public CreateTagRequest . Builder setParentBytes ( ByteString value )
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to
1000 attached tags.
Note: The tag and its child resources might not be stored in
the location specified in its name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter Name Description value
ByteString
The bytes for parent to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateTagRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setTag(Tag value)
public CreateTagRequest . Builder setTag ( Tag value )
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
Tag
setTag(Tag.Builder builderForValue)
public CreateTagRequest . Builder setTag ( Tag . Builder builderForValue )
Required. The tag to create.
.google.cloud.datacatalog.v1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateTagRequest . 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."],[],[]]