- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public interface EntrySourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getAncestors(int index)
public abstract EntrySource.Ancestor getAncestors(int index)
Immutable. The entries representing the ancestors of the data resource in the source system.
repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EntrySource.Ancestor |
getAncestorsCount()
public abstract int getAncestorsCount()
Immutable. The entries representing the ancestors of the data resource in the source system.
repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
getAncestorsList()
public abstract List<EntrySource.Ancestor> getAncestorsList()
Immutable. The entries representing the ancestors of the data resource in the source system.
repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
List<Ancestor> |
getAncestorsOrBuilder(int index)
public abstract EntrySource.AncestorOrBuilder getAncestorsOrBuilder(int index)
Immutable. The entries representing the ancestors of the data resource in the source system.
repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EntrySource.AncestorOrBuilder |
getAncestorsOrBuilderList()
public abstract List<? extends EntrySource.AncestorOrBuilder> getAncestorsOrBuilderList()
Immutable. The entries representing the ancestors of the data resource in the source system.
repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.EntrySource.AncestorOrBuilder> |
getCreateTime()
public abstract Timestamp getCreateTime()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDescription()
public abstract String getDescription()
A description of the data resource. Maximum length is 2,000 characters.
string description = 6;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
A description of the data resource. Maximum length is 2,000 characters.
string description = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()
A user-friendly display name. Maximum length is 500 characters.
string display_name = 5;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
A user-friendly display name. Maximum length is 500 characters.
string display_name = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getLocation()
public abstract String getLocation()
Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.
string location = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.
string location = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getPlatform()
public abstract String getPlatform()
The platform containing the source system. Maximum length is 64 characters.
string platform = 3;
Returns | |
---|---|
Type | Description |
String |
The platform. |
getPlatformBytes()
public abstract ByteString getPlatformBytes()
The platform containing the source system. Maximum length is 64 characters.
string platform = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for platform. |
getResource()
public abstract String getResource()
The name of the resource in the source system. Maximum length is 4,000 characters.
string resource = 1;
Returns | |
---|---|
Type | Description |
String |
The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()
The name of the resource in the source system. Maximum length is 4,000 characters.
string resource = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resource. |
getSystem()
public abstract String getSystem()
The name of the source system. Maximum length is 64 characters.
string system = 2;
Returns | |
---|---|
Type | Description |
String |
The system. |
getSystemBytes()
public abstract ByteString getSystemBytes()
The name of the source system. Maximum length is 64 characters.
string system = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for system. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The time when the resource was last updated in the source system. If the
entry exists in the system and its EntrySource
has update_time
populated, further updates to the EntrySource
of the entry must provide
incremental updates to its update_time
.
.google.protobuf.Timestamp update_time = 11;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the resource was last updated in the source system. If the
entry exists in the system and its EntrySource
has update_time
populated, further updates to the EntrySource
of the entry must provide
incremental updates to its update_time
.
.google.protobuf.Timestamp update_time = 11;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The time when the resource was last updated in the source system. If the
entry exists in the system and its EntrySource
has update_time
populated, further updates to the EntrySource
of the entry must provide
incremental updates to its update_time
.
.google.protobuf.Timestamp update_time = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |