Interface Workload.SaaEnrollmentResponseOrBuilder

    • Method Detail

      • hasSetupStatus

        boolean hasSetupStatus()
         Indicates SAA enrollment status of a given workload.
         
        optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
        Returns:
        Whether the setupStatus field is set.
      • getSetupStatusValue

        int getSetupStatusValue()
         Indicates SAA enrollment status of a given workload.
         
        optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
        Returns:
        The enum numeric value on the wire for setupStatus.
      • getSetupStatus

        Workload.SaaEnrollmentResponse.SetupState getSetupStatus()
         Indicates SAA enrollment status of a given workload.
         
        optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
        Returns:
        The setupStatus.
      • getSetupErrorsList

        List<Workload.SaaEnrollmentResponse.SetupError> getSetupErrorsList()
         Indicates SAA enrollment setup error if any.
         
        repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
        Returns:
        A list containing the setupErrors.
      • getSetupErrorsCount

        int getSetupErrorsCount()
         Indicates SAA enrollment setup error if any.
         
        repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
        Returns:
        The count of setupErrors.
      • getSetupErrors

        Workload.SaaEnrollmentResponse.SetupError getSetupErrors​(int index)
         Indicates SAA enrollment setup error if any.
         
        repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The setupErrors at the given index.
      • getSetupErrorsValueList

        List<Integer> getSetupErrorsValueList()
         Indicates SAA enrollment setup error if any.
         
        repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
        Returns:
        A list containing the enum numeric values on the wire for setupErrors.
      • getSetupErrorsValue

        int getSetupErrorsValue​(int index)
         Indicates SAA enrollment setup error if any.
         
        repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of setupErrors at the given index.