public static final class UpdateEventThreatDetectionCustomModuleRequest.Builder extends GeneratedMessage.Builder<UpdateEventThreatDetectionCustomModuleRequest.Builder> implements UpdateEventThreatDetectionCustomModuleRequestOrBuilderRequest to update an Event Threat Detection custom module.
Protobuf type
google.cloud.securitycenter.v1.UpdateEventThreatDetectionCustomModuleRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateEventThreatDetectionCustomModuleRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateEventThreatDetectionCustomModuleRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest |
|
buildPartial()
public UpdateEventThreatDetectionCustomModuleRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest |
|
clear()
public UpdateEventThreatDetectionCustomModuleRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
clearEventThreatDetectionCustomModule()
public UpdateEventThreatDetectionCustomModuleRequest.Builder clearEventThreatDetectionCustomModule()Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
clearUpdateMask()
public UpdateEventThreatDetectionCustomModuleRequest.Builder clearUpdateMask()The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
getDefaultInstanceForType()
public UpdateEventThreatDetectionCustomModuleRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEventThreatDetectionCustomModule()
public EventThreatDetectionCustomModule getEventThreatDetectionCustomModule()Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EventThreatDetectionCustomModule |
The eventThreatDetectionCustomModule. |
getEventThreatDetectionCustomModuleBuilder()
public EventThreatDetectionCustomModule.Builder getEventThreatDetectionCustomModuleBuilder()Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EventThreatDetectionCustomModule.Builder |
|
getEventThreatDetectionCustomModuleOrBuilder()
public EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModuleOrBuilder()Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EventThreatDetectionCustomModuleOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasEventThreatDetectionCustomModule()
public boolean hasEventThreatDetectionCustomModule()Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the eventThreatDetectionCustomModule field is set. |
hasUpdateMask()
public boolean hasUpdateMask()The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
public UpdateEventThreatDetectionCustomModuleRequest.Builder mergeEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
EventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
mergeFrom(UpdateEventThreatDetectionCustomModuleRequest other)
public UpdateEventThreatDetectionCustomModuleRequest.Builder mergeFrom(UpdateEventThreatDetectionCustomModuleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEventThreatDetectionCustomModuleRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEventThreatDetectionCustomModuleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateEventThreatDetectionCustomModuleRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateEventThreatDetectionCustomModuleRequest.Builder mergeUpdateMask(FieldMask value)The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)
public UpdateEventThreatDetectionCustomModuleRequest.Builder setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule value)Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
EventThreatDetectionCustomModule |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.Builder builderForValue)
public UpdateEventThreatDetectionCustomModuleRequest.Builder setEventThreatDetectionCustomModule(EventThreatDetectionCustomModule.Builder builderForValue)Required. The module being updated.
.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EventThreatDetectionCustomModule.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateEventThreatDetectionCustomModuleRequest.Builder setUpdateMask(FieldMask value)The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEventThreatDetectionCustomModuleRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEventThreatDetectionCustomModuleRequest.Builder |
|