Class ValidateEventThreatDetectionCustomModuleRequest.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass ValidateEventThreatDetectionCustomModuleRequest.BuilderextendsGeneratedMessageV3.Builder<ValidateEventThreatDetectionCustomModuleRequest.Builder>implementsValidateEventThreatDetectionCustomModuleRequestOrBuilderRequest to validate an Event Threat Detection custom module.
Protobuf type
google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ValidateEventThreatDetectionCustomModuleRequest.BuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicValidateEventThreatDetectionCustomModuleRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
build()
publicValidateEventThreatDetectionCustomModuleRequestbuild()| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest |
|
buildPartial()
publicValidateEventThreatDetectionCustomModuleRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest |
|
clear()
publicValidateEventThreatDetectionCustomModuleRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicValidateEventThreatDetectionCustomModuleRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicValidateEventThreatDetectionCustomModuleRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
clearParent()
publicValidateEventThreatDetectionCustomModuleRequest.BuilderclearParent()Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/locations/{location}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
clearRawText()
publicValidateEventThreatDetectionCustomModuleRequest.BuilderclearRawText()Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
clearType()
publicValidateEventThreatDetectionCustomModuleRequest.BuilderclearType()Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
clone()
publicValidateEventThreatDetectionCustomModuleRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
getDefaultInstanceForType()
publicValidateEventThreatDetectionCustomModuleRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
publicStringgetParent()Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/locations/{location}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes()Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/locations/{location}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRawText()
publicStringgetRawText()Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rawText. |
getRawTextBytes()
publicByteStringgetRawTextBytes()Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rawText. |
getType()
publicStringgetType()Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
publicByteStringgetTypeBytes()Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ValidateEventThreatDetectionCustomModuleRequest other)
publicValidateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(ValidateEventThreatDetectionCustomModuleRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
ValidateEventThreatDetectionCustomModuleRequest |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicValidateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicValidateEventThreatDetectionCustomModuleRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalValidateEventThreatDetectionCustomModuleRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
setParent(String value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetParent(Stringvalue)Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/locations/{location}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetParentBytes(ByteStringvalue)Required. Resource name of the parent to validate the Custom Module under.
Its format is:
- "organizations/{organization}/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. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setRawText(String value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetRawText(Stringvalue)Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The rawText to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setRawTextBytes(ByteString value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetRawTextBytes(ByteStringvalue)Required. The raw text of the module's contents. Used to generate error messages.
string raw_text = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for rawText to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|
setType(String value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetType(Stringvalue)Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The type to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
publicValidateEventThreatDetectionCustomModuleRequest.BuildersetTypeBytes(ByteStringvalue)Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).
string type = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalValidateEventThreatDetectionCustomModuleRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleRequest.Builder |
|