Interface Workload.SaaEnrollmentResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Workload.SaaEnrollmentResponse
,Workload.SaaEnrollmentResponse.Builder
- Enclosing class:
- Workload
public static interface Workload.SaaEnrollmentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workload.SaaEnrollmentResponse.SetupError
getSetupErrors(int index)
Indicates SAA enrollment setup error if any.int
getSetupErrorsCount()
Indicates SAA enrollment setup error if any.List<Workload.SaaEnrollmentResponse.SetupError>
getSetupErrorsList()
Indicates SAA enrollment setup error if any.int
getSetupErrorsValue(int index)
Indicates SAA enrollment setup error if any.List<Integer>
getSetupErrorsValueList()
Indicates SAA enrollment setup error if any.Workload.SaaEnrollmentResponse.SetupState
getSetupStatus()
Indicates SAA enrollment status of a given workload.int
getSetupStatusValue()
Indicates SAA enrollment status of a given workload.boolean
hasSetupStatus()
Indicates SAA enrollment status of a given workload.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSetupStatus
boolean hasSetupStatus()
Indicates SAA enrollment status of a given workload.
optional .google.cloud.assuredworkloads.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.
-
-