- 0.72.0 (latest)
- 0.70.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.1.0
public static final class Run.Builder extends GeneratedMessageV3.Builder<Run.Builder> implements RunOrBuilderA lineage run represents an execution of a process that creates lineage events.
Protobuf type google.cloud.datacatalog.lineage.v1.Run
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Run.BuilderImplements
RunOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Run.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Run.Builder |
build()
public Run build()| Type | Description |
Run |
buildPartial()
public Run buildPartial()| Type | Description |
Run |
clear()
public Run.Builder clear()| Type | Description |
Run.Builder |
clearAttributes()
public Run.Builder clearAttributes()| Type | Description |
Run.Builder |
clearDisplayName()
public Run.Builder clearDisplayName() Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Run.Builder |
This builder for chaining. |
clearEndTime()
public Run.Builder clearEndTime()Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Run.Builder |
clearField(Descriptors.FieldDescriptor field)
public Run.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
Run.Builder |
clearName()
public Run.Builder clearName() Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Can be specified or auto-assigned.
{run} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
Run.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Run.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
Run.Builder |
clearStartTime()
public Run.Builder clearStartTime()Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Run.Builder |
clearState()
public Run.Builder clearState()Required. The state of the run.
.google.cloud.datacatalog.lineage.v1.Run.State state = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Run.Builder |
This builder for chaining. |
clone()
public Run.Builder clone()| Type | Description |
Run.Builder |
containsAttributes(String key)
public boolean containsAttributes(String key)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
key |
String |
| Type | Description |
boolean |
getAttributes()
public Map<String,Value> getAttributes()Use #getAttributesMap() instead.
| Type | Description |
Map<String,Value> |
getAttributesCount()
public int getAttributesCount()Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
int |
getAttributesMap()
public Map<String,Value> getAttributesMap()Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Map<String,Value> |
getAttributesOrDefault(String key, Value defaultValue)
public Value getAttributesOrDefault(String key, Value defaultValue)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
key |
String |
defaultValue |
Value |
| Type | Description |
Value |
getAttributesOrThrow(String key)
public Value getAttributesOrThrow(String key)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
key |
String |
| Type | Description |
Value |
getDefaultInstanceForType()
public Run getDefaultInstanceForType()| Type | Description |
Run |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName() Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes() Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
ByteString |
The bytes for displayName. |
getEndTime()
public Timestamp getEndTime()Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Timestamp |
The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
TimestampOrBuilder |
getMutableAttributes()
public Map<String,Value> getMutableAttributes()Use alternate mutation accessors instead.
| Type | Description |
Map<String,Value> |
getName()
public String getName() Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Can be specified or auto-assigned.
{run} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Can be specified or auto-assigned.
{run} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
ByteString |
The bytes for name. |
getStartTime()
public Timestamp getStartTime()Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Timestamp |
The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
TimestampOrBuilder |
getState()
public Run.State getState()Required. The state of the run.
.google.cloud.datacatalog.lineage.v1.Run.State state = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Run.State |
The state. |
getStateValue()
public int getStateValue()Required. The state of the run.
.google.cloud.datacatalog.lineage.v1.Run.State state = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasEndTime()
public boolean hasEndTime()Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description |
number |
int |
| Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description |
number |
int |
| Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeEndTime(Timestamp value)
public Run.Builder mergeEndTime(Timestamp value)Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
value |
Timestamp |
| Type | Description |
Run.Builder |
mergeFrom(Run other)
public Run.Builder mergeFrom(Run other)| Name | Description |
other |
Run |
| Type | Description |
Run.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Run.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
Run.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public Run.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
Run.Builder |
mergeStartTime(Timestamp value)
public Run.Builder mergeStartTime(Timestamp value)Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
Timestamp |
| Type | Description |
Run.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Run.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Run.Builder |
putAllAttributes(Map<String,Value> values)
public Run.Builder putAllAttributes(Map<String,Value> values)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
values |
Map<String,Value> |
| Type | Description |
Run.Builder |
putAttributes(String key, Value value)
public Run.Builder putAttributes(String key, Value value)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
key |
String |
value |
Value |
| Type | Description |
Run.Builder |
removeAttributes(String key)
public Run.Builder removeAttributes(String key)Optional. The attributes of the run. Can be anything, for example, a string with an SQL request. Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
key |
String |
| Type | Description |
Run.Builder |
setDisplayName(String value)
public Run.Builder setDisplayName(String value) Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
value |
StringThe displayName to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Run.Builder setDisplayNameBytes(ByteString value) Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setEndTime(Timestamp value)
public Run.Builder setEndTime(Timestamp value)Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
value |
Timestamp |
| Type | Description |
Run.Builder |
setEndTime(Timestamp.Builder builderForValue)
public Run.Builder setEndTime(Timestamp.Builder builderForValue)Optional. The timestamp of the end of the run.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
builderForValue |
Builder |
| Type | Description |
Run.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Run.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Run.Builder |
setName(String value)
public Run.Builder setName(String value) Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Can be specified or auto-assigned.
{run} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Name | Description |
value |
StringThe name to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Run.Builder setNameBytes(ByteString value) Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}.
Can be specified or auto-assigned.
{run} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Run.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
Run.Builder |
setStartTime(Timestamp value)
public Run.Builder setStartTime(Timestamp value)Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
Timestamp |
| Type | Description |
Run.Builder |
setStartTime(Timestamp.Builder builderForValue)
public Run.Builder setStartTime(Timestamp.Builder builderForValue)Required. The timestamp of the start of the run.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
builderForValue |
Builder |
| Type | Description |
Run.Builder |
setState(Run.State value)
public Run.Builder setState(Run.State value)Required. The state of the run.
.google.cloud.datacatalog.lineage.v1.Run.State state = 6 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
Run.StateThe state to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setStateValue(int value)
public Run.Builder setStateValue(int value)Required. The state of the run.
.google.cloud.datacatalog.lineage.v1.Run.State state = 6 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Type | Description |
Run.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Run.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Run.Builder |