Interface UpdateSettingsRequestOrBuilder (3.16.2)

public interface UpdateSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name for the settings to update.

 "organizations/[ORGANIZATION_ID]/settings"

For example:

"organizations/12345/settings"

Note: Settings 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
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name for the settings to update.

 "organizations/[ORGANIZATION_ID]/settings"

For example:

"organizations/12345/settings"

Note: Settings 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
TypeDescription
ByteString

The bytes for name.

getSettings()

public abstract Settings getSettings()

Required. The settings to update.

See Enabling CMEK for Log Router for more information.

.google.logging.v2.Settings settings = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Settings

The settings.

getSettingsOrBuilder()

public abstract SettingsOrBuilder getSettingsOrBuilder()

Required. The settings to update.

See Enabling CMEK for Log Router for more information.

.google.logging.v2.Settings settings = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Field mask identifying which fields from 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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask identifying which fields from 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
TypeDescription
FieldMaskOrBuilder

hasSettings()

public abstract boolean hasSettings()

Required. The settings to update.

See Enabling CMEK for Log Router for more information.

.google.logging.v2.Settings settings = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the settings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Field mask identifying which fields from 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
TypeDescription
boolean

Whether the updateMask field is set.