public final class RunTaskRequest extends GeneratedMessageV3 implements RunTaskRequestOrBuilder
Protobuf type google.cloud.dataplex.v1.RunTaskRequest
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
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static RunTaskRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RunTaskRequest.Builder newBuilder()
newBuilder(RunTaskRequest prototype)
public static RunTaskRequest.Builder newBuilder(RunTaskRequest prototype)
public static RunTaskRequest parseDelimitedFrom(InputStream input)
public static RunTaskRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RunTaskRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunTaskRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RunTaskRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunTaskRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunTaskRequest parseFrom(CodedInputStream input)
public static RunTaskRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunTaskRequest parseFrom(InputStream input)
public static RunTaskRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RunTaskRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunTaskRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RunTaskRequest> parser()
Methods
containsArgs(String key)
public boolean containsArgs(String key)
Optional. Execution spec arguments. If the map is left empty, the task will
run with existing execution spec args from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
args. If the map contains an entry with an existing arg key in task
definition, the task will run with new arg value for that entry. Clearing
an existing arg will require arg value to be explicitly set to a hyphen
"-". The arg value cannot be empty.
map<string, string> args = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
containsLabels(String key)
public boolean containsLabels(String key)
Optional. User-defined labels for the task. If the map is left empty, the
task will run with existing labels from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
labels. If the map contains an entry with an existing label key in task
definition, the task will run with new label value for that entry. Clearing
an existing label will require label value to be explicitly set to a hyphen
"-". The label value cannot be empty.
map<string, string> labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getArgs() (deprecated)
public Map<String,String> getArgs()
getArgsCount()
public int getArgsCount()
Optional. Execution spec arguments. If the map is left empty, the task will
run with existing execution spec args from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
args. If the map contains an entry with an existing arg key in task
definition, the task will run with new arg value for that entry. Clearing
an existing arg will require arg value to be explicitly set to a hyphen
"-". The arg value cannot be empty.
map<string, string> args = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | |
getArgsMap()
public Map<String,String> getArgsMap()
Optional. Execution spec arguments. If the map is left empty, the task will
run with existing execution spec args from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
args. If the map contains an entry with an existing arg key in task
definition, the task will run with new arg value for that entry. Clearing
an existing arg will require arg value to be explicitly set to a hyphen
"-". The arg value cannot be empty.
map<string, string> args = 4 [(.google.api.field_behavior) = OPTIONAL];
getArgsOrDefault(String key, String defaultValue)
public String getArgsOrDefault(String key, String defaultValue)
Optional. Execution spec arguments. If the map is left empty, the task will
run with existing execution spec args from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
args. If the map contains an entry with an existing arg key in task
definition, the task will run with new arg value for that entry. Clearing
an existing arg will require arg value to be explicitly set to a hyphen
"-". The arg value cannot be empty.
map<string, string> args = 4 [(.google.api.field_behavior) = OPTIONAL];
getArgsOrThrow(String key)
public String getArgsOrThrow(String key)
Optional. Execution spec arguments. If the map is left empty, the task will
run with existing execution spec args from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
args. If the map contains an entry with an existing arg key in task
definition, the task will run with new arg value for that entry. Clearing
an existing arg will require arg value to be explicitly set to a hyphen
"-". The arg value cannot be empty.
map<string, string> args = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
getDefaultInstanceForType()
public RunTaskRequest getDefaultInstanceForType()
getLabels() (deprecated)
public Map<String,String> getLabels()
getLabelsCount()
public int getLabelsCount()
Optional. User-defined labels for the task. If the map is left empty, the
task will run with existing labels from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
labels. If the map contains an entry with an existing label key in task
definition, the task will run with new label value for that entry. Clearing
an existing label will require label value to be explicitly set to a hyphen
"-". The label value cannot be empty.
map<string, string> labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | |
getLabelsMap()
public Map<String,String> getLabelsMap()
Optional. User-defined labels for the task. If the map is left empty, the
task will run with existing labels from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
labels. If the map contains an entry with an existing label key in task
definition, the task will run with new label value for that entry. Clearing
an existing label will require label value to be explicitly set to a hyphen
"-". The label value cannot be empty.
map<string, string> labels = 3 [(.google.api.field_behavior) = OPTIONAL];
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Optional. User-defined labels for the task. If the map is left empty, the
task will run with existing labels from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
labels. If the map contains an entry with an existing label key in task
definition, the task will run with new label value for that entry. Clearing
an existing label will require label value to be explicitly set to a hyphen
"-". The label value cannot be empty.
map<string, string> labels = 3 [(.google.api.field_behavior) = OPTIONAL];
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Optional. User-defined labels for the task. If the map is left empty, the
task will run with existing labels from task definition. If the map
contains an entry with a new key, the same will be added to existing set of
labels. If the map contains an entry with an existing label key in task
definition, the task will run with new label value for that entry. Clearing
an existing label will require label value to be explicitly set to a hyphen
"-". The label value cannot be empty.
map<string, string> labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
key | String
|
getName()
Required. The resource name of the task:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the task:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<RunTaskRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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 RunTaskRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunTaskRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public RunTaskRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides