public static final class UpdateSettingsRequest.Builder extends GeneratedMessageV3.Builder<UpdateSettingsRequest.Builder> implements UpdateSettingsRequestOrBuilder
The parameters to UpdateSettings.
See Enabling CMEK for Log Router for more information.
Protobuf type google.logging.v2.UpdateSettingsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateSettingsRequest.BuilderImplements
UpdateSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateSettingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
build()
public UpdateSettingsRequest build()
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest |
buildPartial()
public UpdateSettingsRequest buildPartial()
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest |
clear()
public UpdateSettingsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateSettingsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
clearName()
public UpdateSettingsRequest.Builder clearName()
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 | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateSettingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
clearSettings()
public UpdateSettingsRequest.Builder clearSettings()
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 | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
clearUpdateMask()
public UpdateSettingsRequest.Builder clearUpdateMask()
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 | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
clone()
public UpdateSettingsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
getDefaultInstanceForType()
public UpdateSettingsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public 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 | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public 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 | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSettings()
public 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 | |
---|---|
Type | Description |
Settings |
The settings. |
getSettingsBuilder()
public Settings.Builder getSettingsBuilder()
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 | |
---|---|
Type | Description |
Settings.Builder |
getSettingsOrBuilder()
public 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 | |
---|---|
Type | Description |
SettingsOrBuilder |
getUpdateMask()
public 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 | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
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 | |
---|---|
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public 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 | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasSettings()
public 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 | |
---|---|
Type | Description |
boolean |
Whether the settings field is set. |
hasUpdateMask()
public 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 | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(UpdateSettingsRequest other)
public UpdateSettingsRequest.Builder mergeFrom(UpdateSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSettingsRequest |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateSettingsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
mergeSettings(Settings value)
public UpdateSettingsRequest.Builder mergeSettings(Settings value)
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];
Parameter | |
---|---|
Name | Description |
value |
Settings |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateSettingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateSettingsRequest.Builder mergeUpdateMask(FieldMask value)
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];
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateSettingsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setName(String value)
public UpdateSettingsRequest.Builder setName(String value)
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];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpdateSettingsRequest.Builder setNameBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateSettingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setSettings(Settings value)
public UpdateSettingsRequest.Builder setSettings(Settings value)
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];
Parameter | |
---|---|
Name | Description |
value |
Settings |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setSettings(Settings.Builder builderForValue)
public UpdateSettingsRequest.Builder setSettings(Settings.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
Settings.Builder |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateSettingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateSettingsRequest.Builder setUpdateMask(FieldMask value)
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];
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateSettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
UpdateSettingsRequest.Builder |