publicstaticfinalclass CreateEventThreatDetectionCustomModuleRequest.BuilderextendsGeneratedMessageV3.Builder<CreateEventThreatDetectionCustomModuleRequest.Builder>implementsCreateEventThreatDetectionCustomModuleRequestOrBuilder
Message for creating a EventThreatDetectionCustomModule
Protobuf type
google.cloud.securitycentermanagement.v1.CreateEventThreatDetectionCustomModuleRequest
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)
publicCreateEventThreatDetectionCustomModuleRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateEventThreatDetectionCustomModuleRequestbuild()
buildPartial()
publicCreateEventThreatDetectionCustomModuleRequestbuildPartial()
clear()
publicCreateEventThreatDetectionCustomModuleRequest.Builderclear()
Overrides
clearEventThreatDetectionCustomModule()
publicCreateEventThreatDetectionCustomModuleRequest.BuilderclearEventThreatDetectionCustomModule()
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicCreateEventThreatDetectionCustomModuleRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateEventThreatDetectionCustomModuleRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearParent()
publicCreateEventThreatDetectionCustomModuleRequest.BuilderclearParent()
Required. Name of parent for the module. Its format is
"organizations/{organization}/locations/{location}",
"folders/{folder}/locations/{location}",
or
"projects/{project}/locations/{location}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearValidateOnly()
publicCreateEventThreatDetectionCustomModuleRequest.BuilderclearValidateOnly()
Optional. When set to true, only validations (including IAM checks) will
done for the request (no module will be created). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually create the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred during creation of the module.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
clone()
publicCreateEventThreatDetectionCustomModuleRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateEventThreatDetectionCustomModuleRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getEventThreatDetectionCustomModule()
publicEventThreatDetectionCustomModulegetEventThreatDetectionCustomModule()
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
getEventThreatDetectionCustomModuleBuilder()
publicEventThreatDetectionCustomModule.BuildergetEventThreatDetectionCustomModuleBuilder()
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
getEventThreatDetectionCustomModuleOrBuilder()
publicEventThreatDetectionCustomModuleOrBuildergetEventThreatDetectionCustomModuleOrBuilder()
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
Required. Name of parent for the module. Its format is
"organizations/{organization}/locations/{location}",
"folders/{folder}/locations/{location}",
or
"projects/{project}/locations/{location}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. Name of parent for the module. Its format is
"organizations/{organization}/locations/{location}",
"folders/{folder}/locations/{location}",
or
"projects/{project}/locations/{location}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
getValidateOnly()
publicbooleangetValidateOnly()
Optional. When set to true, only validations (including IAM checks) will
done for the request (no module will be created). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually create the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred during creation of the module.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The validateOnly.
|
hasEventThreatDetectionCustomModule()
publicbooleanhasEventThreatDetectionCustomModule()
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the eventThreatDetectionCustomModule field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildermergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModulevalue)
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateEventThreatDetectionCustomModuleRequest other)
publicCreateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(CreateEventThreatDetectionCustomModuleRequestother)
publicCreateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateEventThreatDetectionCustomModuleRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetEventThreatDetectionCustomModule(EventThreatDetectionCustomModulevalue)
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.Builder builderForValue)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.BuilderbuilderForValue)
Required. The module to create. The
event_threat_detection_custom_module.name will be ignored and server
generated.
.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setParent(String value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetParent(Stringvalue)
Required. Name of parent for the module. Its format is
"organizations/{organization}/locations/{location}",
"folders/{folder}/locations/{location}",
or
"projects/{project}/locations/{location}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetParentBytes(ByteStringvalue)
Required. Name of parent for the module. Its format is
"organizations/{organization}/locations/{location}",
"folders/{folder}/locations/{location}",
or
"projects/{project}/locations/{location}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateEventThreatDetectionCustomModuleRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setValidateOnly(boolean value)
publicCreateEventThreatDetectionCustomModuleRequest.BuildersetValidateOnly(booleanvalue)
Optional. When set to true, only validations (including IAM checks) will
done for the request (no module will be created). An OK response indicates
the request is valid while an error response indicates the request is
invalid. Note that a subsequent request to actually create the module could
still fail because 1. the state could have changed (e.g. IAM permission
lost) or
- A failure occurred during creation of the module.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
boolean
The validateOnly to set.
|