public interface EntryGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SystemTimestamps |
getDataCatalogTimestamps()
Output only.
|
SystemTimestampsOrBuilder |
getDataCatalogTimestampsOrBuilder()
Output only.
|
String |
getDescription()
Entry group description.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Entry group description.
|
String |
getDisplayName()
A short name to identify the entry group, for example,
"analytics data - jan 2011".
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A short name to identify the entry group, for example,
"analytics data - jan 2011".
|
String |
getName()
The resource name of the entry group in URL format.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the entry group in URL format.
|
boolean |
hasDataCatalogTimestamps()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
string name = 1;String getDisplayName()
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
string display_name = 2;String getDescription()
Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
string description = 3;boolean hasDataCatalogTimestamps()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
SystemTimestamps getDataCatalogTimestamps()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.