getResourcesList();
/**
*
*
*
* Output only. The resources associated with this workload.
* These resources will be created when creating the workload.
* If any of the projects already exist, the workload creation will fail.
* Always read only.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfo resources = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfo getResources(int index);
/**
*
*
*
* Output only. The resources associated with this workload.
* These resources will be created when creating the workload.
* If any of the projects already exist, the workload creation will fail.
* Always read only.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfo resources = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getResourcesCount();
/**
*
*
*
* Output only. The resources associated with this workload.
* These resources will be created when creating the workload.
* If any of the projects already exist, the workload creation will fail.
* Always read only.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfo resources = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List extends com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfoOrBuilder>
getResourcesOrBuilderList();
/**
*
*
*
* Output only. The resources associated with this workload.
* These resources will be created when creating the workload.
* If any of the projects already exist, the workload creation will fail.
* Always read only.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfo resources = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceInfoOrBuilder getResourcesOrBuilder(
int index);
/**
*
*
*
* Required. Immutable. Compliance Regime associated with this workload.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime compliance_regime = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The enum numeric value on the wire for complianceRegime.
*/
int getComplianceRegimeValue();
/**
*
*
*
* Required. Immutable. Compliance Regime associated with this workload.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime compliance_regime = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The complianceRegime.
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime getComplianceRegime();
/**
*
*
*
* Output only. Immutable. The Workload creation timestamp.
*
*
*
* .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. Immutable. The Workload creation timestamp.
*
*
*
* .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. Immutable. The Workload creation timestamp.
*
*
*
* .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. The billing account used for the resources which are
* direct children of workload. This billing account is initially associated
* with the resources created as part of Workload creation.
* After the initial creation of these resources, the customer can change
* the assigned billing account.
* The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF`.
*
*
* string billing_account = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The billingAccount.
*/
java.lang.String getBillingAccount();
/**
*
*
*
* Output only. The billing account used for the resources which are
* direct children of workload. This billing account is initially associated
* with the resources created as part of Workload creation.
* After the initial creation of these resources, the customer can change
* the assigned billing account.
* The resource name has the form
* `billingAccounts/{billing_account_id}`. For example,
* `billingAccounts/012345-567890-ABCDEF`.
*
*
* string billing_account = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for billingAccount.
*/
com.google.protobuf.ByteString getBillingAccountBytes();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for IL4.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings il4_settings = 7 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.il4_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=468
* @return Whether the il4Settings field is set.
*/
@java.lang.Deprecated
boolean hasIl4Settings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for IL4.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings il4_settings = 7 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.il4_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=468
* @return The il4Settings.
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings getIl4Settings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for IL4.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings il4_settings = 7 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.IL4SettingsOrBuilder getIl4SettingsOrBuilder();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for CJIS.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings cjis_settings = 8 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.cjis_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=475
* @return Whether the cjisSettings field is set.
*/
@java.lang.Deprecated
boolean hasCjisSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for CJIS.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings cjis_settings = 8 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.cjis_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=475
* @return The cjisSettings.
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings getCjisSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for CJIS.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings cjis_settings = 8 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.CJISSettingsOrBuilder
getCjisSettingsOrBuilder();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP High.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampHighSettings fedramp_high_settings = 11 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.fedramp_high_settings is deprecated.
* See google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=482
* @return Whether the fedrampHighSettings field is set.
*/
@java.lang.Deprecated
boolean hasFedrampHighSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP High.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampHighSettings fedramp_high_settings = 11 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.fedramp_high_settings is deprecated.
* See google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=482
* @return The fedrampHighSettings.
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.FedrampHighSettings getFedrampHighSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP High.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampHighSettings fedramp_high_settings = 11 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.FedrampHighSettingsOrBuilder
getFedrampHighSettingsOrBuilder();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampModerateSettings fedramp_moderate_settings = 12 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.fedramp_moderate_settings is
* deprecated. See google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=489
* @return Whether the fedrampModerateSettings field is set.
*/
@java.lang.Deprecated
boolean hasFedrampModerateSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampModerateSettings fedramp_moderate_settings = 12 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.fedramp_moderate_settings is
* deprecated. See google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=489
* @return The fedrampModerateSettings.
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.FedrampModerateSettings
getFedrampModerateSettings();
/**
*
*
*
* Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.FedrampModerateSettings fedramp_moderate_settings = 12 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
*
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.FedrampModerateSettingsOrBuilder
getFedrampModerateSettingsOrBuilder();
/**
*
*
*
* Optional. ETag of the workload, it is calculated on the basis
* of the Workload contents. It will be used in Update & Delete operations.
*
*
* string etag = 9 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The etag.
*/
java.lang.String getEtag();
/**
*
*
*
* Optional. ETag of the workload, it is calculated on the basis
* of the Workload contents. It will be used in Update & Delete operations.
*
*
* string etag = 9 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for etag.
*/
com.google.protobuf.ByteString getEtagBytes();
/**
*
*
*
* Optional. Labels applied to the workload.
*
*
* map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
*/
int getLabelsCount();
/**
*
*
*
* Optional. Labels applied to the workload.
*
*
* map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
*/
boolean containsLabels(java.lang.String key);
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Deprecated
java.util.Map getLabels();
/**
*
*
*
* Optional. Labels applied to the workload.
*
*
* map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
*/
java.util.Map getLabelsMap();
/**
*
*
*
* Optional. Labels applied to the workload.
*
*
* map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Optional. Labels applied to the workload.
*
*
* map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
*/
java.lang.String getLabelsOrThrow(java.lang.String key);
/**
*
*
*
* Input only. The parent resource for the resources managed by this Assured Workload. May
* be either empty or a folder resource which is a child of the
* Workload parent. If not specified all resources are created under the
* parent organization.
* Format:
* folders/{folder_id}
*
*
* string provisioned_resources_parent = 13 [(.google.api.field_behavior) = INPUT_ONLY];
*
*
* @return The provisionedResourcesParent.
*/
java.lang.String getProvisionedResourcesParent();
/**
*
*
*
* Input only. The parent resource for the resources managed by this Assured Workload. May
* be either empty or a folder resource which is a child of the
* Workload parent. If not specified all resources are created under the
* parent organization.
* Format:
* folders/{folder_id}
*
*
* string provisioned_resources_parent = 13 [(.google.api.field_behavior) = INPUT_ONLY];
*
*
* @return The bytes for provisionedResourcesParent.
*/
com.google.protobuf.ByteString getProvisionedResourcesParentBytes();
/**
*
*
*
* Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS
* CMEK key is provisioned.
* This field is deprecated as of Feb 28, 2022.
* In order to create a Keyring, callers should specify,
* ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 14 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.kms_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=516
* @return Whether the kmsSettings field is set.
*/
@java.lang.Deprecated
boolean hasKmsSettings();
/**
*
*
*
* Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS
* CMEK key is provisioned.
* This field is deprecated as of Feb 28, 2022.
* In order to create a Keyring, callers should specify,
* ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 14 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY];
*
*
* @deprecated google.cloud.assuredworkloads.v1beta1.Workload.kms_settings is deprecated. See
* google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto;l=516
* @return The kmsSettings.
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings getKmsSettings();
/**
*
*
*
* Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS
* CMEK key is provisioned.
* This field is deprecated as of Feb 28, 2022.
* In order to create a Keyring, callers should specify,
* ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 14 [deprecated = true, (.google.api.field_behavior) = INPUT_ONLY];
*
*/
@java.lang.Deprecated
com.google.cloud.assuredworkloads.v1beta1.Workload.KMSSettingsOrBuilder getKmsSettingsOrBuilder();
/**
*
*
*
* Input only. Resource properties that are used to customize workload resources.
* These properties (such as custom project id) will be used to create
* workload resources if possible. This field is optional.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings resource_settings = 15 [(.google.api.field_behavior) = INPUT_ONLY];
*
*/
java.util.List
getResourceSettingsList();
/**
*
*
*
* Input only. Resource properties that are used to customize workload resources.
* These properties (such as custom project id) will be used to create
* workload resources if possible. This field is optional.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings resource_settings = 15 [(.google.api.field_behavior) = INPUT_ONLY];
*
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings getResourceSettings(
int index);
/**
*
*
*
* Input only. Resource properties that are used to customize workload resources.
* These properties (such as custom project id) will be used to create
* workload resources if possible. This field is optional.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings resource_settings = 15 [(.google.api.field_behavior) = INPUT_ONLY];
*
*/
int getResourceSettingsCount();
/**
*
*
*
* Input only. Resource properties that are used to customize workload resources.
* These properties (such as custom project id) will be used to create
* workload resources if possible. This field is optional.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings resource_settings = 15 [(.google.api.field_behavior) = INPUT_ONLY];
*
*/
java.util.List<
? extends com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettingsOrBuilder>
getResourceSettingsOrBuilderList();
/**
*
*
*
* Input only. Resource properties that are used to customize workload resources.
* These properties (such as custom project id) will be used to create
* workload resources if possible. This field is optional.
*
*
*
* repeated .google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettings resource_settings = 15 [(.google.api.field_behavior) = INPUT_ONLY];
*
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.ResourceSettingsOrBuilder
getResourceSettingsOrBuilder(int index);
/**
*
*
*
* Output only. Represents the KAJ enrollment state of the given workload.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.KajEnrollmentState kaj_enrollment_state = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for kajEnrollmentState.
*/
int getKajEnrollmentStateValue();
/**
*
*
*
* Output only. Represents the KAJ enrollment state of the given workload.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.KajEnrollmentState kaj_enrollment_state = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The kajEnrollmentState.
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.KajEnrollmentState getKajEnrollmentState();
/**
*
*
*
* Optional. Indicates the sovereignty status of the given workload.
* Currently meant to be used by Europe/Canada customers.
*
*
* bool enable_sovereign_controls = 18 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The enableSovereignControls.
*/
boolean getEnableSovereignControls();
/**
*
*
*
* Output only. Represents the SAA enrollment response of the given workload.
* SAA enrollment response is queried during GetWorkload call.
* In failure cases, user friendly error message is shown in SAA details page.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse saa_enrollment_response = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the saaEnrollmentResponse field is set.
*/
boolean hasSaaEnrollmentResponse();
/**
*
*
*
* Output only. Represents the SAA enrollment response of the given workload.
* SAA enrollment response is queried during GetWorkload call.
* In failure cases, user friendly error message is shown in SAA details page.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse saa_enrollment_response = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The saaEnrollmentResponse.
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse
getSaaEnrollmentResponse();
/**
*
*
*
* Output only. Represents the SAA enrollment response of the given workload.
* SAA enrollment response is queried during GetWorkload call.
* In failure cases, user friendly error message is shown in SAA details page.
*
*
*
* .google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse saa_enrollment_response = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponseOrBuilder
getSaaEnrollmentResponseOrBuilder();
/**
*
*
*
* Output only. Urls for services which are compliant for this Assured Workload, but which
* are currently disallowed by the ResourceUsageRestriction org policy.
* Invoke RestrictAllowedResources endpoint to allow your project developers
* to use these services in their environment."
*
*
*
* repeated string compliant_but_disallowed_services = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return A list containing the compliantButDisallowedServices.
*/
java.util.List getCompliantButDisallowedServicesList();
/**
*
*
*
* Output only. Urls for services which are compliant for this Assured Workload, but which
* are currently disallowed by the ResourceUsageRestriction org policy.
* Invoke RestrictAllowedResources endpoint to allow your project developers
* to use these services in their environment."
*
*
*
* repeated string compliant_but_disallowed_services = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The count of compliantButDisallowedServices.
*/
int getCompliantButDisallowedServicesCount();
/**
*
*
*
* Output only. Urls for services which are compliant for this Assured Workload, but which
* are currently disallowed by the ResourceUsageRestriction org policy.
* Invoke RestrictAllowedResources endpoint to allow your project developers
* to use these services in their environment."
*
*
*
* repeated string compliant_but_disallowed_services = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param index The index of the element to return.
* @return The compliantButDisallowedServices at the given index.
*/
java.lang.String getCompliantButDisallowedServices(int index);
/**
*
*
*
* Output only. Urls for services which are compliant for this Assured Workload, but which
* are currently disallowed by the ResourceUsageRestriction org policy.
* Invoke RestrictAllowedResources endpoint to allow your project developers
* to use these services in their environment."
*
*
*
* repeated string compliant_but_disallowed_services = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param index The index of the value to return.
* @return The bytes of the compliantButDisallowedServices at the given index.
*/
com.google.protobuf.ByteString getCompliantButDisallowedServicesBytes(int index);
com.google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegimeSettingsCase
getComplianceRegimeSettingsCase();
}