public interface TargetsTypeConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetails()
Human readable error message.
|
com.google.protobuf.ByteString |
getErrorDetailsBytes()
Human readable error message.
|
boolean |
getStatus()
True if the targets are all a comparable type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getStatus()
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
bool status = 1;String getErrorDetails()
Human readable error message.
string error_details = 2;com.google.protobuf.ByteString getErrorDetailsBytes()
Human readable error message.
string error_details = 2;Copyright © 2024 Google LLC. All rights reserved.