public static final class Process.Builder extends GeneratedMessageV3.Builder<Process.Builder> implements ProcessOrBuilder
A process is the definition of a data transformation operation.
Protobuf type google.cloud.datacatalog.lineage.v1.Process
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Process.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Process buildPartial()
clear()
public Process.Builder clear()
Overrides
clearAttributes()
public Process.Builder clearAttributes()
clearDisplayName()
public Process.Builder clearDisplayName()
Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public Process.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public Process.Builder clearName()
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
.
Can be specified or auto-assigned.
{process} 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];
clearOneof(Descriptors.OneofDescriptor oneof)
public Process.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOrigin()
public Process.Builder clearOrigin()
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
clone()
public Process.Builder clone()
Overrides
containsAttributes(String key)
public boolean containsAttributes(String key)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
getAttributes()
public Map<String,Value> getAttributes()
getAttributesCount()
public int getAttributesCount()
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | |
getAttributesMap()
public Map<String,Value> getAttributesMap()
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
getAttributesOrDefault(String key, Value defaultValue)
public Value getAttributesOrDefault(String key, Value defaultValue)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
Value | |
getAttributesOrThrow(String key)
public Value getAttributesOrThrow(String key)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
Returns |
---|
Type | Description |
Value | |
getDefaultInstanceForType()
public Process getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisplayName()
public String getDisplayName()
Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
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 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
getMutableAttributes()
public Map<String,Value> getMutableAttributes()
Use alternate mutation accessors instead.
getName()
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
.
Can be specified or auto-assigned.
{process} 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];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
.
Can be specified or auto-assigned.
{process} 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];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getOrigin()
public Origin getOrigin()
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
Origin | The origin.
|
getOriginBuilder()
public Origin.Builder getOriginBuilder()
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
getOriginOrBuilder()
public OriginOrBuilder getOriginOrBuilder()
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
hasOrigin()
public boolean hasOrigin()
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the origin field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Process other)
public Process.Builder mergeFrom(Process other)
Parameter |
---|
Name | Description |
other | Process
|
public Process.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Process.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeOrigin(Origin value)
public Process.Builder mergeOrigin(Origin value)
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | Origin
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Process.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllAttributes(Map<String,Value> values)
public Process.Builder putAllAttributes(Map<String,Value> values)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
putAttributes(String key, Value value)
public Process.Builder putAttributes(String key, Value value)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
removeAttributes(String key)
public Process.Builder removeAttributes(String key)
Optional. The attributes of the process. Can be anything, for example,
"author". Up to 100 attributes are allowed.
map<string, .google.protobuf.Value> attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
setDisplayName(String value)
public Process.Builder setDisplayName(String value)
Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | String
The displayName to set.
|
setDisplayNameBytes(ByteString value)
public Process.Builder setDisplayNameBytes(ByteString value)
Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for displayName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Process.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public Process.Builder setName(String value)
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
.
Can be specified or auto-assigned.
{process} 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];
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public Process.Builder setNameBytes(ByteString value)
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
.
Can be specified or auto-assigned.
{process} 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];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setOrigin(Origin value)
public Process.Builder setOrigin(Origin value)
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | Origin
|
setOrigin(Origin.Builder builderForValue)
public Process.Builder setOrigin(Origin.Builder builderForValue)
Optional. The origin of this process and its runs and lineage events.
.google.cloud.datacatalog.lineage.v1.Origin origin = 4 [(.google.api.field_behavior) = OPTIONAL];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Process.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Process.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides