Interface TargetsTypeConditionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TargetsTypeCondition, TargetsTypeCondition.Builder

    public interface TargetsTypeConditionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStatus

        boolean 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;
        Returns:
        The status.
      • getErrorDetails

        String getErrorDetails()
         Human readable error message.
         
        string error_details = 2;
        Returns:
        The errorDetails.
      • getErrorDetailsBytes

        com.google.protobuf.ByteString getErrorDetailsBytes()
         Human readable error message.
         
        string error_details = 2;
        Returns:
        The bytes for errorDetails.