public static final class CreateTagRequest.Builder extends GeneratedMessage.Builder<CreateTagRequest.Builder> implements CreateTagRequestOrBuilderRequest message for CreateTag.
Protobuf type google.cloud.datacatalog.v1beta1.CreateTagRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateTagRequest.BuilderImplements
CreateTagRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateTagRequest build()| Returns | |
|---|---|
| Type | Description |
CreateTagRequest |
|
buildPartial()
public CreateTagRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateTagRequest |
|
clear()
public CreateTagRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
clearParent()
public CreateTagRequest.Builder clearParent()Required. The name of the resource to attach this tag to. Tags can be attached to Entries. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
This builder for chaining. |
clearTag()
public CreateTagRequest.Builder clearTag()Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
getDefaultInstanceForType()
public CreateTagRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateTagRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The name of the resource to attach this tag to. Tags can be attached to Entries. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this 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. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTag()
public Tag getTag()Required. The tag to create.
.google.cloud.datacatalog.v1beta1.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.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
getTagOrBuilder()
public TagOrBuilder getTagOrBuilder()Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TagOrBuilder |
|
hasTag()
public boolean hasTag()Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tag field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateTagRequest other)
public CreateTagRequest.Builder mergeFrom(CreateTagRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTagRequest |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateTagRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateTagRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
mergeTag(Tag value)
public CreateTagRequest.Builder mergeTag(Tag value)Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
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. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
This builder for chaining. |
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. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
This builder for chaining. |
setTag(Tag value)
public CreateTagRequest.Builder setTag(Tag value)Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|
setTag(Tag.Builder builderForValue)
public CreateTagRequest.Builder setTag(Tag.Builder builderForValue)Required. The tag to create.
.google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest.Builder |
|