public static interface ListWorkloadsResponse.ComposerWorkloadStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedStatusMessage()
Output only.
|
com.google.protobuf.ByteString |
getDetailedStatusMessageBytes()
Output only.
|
ListWorkloadsResponse.ComposerWorkloadState |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getStatusMessage()
Output only.
|
com.google.protobuf.ByteString |
getStatusMessageBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Output only. Workload state.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ListWorkloadsResponse.ComposerWorkloadState getState()
Output only. Workload state.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getStatusMessage()
Output only. Text to provide more descriptive status.
string status_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStatusMessageBytes()
Output only. Text to provide more descriptive status.
string status_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDetailedStatusMessage()
Output only. Detailed message of the status.
string detailed_status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDetailedStatusMessageBytes()
Output only. Detailed message of the status.
string detailed_status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.