- 1.59.0 (latest)
- 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 interface TaggedEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAbsentTags(int index)
public abstract 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 |
getAbsentTagsCount()
public abstract 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 abstract 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 abstract 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 abstract 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> |
getEntryCase()
public abstract TaggedEntry.EntryCase getEntryCase()
Returns | |
---|---|
Type | Description |
TaggedEntry.EntryCase |
getPresentTags(int index)
public abstract 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 |
getPresentTagsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract Entry getV1Entry()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
Returns | |
---|---|
Type | Description |
Entry |
The v1Entry. |
getV1EntryOrBuilder()
public abstract EntryOrBuilder getV1EntryOrBuilder()
Non-encrypted Data Catalog v1 Entry.
.google.cloud.datacatalog.v1.Entry v1_entry = 1;
Returns | |
---|---|
Type | Description |
EntryOrBuilder |
hasV1Entry()
public abstract 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. |