publicstaticfinalclass UpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder>implementsUpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
Message for updating a SecurityHealthAnalyticsCustomModule
Protobuf type
google.cloud.securitycentermanagement.v1.UpdateSecurityHealthAnalyticsCustomModuleRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateSecurityHealthAnalyticsCustomModuleRequestbuild()
buildPartial()
publicUpdateSecurityHealthAnalyticsCustomModuleRequestbuildPartial()
clear()
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearSecurityHealthAnalyticsCustomModule()
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderclearSecurityHealthAnalyticsCustomModule()
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderclearUpdateMask()
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderclearValidateOnly()
Optional. When set to true, only validations (including IAM checks) will
done for the request (module will not be updated). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually update the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred while trying to update the module.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
clone()
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicUpdateSecurityHealthAnalyticsCustomModuleRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getSecurityHealthAnalyticsCustomModule()
publicSecurityHealthAnalyticsCustomModulegetSecurityHealthAnalyticsCustomModule()
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getSecurityHealthAnalyticsCustomModuleBuilder()
publicSecurityHealthAnalyticsCustomModule.BuildergetSecurityHealthAnalyticsCustomModuleBuilder()
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getSecurityHealthAnalyticsCustomModuleOrBuilder()
publicSecurityHealthAnalyticsCustomModuleOrBuildergetSecurityHealthAnalyticsCustomModuleOrBuilder()
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
publicFieldMaskgetUpdateMask()
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
publicFieldMask.BuildergetUpdateMaskBuilder()
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
getValidateOnly()
publicbooleangetValidateOnly()
Optional. When set to true, only validations (including IAM checks) will
done for the request (module will not be updated). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually update the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred while trying to update the module.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The validateOnly.
|
hasSecurityHealthAnalyticsCustomModule()
publicbooleanhasSecurityHealthAnalyticsCustomModule()
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the securityHealthAnalyticsCustomModule field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequest other)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequestother)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModulevalue)
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildermergeUpdateMask(FieldMaskvalue)
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModulevalue)
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule.Builder builderForValue)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule.BuilderbuilderForValue)
Required. The resource being updated
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetUpdateMask(FieldMaskvalue)
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
Required. The list of fields to be updated. The only fields that can be
updated are enablement_state and custom_config. If empty or set to the
wildcard value *, both enablement_state and custom_config are
updated.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setValidateOnly(boolean value)
publicUpdateSecurityHealthAnalyticsCustomModuleRequest.BuildersetValidateOnly(booleanvalue)
Optional. When set to true, only validations (including IAM checks) will
done for the request (module will not be updated). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually update the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred while trying to update the module.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
boolean
The validateOnly to set.
|