public interface BatchOperationMetadataOrBuilder extends 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.
|
ByteString |
getBatchBytes()
Name of the batch for the operation.
|
String |
getBatchUuid()
Batch UUID for the operation.
|
ByteString |
getBatchUuidBytes()
Batch UUID for the operation.
|
Timestamp |
getCreateTime()
The time when the operation was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The time when the operation was created.
|
String |
getDescription()
Short description of the operation.
|
ByteString |
getDescriptionBytes()
Short description of the operation.
|
Timestamp |
getDoneTime()
The time when the operation finished.
|
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.
|
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, hasOneof
isInitialized
String getBatch()
Name of the batch for the operation.
string batch = 1;
ByteString getBatchBytes()
Name of the batch for the operation.
string batch = 1;
String getBatchUuid()
Batch UUID for the operation.
string batch_uuid = 2;
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;
Timestamp getCreateTime()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;
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;
Timestamp getDoneTime()
The time when the operation finished.
.google.protobuf.Timestamp done_time = 4;
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;
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.ByteString getWarningsBytes(int index)
Warnings encountered during operation execution.
repeated string warnings = 9;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.