Class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder (2.91.0)

public static final class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder extends GeneratedMessage.Builder<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder> implements GetEffectiveSecurityHealthAnalyticsCustomModuleRequestOrBuilder

Request message for getting effective Security Health Analytics custom modules.

Protobuf type google.cloud.securitycenter.v1.GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder

Static Methods

getDescriptor()

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

Methods

build()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest build()
Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

buildPartial()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest buildPartial()
Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

clear()

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

clearName()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder clearName()

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, or projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest getDefaultInstanceForType()
Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, or projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, or projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder setName(String value)

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, or projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder setNameBytes(ByteString value)

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}, or projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.Builder

This builder for chaining.