public final class EntrySource extends GeneratedMessageV3 implements EntrySourceOrBuilder
Information related to the source system of the data resource that is
represented by the entry.
Protobuf type google.cloud.dataplex.v1.EntrySource
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANCESTORS_FIELD_NUMBER
public static final int ANCESTORS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PLATFORM_FIELD_NUMBER
public static final int PLATFORM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SYSTEM_FIELD_NUMBER
public static final int SYSTEM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static EntrySource getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EntrySource.Builder newBuilder()
newBuilder(EntrySource prototype)
public static EntrySource.Builder newBuilder(EntrySource prototype)
parseDelimitedFrom(InputStream input)
public static EntrySource parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EntrySource parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EntrySource parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static EntrySource parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static EntrySource parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EntrySource parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EntrySource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EntrySource> parser()
Methods
containsLabels(String key)
public 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
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAncestors(int index)
public 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
|
getAncestorsCount()
public 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 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];
getAncestorsOrBuilder(int index)
public 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
|
getAncestorsOrBuilderList()
public 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 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 TimestampOrBuilder getCreateTimeOrBuilder()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
getDefaultInstanceForType()
public EntrySource getDefaultInstanceForType()
getDescription()
public 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 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 String getDisplayName()
A user-friendly display name.
Maximum length is 500 characters.
string display_name = 5;
Returns |
Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public 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 Map<String,String> getLabels()
getLabelsCount()
public 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 Map<String,String> getLabelsMap()
User-defined labels.
The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
getLabelsOrDefault(String key, String defaultValue)
public 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;
Returns |
Type |
Description |
String |
|
getLabelsOrThrow(String key)
public 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 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 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.
|
getParserForType()
public Parser<EntrySource> getParserForType()
Overrides
getPlatform()
public String getPlatform()
The platform containing the source system.
Maximum length is 64 characters.
string platform = 3;
Returns |
Type |
Description |
String |
The platform.
|
getPlatformBytes()
public 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 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 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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSystem()
public String getSystem()
The name of the source system.
Maximum length is 64 characters.
string system = 2;
Returns |
Type |
Description |
String |
The system.
|
getSystemBytes()
public 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 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 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;
hasCreateTime()
public 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 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EntrySource.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EntrySource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public EntrySource.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides