- 1.91.0 (latest)
- 1.89.0
- 1.88.0
- 1.87.0
- 1.86.0
- 1.84.0
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 1.74.0
- 1.73.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class TaggedEntry.Builder extends GeneratedMessage.Builder<TaggedEntry.Builder> implements TaggedEntryOrBuilderWrapper containing Entry and information about Tags that should and should not be attached to it.
Protobuf type google.cloud.datacatalog.v1.TaggedEntry
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TaggedEntry.BuilderImplements
TaggedEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAbsentTags(Tag value)
public TaggedEntry.Builder addAbsentTags(Tag value)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addAbsentTags(Tag.Builder builderForValue)
public TaggedEntry.Builder addAbsentTags(Tag.Builder builderForValue)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addAbsentTags(int index, Tag value)
public TaggedEntry.Builder addAbsentTags(int index, Tag value)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addAbsentTags(int index, Tag.Builder builderForValue)
public TaggedEntry.Builder addAbsentTags(int index, Tag.Builder builderForValue)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addAbsentTagsBuilder()
public Tag.Builder addAbsentTagsBuilder()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
addAbsentTagsBuilder(int index)
public Tag.Builder addAbsentTagsBuilder(int index)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
addAllAbsentTags(Iterable<? extends Tag> values)
public TaggedEntry.Builder addAllAbsentTags(Iterable<? extends Tag> values)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.datacatalog.v1.Tag> |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addAllPresentTags(Iterable<? extends Tag> values)
public TaggedEntry.Builder addAllPresentTags(Iterable<? extends Tag> values)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.datacatalog.v1.Tag> |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addPresentTags(Tag value)
public TaggedEntry.Builder addPresentTags(Tag value)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addPresentTags(Tag.Builder builderForValue)
public TaggedEntry.Builder addPresentTags(Tag.Builder builderForValue)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addPresentTags(int index, Tag value)
public TaggedEntry.Builder addPresentTags(int index, Tag value)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addPresentTags(int index, Tag.Builder builderForValue)
public TaggedEntry.Builder addPresentTags(int index, Tag.Builder builderForValue)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
addPresentTagsBuilder()
public Tag.Builder addPresentTagsBuilder()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
addPresentTagsBuilder(int index)
public Tag.Builder addPresentTagsBuilder(int index)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
build()
public TaggedEntry build()| Returns | |
|---|---|
| Type | Description |
TaggedEntry |
|
buildPartial()
public TaggedEntry buildPartial()| Returns | |
|---|---|
| Type | Description |
TaggedEntry |
|
clear()
public TaggedEntry.Builder clear()| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
clearAbsentTags()
public TaggedEntry.Builder clearAbsentTags()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
clearEntry()
public TaggedEntry.Builder clearEntry()| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
clearPresentTags()
public TaggedEntry.Builder clearPresentTags()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
clearV1Entry()
public TaggedEntry.Builder clearV1Entry()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
getAbsentTags(int index)
public Tag getAbsentTags(int index)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag |
|
getAbsentTagsBuilder(int index)
public Tag.Builder getAbsentTagsBuilder(int index)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
getAbsentTagsBuilderList()
public List<Tag.Builder> getAbsentTagsBuilderList()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAbsentTagsCount()
public int getAbsentTagsCount()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getAbsentTagsList()
public List<Tag> getAbsentTagsList()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Tag> |
|
getAbsentTagsOrBuilder(int index)
public TagOrBuilder getAbsentTagsOrBuilder(int index)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagOrBuilder |
|
getAbsentTagsOrBuilderList()
public List<? extends TagOrBuilder> getAbsentTagsOrBuilderList()Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder> |
|
getDefaultInstanceForType()
public TaggedEntry getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TaggedEntry |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntryCase()
public TaggedEntry.EntryCase getEntryCase()| Returns | |
|---|---|
| Type | Description |
TaggedEntry.EntryCase |
|
getPresentTags(int index)
public Tag getPresentTags(int index)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag |
|
getPresentTagsBuilder(int index)
public Tag.Builder getPresentTagsBuilder(int index)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag.Builder |
|
getPresentTagsBuilderList()
public List<Tag.Builder> getPresentTagsBuilderList()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getPresentTagsCount()
public int getPresentTagsCount()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPresentTagsList()
public List<Tag> getPresentTagsList()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Tag> |
|
getPresentTagsOrBuilder(int index)
public TagOrBuilder getPresentTagsOrBuilder(int index)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagOrBuilder |
|
getPresentTagsOrBuilderList()
public List<? extends TagOrBuilder> getPresentTagsOrBuilderList()Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder> |
|
getV1Entry()
public Entry getV1Entry()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Returns | |
|---|---|
| Type | Description |
Entry |
The v1Entry. |
getV1EntryBuilder()
public Entry.Builder getV1EntryBuilder()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Returns | |
|---|---|
| Type | Description |
Entry.Builder |
|
getV1EntryOrBuilder()
public EntryOrBuilder getV1EntryOrBuilder()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Returns | |
|---|---|
| Type | Description |
EntryOrBuilder |
|
hasV1Entry()
public boolean hasV1Entry()Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the v1Entry field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TaggedEntry other)
public TaggedEntry.Builder mergeFrom(TaggedEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
TaggedEntry |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TaggedEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TaggedEntry.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
mergeV1Entry(Entry value)
public TaggedEntry.Builder mergeV1Entry(Entry value)Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Entry |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
removeAbsentTags(int index)
public TaggedEntry.Builder removeAbsentTags(int index)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
removePresentTags(int index)
public TaggedEntry.Builder removePresentTags(int index)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setAbsentTags(int index, Tag value)
public TaggedEntry.Builder setAbsentTags(int index, Tag value)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setAbsentTags(int index, Tag.Builder builderForValue)
public TaggedEntry.Builder setAbsentTags(int index, Tag.Builder builderForValue)Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
repeated .google.cloud.datacatalog.v1.Tag absent_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setPresentTags(int index, Tag value)
public TaggedEntry.Builder setPresentTags(int index, Tag value)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tag |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setPresentTags(int index, Tag.Builder builderForValue)
public TaggedEntry.Builder setPresentTags(int index, Tag.Builder builderForValue)Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
repeated .google.cloud.datacatalog.v1.Tag present_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tag.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setV1Entry(Entry value)
public TaggedEntry.Builder setV1Entry(Entry value)Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Entry |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|
setV1Entry(Entry.Builder builderForValue)
public TaggedEntry.Builder setV1Entry(Entry.Builder builderForValue)Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Entry.Builder |
| Returns | |
|---|---|
| Type | Description |
TaggedEntry.Builder |
|