public interface DeleteExclusionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The resource name of an existing exclusion to delete:
     "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
     "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
     "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
     "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
 Example: "projects/my-project-id/exclusions/my-exclusion-id".
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes() Required. The resource name of an existing exclusion to delete:
     "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
     "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
     "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
     "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
 Example: "projects/my-project-id/exclusions/my-exclusion-id".
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| ByteString | The bytes for name. |