public static interface ListWorkloadsResponse.ComposerWorkloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of a workload.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of a workload.
|
ListWorkloadsResponse.ComposerWorkloadStatus |
getStatus()
Output only.
|
ListWorkloadsResponse.ComposerWorkloadStatusOrBuilder |
getStatusOrBuilder()
Output only.
|
ListWorkloadsResponse.ComposerWorkloadType |
getType()
Type of a workload.
|
int |
getTypeValue()
Type of a workload.
|
boolean |
hasStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of a workload.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of a workload.
string name = 1;int getTypeValue()
Type of a workload.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadType type = 2;
ListWorkloadsResponse.ComposerWorkloadType getType()
Type of a workload.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadType type = 2;
boolean hasStatus()
Output only. Status of a workload.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ListWorkloadsResponse.ComposerWorkloadStatus getStatus()
Output only. Status of a workload.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ListWorkloadsResponse.ComposerWorkloadStatusOrBuilder getStatusOrBuilder()
Output only. Status of a workload.
.google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.