Interface SyncErrorOrBuilder

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

    public interface SyncErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCode

        String getCode()
         An ACM defined error code
         
        string code = 1;
        Returns:
        The code.
      • getCodeBytes

        com.google.protobuf.ByteString getCodeBytes()
         An ACM defined error code
         
        string code = 1;
        Returns:
        The bytes for code.
      • getErrorMessage

        String getErrorMessage()
         A description of the error
         
        string error_message = 2;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
         A description of the error
         
        string error_message = 2;
        Returns:
        The bytes for errorMessage.
      • getErrorResourcesList

        List<ErrorResource> getErrorResourcesList()
         A list of config(s) associated with the error, if any
         
        repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
      • getErrorResources

        ErrorResource getErrorResources​(int index)
         A list of config(s) associated with the error, if any
         
        repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
      • getErrorResourcesCount

        int getErrorResourcesCount()
         A list of config(s) associated with the error, if any
         
        repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
      • getErrorResourcesOrBuilderList

        List<? extends ErrorResourceOrBuilder> getErrorResourcesOrBuilderList()
         A list of config(s) associated with the error, if any
         
        repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
      • getErrorResourcesOrBuilder

        ErrorResourceOrBuilder getErrorResourcesOrBuilder​(int index)
         A list of config(s) associated with the error, if any
         
        repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;