- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public interface SessionOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Labels associated with the operation.
map<string, string> labels = 8;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getCreateTime()
public abstract Timestamp getCreateTime()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDescription()
public abstract String getDescription()
Short description of the operation.
string description = 7;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Short description of the operation.
string description = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDoneTime()
public abstract Timestamp getDoneTime()
The time when the operation was finished.
.google.protobuf.Timestamp done_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The doneTime. |
getDoneTimeOrBuilder()
public abstract TimestampOrBuilder getDoneTimeOrBuilder()
The time when the operation was finished.
.google.protobuf.Timestamp done_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Labels associated with the operation.
map<string, string> labels = 8;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Labels associated with the operation.
map<string, string> labels = 8;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Labels associated with the operation.
map<string, string> labels = 8;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Labels associated with the operation.
map<string, string> labels = 8;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getOperationType()
public abstract SessionOperationMetadata.SessionOperationType getOperationType()
The operation type.
.google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType operation_type = 6;
Returns | |
---|---|
Type | Description |
SessionOperationMetadata.SessionOperationType |
The operationType. |
getOperationTypeValue()
public abstract int getOperationTypeValue()
The operation type.
.google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType operation_type = 6;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for operationType. |
getSession()
public abstract String getSession()
Name of the session for the operation.
string session = 1;
Returns | |
---|---|
Type | Description |
String |
The session. |
getSessionBytes()
public abstract ByteString getSessionBytes()
Name of the session for the operation.
string session = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for session. |
getSessionUuid()
public abstract String getSessionUuid()
Session UUID for the operation.
string session_uuid = 2;
Returns | |
---|---|
Type | Description |
String |
The sessionUuid. |
getSessionUuidBytes()
public abstract ByteString getSessionUuidBytes()
Session UUID for the operation.
string session_uuid = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sessionUuid. |
getWarnings(int index)
public abstract String getWarnings(int index)
Warnings encountered during operation execution.
repeated string warnings = 9;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The warnings at the given index. |
getWarningsBytes(int index)
public abstract ByteString getWarningsBytes(int index)
Warnings encountered during operation execution.
repeated string warnings = 9;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the warnings at the given index. |
getWarningsCount()
public abstract int getWarningsCount()
Warnings encountered during operation execution.
repeated string warnings = 9;
Returns | |
---|---|
Type | Description |
int |
The count of warnings. |
getWarningsList()
public abstract List<String> getWarningsList()
Warnings encountered during operation execution.
repeated string warnings = 9;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the warnings. |
hasCreateTime()
public abstract boolean hasCreateTime()
The time when the operation was created.
.google.protobuf.Timestamp create_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDoneTime()
public abstract boolean hasDoneTime()
The time when the operation was finished.
.google.protobuf.Timestamp done_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the doneTime field is set. |