- 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 static final class EntrySource.Builder extends GeneratedMessageV3.Builder<EntrySource.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EntrySource.BuilderImplements
EntrySourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllAncestors(Iterable<? extends EntrySource.Ancestor> values)
public EntrySource.Builder addAllAncestors(Iterable<? extends EntrySource.Ancestor> values)
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 |
values |
Iterable<? extends com.google.cloud.dataplex.v1.EntrySource.Ancestor> |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
addAncestors(EntrySource.Ancestor value)
public EntrySource.Builder addAncestors(EntrySource.Ancestor value)
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 |
value |
EntrySource.Ancestor |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
addAncestors(EntrySource.Ancestor.Builder builderForValue)
public EntrySource.Builder addAncestors(EntrySource.Ancestor.Builder builderForValue)
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 |
builderForValue |
EntrySource.Ancestor.Builder |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
addAncestors(int index, EntrySource.Ancestor value)
public EntrySource.Builder addAncestors(int index, EntrySource.Ancestor value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
EntrySource.Ancestor |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
addAncestors(int index, EntrySource.Ancestor.Builder builderForValue)
public EntrySource.Builder addAncestors(int index, EntrySource.Ancestor.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
EntrySource.Ancestor.Builder |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
addAncestorsBuilder()
public EntrySource.Ancestor.Builder addAncestorsBuilder()
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 |
EntrySource.Ancestor.Builder |
addAncestorsBuilder(int index)
public EntrySource.Ancestor.Builder addAncestorsBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EntrySource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
build()
public EntrySource build()
Returns | |
---|---|
Type | Description |
EntrySource |
buildPartial()
public EntrySource buildPartial()
Returns | |
---|---|
Type | Description |
EntrySource |
clear()
public EntrySource.Builder clear()
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
clearAncestors()
public EntrySource.Builder clearAncestors()
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 |
EntrySource.Builder |
clearCreateTime()
public EntrySource.Builder clearCreateTime()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
clearDescription()
public EntrySource.Builder clearDescription()
A description of the data resource. Maximum length is 2,000 characters.
string description = 6;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
clearDisplayName()
public EntrySource.Builder clearDisplayName()
A user-friendly display name. Maximum length is 500 characters.
string display_name = 5;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public EntrySource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
clearLabels()
public EntrySource.Builder clearLabels()
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
clearLocation()
public EntrySource.Builder clearLocation()
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 |
EntrySource.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EntrySource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
clearPlatform()
public EntrySource.Builder clearPlatform()
The platform containing the source system. Maximum length is 64 characters.
string platform = 3;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
clearResource()
public EntrySource.Builder clearResource()
The name of the resource in the source system. Maximum length is 4,000 characters.
string resource = 1;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
clearSystem()
public EntrySource.Builder clearSystem()
The name of the source system. Maximum length is 64 characters.
string system = 2;
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
clearUpdateTime()
public EntrySource.Builder clearUpdateTime()
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 |
EntrySource.Builder |
clone()
public EntrySource.Builder clone()
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
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 |
Returns | |
---|---|
Type | Description |
boolean |
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 |
Returns | |
---|---|
Type | Description |
EntrySource.Ancestor |
getAncestorsBuilder(int index)
public EntrySource.Ancestor.Builder getAncestorsBuilder(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.Builder |
getAncestorsBuilderList()
public List<EntrySource.Ancestor.Builder> getAncestorsBuilderList()
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<Builder> |
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];
Returns | |
---|---|
Type | Description |
List<Ancestor> |
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 |
Returns | |
---|---|
Type | Description |
EntrySource.AncestorOrBuilder |
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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public EntrySource getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EntrySource |
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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
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;
Returns | |
---|---|
Type | Description |
Map<String,String> |
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;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
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. |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
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. |
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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
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 |
Builder |
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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public EntrySource.Builder mergeCreateTime(Timestamp value)
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
mergeFrom(EntrySource other)
public EntrySource.Builder mergeFrom(EntrySource other)
Parameter | |
---|---|
Name | Description |
other |
EntrySource |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntrySource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public EntrySource.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EntrySource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
mergeUpdateTime(Timestamp value)
public EntrySource.Builder mergeUpdateTime(Timestamp value)
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;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
putAllLabels(Map<String,String> values)
public EntrySource.Builder putAllLabels(Map<String,String> values)
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
putLabels(String key, String value)
public EntrySource.Builder putLabels(String key, String value)
User-defined labels. The maximum size of keys and values is 128 characters each.
map<string, string> labels = 7;
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
removeAncestors(int index)
public EntrySource.Builder removeAncestors(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.Builder |
removeLabels(String key)
public EntrySource.Builder removeLabels(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 |
EntrySource.Builder |
setAncestors(int index, EntrySource.Ancestor value)
public EntrySource.Builder setAncestors(int index, EntrySource.Ancestor value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
EntrySource.Ancestor |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setAncestors(int index, EntrySource.Ancestor.Builder builderForValue)
public EntrySource.Builder setAncestors(int index, EntrySource.Ancestor.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
EntrySource.Ancestor.Builder |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setCreateTime(Timestamp value)
public EntrySource.Builder setCreateTime(Timestamp value)
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public EntrySource.Builder setCreateTime(Timestamp.Builder builderForValue)
The time when the resource was created in the source system.
.google.protobuf.Timestamp create_time = 10;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setDescription(String value)
public EntrySource.Builder setDescription(String value)
A description of the data resource. Maximum length is 2,000 characters.
string description = 6;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public EntrySource.Builder setDescriptionBytes(ByteString value)
A description of the data resource. Maximum length is 2,000 characters.
string description = 6;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setDisplayName(String value)
public EntrySource.Builder setDisplayName(String value)
A user-friendly display name. Maximum length is 500 characters.
string display_name = 5;
Parameter | |
---|---|
Name | Description |
value |
String The displayName to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public EntrySource.Builder setDisplayNameBytes(ByteString value)
A user-friendly display name. Maximum length is 500 characters.
string display_name = 5;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public EntrySource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setLocation(String value)
public EntrySource.Builder setLocation(String value)
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];
Parameter | |
---|---|
Name | Description |
value |
String The location to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public EntrySource.Builder setLocationBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for location to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setPlatform(String value)
public EntrySource.Builder setPlatform(String value)
The platform containing the source system. Maximum length is 64 characters.
string platform = 3;
Parameter | |
---|---|
Name | Description |
value |
String The platform to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setPlatformBytes(ByteString value)
public EntrySource.Builder setPlatformBytes(ByteString value)
The platform containing the source system. Maximum length is 64 characters.
string platform = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for platform to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EntrySource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setResource(String value)
public EntrySource.Builder setResource(String value)
The name of the resource in the source system. Maximum length is 4,000 characters.
string resource = 1;
Parameter | |
---|---|
Name | Description |
value |
String The resource to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public EntrySource.Builder setResourceBytes(ByteString value)
The name of the resource in the source system. Maximum length is 4,000 characters.
string resource = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for resource to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setSystem(String value)
public EntrySource.Builder setSystem(String value)
The name of the source system. Maximum length is 64 characters.
string system = 2;
Parameter | |
---|---|
Name | Description |
value |
String The system to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setSystemBytes(ByteString value)
public EntrySource.Builder setSystemBytes(ByteString value)
The name of the source system. Maximum length is 64 characters.
string system = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for system to set. |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final EntrySource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setUpdateTime(Timestamp value)
public EntrySource.Builder setUpdateTime(Timestamp value)
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;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public EntrySource.Builder setUpdateTime(Timestamp.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
EntrySource.Builder |