public interface WorkflowMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
Map from parameter names to values that were used for those parameters.
|
String |
getClusterName()
Output only.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Output only.
|
String |
getClusterUuid()
Output only.
|
com.google.protobuf.ByteString |
getClusterUuidBytes()
Output only.
|
ClusterOperation |
getCreateCluster()
Output only.
|
ClusterOperationOrBuilder |
getCreateClusterOrBuilder()
Output only.
|
ClusterOperation |
getDeleteCluster()
Output only.
|
ClusterOperationOrBuilder |
getDeleteClusterOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
WorkflowGraph |
getGraph()
Output only.
|
WorkflowGraphOrBuilder |
getGraphOrBuilder()
Output only.
|
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
Map from parameter names to values that were used for those parameters.
|
Map<String,String> |
getParametersMap()
Map from parameter names to values that were used for those parameters.
|
String |
getParametersOrDefault(String key,
String defaultValue)
Map from parameter names to values that were used for those parameters.
|
String |
getParametersOrThrow(String key)
Map from parameter names to values that were used for those parameters.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
WorkflowMetadata.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getTemplate()
Output only.
|
com.google.protobuf.ByteString |
getTemplateBytes()
Output only.
|
int |
getVersion()
Output only.
|
boolean |
hasCreateCluster()
Output only.
|
boolean |
hasDeleteCluster()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasGraph()
Output only.
|
boolean |
hasStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTemplate()
Output only. The "resource name" of the template.
string template = 1;com.google.protobuf.ByteString getTemplateBytes()
Output only. The "resource name" of the template.
string template = 1;int getVersion()
Output only. The version of template at the time of workflow instantiation.
int32 version = 2;boolean hasCreateCluster()
Output only. The create cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation create_cluster = 3;ClusterOperation getCreateCluster()
Output only. The create cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation create_cluster = 3;ClusterOperationOrBuilder getCreateClusterOrBuilder()
Output only. The create cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation create_cluster = 3;boolean hasGraph()
Output only. The workflow graph.
.google.cloud.dataproc.v1.WorkflowGraph graph = 4;WorkflowGraph getGraph()
Output only. The workflow graph.
.google.cloud.dataproc.v1.WorkflowGraph graph = 4;WorkflowGraphOrBuilder getGraphOrBuilder()
Output only. The workflow graph.
.google.cloud.dataproc.v1.WorkflowGraph graph = 4;boolean hasDeleteCluster()
Output only. The delete cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation delete_cluster = 5;ClusterOperation getDeleteCluster()
Output only. The delete cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation delete_cluster = 5;ClusterOperationOrBuilder getDeleteClusterOrBuilder()
Output only. The delete cluster operation metadata.
.google.cloud.dataproc.v1.ClusterOperation delete_cluster = 5;int getStateValue()
Output only. The workflow state.
.google.cloud.dataproc.v1.WorkflowMetadata.State state = 6;WorkflowMetadata.State getState()
Output only. The workflow state.
.google.cloud.dataproc.v1.WorkflowMetadata.State state = 6;String getClusterName()
Output only. The name of the target cluster.
string cluster_name = 7;com.google.protobuf.ByteString getClusterNameBytes()
Output only. The name of the target cluster.
string cluster_name = 7;int getParametersCount()
Map from parameter names to values that were used for those parameters.
map<string, string> parameters = 8;boolean containsParameters(String key)
Map from parameter names to values that were used for those parameters.
map<string, string> parameters = 8;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.Map<String,String> getParametersMap()
Map from parameter names to values that were used for those parameters.
map<string, string> parameters = 8;String getParametersOrDefault(String key, String defaultValue)
Map from parameter names to values that were used for those parameters.
map<string, string> parameters = 8;String getParametersOrThrow(String key)
Map from parameter names to values that were used for those parameters.
map<string, string> parameters = 8;boolean hasStartTime()
Output only. Workflow start time.
.google.protobuf.Timestamp start_time = 9;com.google.protobuf.Timestamp getStartTime()
Output only. Workflow start time.
.google.protobuf.Timestamp start_time = 9;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Workflow start time.
.google.protobuf.Timestamp start_time = 9;boolean hasEndTime()
Output only. Workflow end time.
.google.protobuf.Timestamp end_time = 10;com.google.protobuf.Timestamp getEndTime()
Output only. Workflow end time.
.google.protobuf.Timestamp end_time = 10;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Workflow end time.
.google.protobuf.Timestamp end_time = 10;String getClusterUuid()
Output only. The UUID of target cluster.
string cluster_uuid = 11;com.google.protobuf.ByteString getClusterUuidBytes()
Output only. The UUID of target cluster.
string cluster_uuid = 11;Copyright © 2019 Google LLC. All rights reserved.