public interface BatchOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels associated with the operation.
|
String |
getBatch()
Name of the batch for the operation.
|
com.google.protobuf.ByteString |
getBatchBytes()
Name of the batch for the operation.
|
String |
getBatchUuid()
Batch UUID for the operation.
|
com.google.protobuf.ByteString |
getBatchUuidBytes()
Batch UUID for the operation.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time when the operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time when the operation was created.
|
String |
getDescription()
Short description of the operation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Short description of the operation.
|
com.google.protobuf.Timestamp |
getDoneTime()
The time when the operation finished.
|
com.google.protobuf.TimestampOrBuilder |
getDoneTimeOrBuilder()
The time when the operation finished.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels associated with the operation.
|
Map<String,String> |
getLabelsMap()
Labels associated with the operation.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels associated with the operation.
|
String |
getLabelsOrThrow(String key)
Labels associated with the operation.
|
BatchOperationMetadata.BatchOperationType |
getOperationType()
The operation type.
|
int |
getOperationTypeValue()
The operation type.
|
String |
getWarnings(int index)
Warnings encountered during operation execution.
|
com.google.protobuf.ByteString |
getWarningsBytes(int index)
Warnings encountered during operation execution.
|
int |
getWarningsCount()
Warnings encountered during operation execution.
|
List<String> |
getWarningsList()
Warnings encountered during operation execution.
|
boolean |
hasCreateTime()
The time when the operation was created.
|
boolean |
hasDoneTime()
The time when the operation finished.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBatch()
Name of the batch for the operation.
string batch = 1;com.google.protobuf.ByteString getBatchBytes()
Name of the batch for the operation.
string batch = 1;String getBatchUuid()
Batch UUID for the operation.
string batch_uuid = 2;com.google.protobuf.ByteString getBatchUuidBytes()
Batch UUID for the operation.
string batch_uuid = 2;boolean hasCreateTime()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;boolean hasDoneTime()
The time when the operation finished.
.google.protobuf.Timestamp done_time = 4;com.google.protobuf.Timestamp getDoneTime()
The time when the operation finished.
.google.protobuf.Timestamp done_time = 4;com.google.protobuf.TimestampOrBuilder getDoneTimeOrBuilder()
The time when the operation finished.
.google.protobuf.Timestamp done_time = 4;int getOperationTypeValue()
The operation type.
.google.cloud.dataproc.v1.BatchOperationMetadata.BatchOperationType operation_type = 6;
BatchOperationMetadata.BatchOperationType getOperationType()
The operation type.
.google.cloud.dataproc.v1.BatchOperationMetadata.BatchOperationType operation_type = 6;
String getDescription()
Short description of the operation.
string description = 7;com.google.protobuf.ByteString getDescriptionBytes()
Short description of the operation.
string description = 7;int getLabelsCount()
Labels associated with the operation.
map<string, string> labels = 8;boolean containsLabels(String key)
Labels associated with the operation.
map<string, string> labels = 8;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels associated with the operation.
map<string, string> labels = 8;String getLabelsOrDefault(String key, String defaultValue)
Labels associated with the operation.
map<string, string> labels = 8;String getLabelsOrThrow(String key)
Labels associated with the operation.
map<string, string> labels = 8;List<String> getWarningsList()
Warnings encountered during operation execution.
repeated string warnings = 9;int getWarningsCount()
Warnings encountered during operation execution.
repeated string warnings = 9;String getWarnings(int index)
Warnings encountered during operation execution.
repeated string warnings = 9;index - The index of the element to return.com.google.protobuf.ByteString getWarningsBytes(int index)
Warnings encountered during operation execution.
repeated string warnings = 9;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.