public interface UpdateCmekSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCmekSettings()
public abstract CmekSettings getCmekSettings()Required. The CMEK settings to update.
See Enabling CMEK for Log Router for more information.
 
 .google.logging.v2.CmekSettings cmek_settings = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| CmekSettings | The cmekSettings. | 
getCmekSettingsOrBuilder()
public abstract CmekSettingsOrBuilder getCmekSettingsOrBuilder()Required. The CMEK settings to update.
See Enabling CMEK for Log Router for more information.
 
 .google.logging.v2.CmekSettings cmek_settings = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| CmekSettingsOrBuilder | |
getName()
public abstract String getName()Required. The resource name for the CMEK settings to update.
 "projects/[PROJECT_ID]/cmekSettings"
 "organizations/[ORGANIZATION_ID]/cmekSettings"
 "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
 "folders/[FOLDER_ID]/cmekSettings"
For example:
   "organizations/12345/cmekSettings"
Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name for the CMEK settings to update.
 "projects/[PROJECT_ID]/cmekSettings"
 "organizations/[ORGANIZATION_ID]/cmekSettings"
 "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
 "folders/[FOLDER_ID]/cmekSettings"
For example:
   "organizations/12345/cmekSettings"
Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getUpdateMask()
public abstract FieldMask getUpdateMask() Optional. Field mask identifying which fields from cmek_settings should
 be updated. A field will be overwritten if and only if it is in the update
 mask. Output only fields cannot be updated.
See FieldMask for more information.
 For example: "updateMask=kmsKeyName"
 .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMask | The updateMask. | 
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. Field mask identifying which fields from cmek_settings should
 be updated. A field will be overwritten if and only if it is in the update
 mask. Output only fields cannot be updated.
See FieldMask for more information.
 For example: "updateMask=kmsKeyName"
 .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMaskOrBuilder | |
hasCmekSettings()
public abstract boolean hasCmekSettings()Required. The CMEK settings to update.
See Enabling CMEK for Log Router for more information.
 
 .google.logging.v2.CmekSettings cmek_settings = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the cmekSettings field is set. | 
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. Field mask identifying which fields from cmek_settings should
 be updated. A field will be overwritten if and only if it is in the update
 mask. Output only fields cannot be updated.
See FieldMask for more information.
 For example: "updateMask=kmsKeyName"
 .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateMask field is set. |