publicstaticfinalclass UpdateEventThreatDetectionCustomModuleRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateEventThreatDetectionCustomModuleRequest.Builder>implementsUpdateEventThreatDetectionCustomModuleRequestOrBuilder
Message for updating a EventThreatDetectionCustomModule
Protobuf type
google.cloud.securitycentermanagement.v1.UpdateEventThreatDetectionCustomModuleRequest
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)
publicUpdateEventThreatDetectionCustomModuleRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateEventThreatDetectionCustomModuleRequestbuild()
buildPartial()
publicUpdateEventThreatDetectionCustomModuleRequestbuildPartial()
clear()
publicUpdateEventThreatDetectionCustomModuleRequest.Builderclear()
Overrides
clearEventThreatDetectionCustomModule()
publicUpdateEventThreatDetectionCustomModuleRequest.BuilderclearEventThreatDetectionCustomModule()
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicUpdateEventThreatDetectionCustomModuleRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateEventThreatDetectionCustomModuleRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateEventThreatDetectionCustomModuleRequest.BuilderclearUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
publicUpdateEventThreatDetectionCustomModuleRequest.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()
publicUpdateEventThreatDetectionCustomModuleRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicUpdateEventThreatDetectionCustomModuleRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getEventThreatDetectionCustomModule()
publicEventThreatDetectionCustomModulegetEventThreatDetectionCustomModule()
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getEventThreatDetectionCustomModuleBuilder()
publicEventThreatDetectionCustomModule.BuildergetEventThreatDetectionCustomModuleBuilder()
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getEventThreatDetectionCustomModuleOrBuilder()
publicEventThreatDetectionCustomModuleOrBuildergetEventThreatDetectionCustomModuleOrBuilder()
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
publicFieldMaskgetUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
publicFieldMask.BuildergetUpdateMaskBuilder()
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.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.
|
hasEventThreatDetectionCustomModule()
publicbooleanhasEventThreatDetectionCustomModule()
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the eventThreatDetectionCustomModule field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.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
mergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildermergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModulevalue)
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateEventThreatDetectionCustomModuleRequest other)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(UpdateEventThreatDetectionCustomModuleRequestother)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateEventThreatDetectionCustomModuleRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildermergeUpdateMask(FieldMaskvalue)
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetEventThreatDetectionCustomModule(EventThreatDetectionCustomModulevalue)
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.Builder builderForValue)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.BuilderbuilderForValue)
Required. The module being updated
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateEventThreatDetectionCustomModuleRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetUpdateMask(FieldMaskvalue)
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
publicUpdateEventThreatDetectionCustomModuleRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
Required. Field mask is used to specify the fields to be overwritten in the
EventThreatDetectionCustomModule resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setValidateOnly(boolean value)
publicUpdateEventThreatDetectionCustomModuleRequest.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.
|