Class UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder (2.91.0)

public static final class UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder extends GeneratedMessage.Builder<UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder> implements UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder

Request message for updating Security Health Analytics custom modules.

Protobuf type google.cloud.securitycenter.v1.UpdateSecurityHealthAnalyticsCustomModuleRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateSecurityHealthAnalyticsCustomModuleRequest build()
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest

buildPartial()

public UpdateSecurityHealthAnalyticsCustomModuleRequest buildPartial()
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest

clear()

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder clear()
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder
Overrides

clearSecurityHealthAnalyticsCustomModule()

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder clearSecurityHealthAnalyticsCustomModule()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

clearUpdateMask()

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder clearUpdateMask()

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 = 2;

Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

getDefaultInstanceForType()

public UpdateSecurityHealthAnalyticsCustomModuleRequest getDefaultInstanceForType()
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSecurityHealthAnalyticsCustomModule()

public SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModule()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecurityHealthAnalyticsCustomModule

The securityHealthAnalyticsCustomModule.

getSecurityHealthAnalyticsCustomModuleBuilder()

public SecurityHealthAnalyticsCustomModule.Builder getSecurityHealthAnalyticsCustomModuleBuilder()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecurityHealthAnalyticsCustomModule.Builder

getSecurityHealthAnalyticsCustomModuleOrBuilder()

public SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModuleOrBuilder()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecurityHealthAnalyticsCustomModuleOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

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 = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

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 = 2;

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

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 = 2;

Returns
Type Description
FieldMaskOrBuilder

hasSecurityHealthAnalyticsCustomModule()

public boolean hasSecurityHealthAnalyticsCustomModule()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the securityHealthAnalyticsCustomModule field is set.

hasUpdateMask()

public boolean hasUpdateMask()

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 = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequest other)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder mergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequest other)
Parameter
Name Description
other UpdateSecurityHealthAnalyticsCustomModuleRequest
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder
Overrides

mergeSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder mergeSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SecurityHealthAnalyticsCustomModule
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder mergeUpdateMask(FieldMask value)

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 = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule value)

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SecurityHealthAnalyticsCustomModule
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule.Builder builderForValue)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder setSecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule.Builder builderForValue)

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue SecurityHealthAnalyticsCustomModule.Builder
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

setUpdateMask(FieldMask value)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder setUpdateMask(FieldMask value)

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 = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

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 = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder