Class GetSecurityCenterServiceRequest.Builder (0.53.0)

public static final class GetSecurityCenterServiceRequest.Builder extends GeneratedMessage.Builder<GetSecurityCenterServiceRequest.Builder> implements GetSecurityCenterServiceRequestOrBuilder

Request message for SecurityCenterManagement.GetSecurityCenterService.

Protobuf type google.cloud.securitycentermanagement.v1.GetSecurityCenterServiceRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetSecurityCenterServiceRequest build()
Returns
Type Description
GetSecurityCenterServiceRequest

buildPartial()

public GetSecurityCenterServiceRequest buildPartial()
Returns
Type Description
GetSecurityCenterServiceRequest

clear()

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

clearName()

public GetSecurityCenterServiceRequest.Builder clearName()

Required. The Security Command Center service to retrieve, in one of the following formats:

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

    The following values are valid for {service}:

  • container-threat-detection

  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner

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

Returns
Type Description
GetSecurityCenterServiceRequest.Builder

This builder for chaining.

clearShowEligibleModulesOnly()

public GetSecurityCenterServiceRequest.Builder clearShowEligibleModulesOnly()

Set to true to show only modules that are in scope. By default, all modules are shown.

bool show_eligible_modules_only = 2;

Returns
Type Description
GetSecurityCenterServiceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetSecurityCenterServiceRequest getDefaultInstanceForType()
Returns
Type Description
GetSecurityCenterServiceRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The Security Command Center service to retrieve, in one of the following formats:

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

    The following values are valid for {service}:

  • container-threat-detection

  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The Security Command Center service to retrieve, in one of the following formats:

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

    The following values are valid for {service}:

  • container-threat-detection

  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner

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

Returns
Type Description
ByteString

The bytes for name.

getShowEligibleModulesOnly()

public boolean getShowEligibleModulesOnly()

Set to true to show only modules that are in scope. By default, all modules are shown.

bool show_eligible_modules_only = 2;

Returns
Type Description
boolean

The showEligibleModulesOnly.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetSecurityCenterServiceRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetSecurityCenterServiceRequest.Builder setName(String value)

Required. The Security Command Center service to retrieve, in one of the following formats:

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

    The following values are valid for {service}:

  • container-threat-detection

  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetSecurityCenterServiceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetSecurityCenterServiceRequest.Builder setNameBytes(ByteString value)

Required. The Security Command Center service to retrieve, in one of the following formats:

  • organizations/{organization}/locations/{location}/securityCenterServices/{service}
  • folders/{folder}/locations/{location}/securityCenterServices/{service}
  • projects/{project}/locations/{location}/securityCenterServices/{service}

    The following values are valid for {service}:

  • container-threat-detection

  • event-threat-detection
  • security-health-analytics
  • vm-threat-detection
  • web-security-scanner

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
GetSecurityCenterServiceRequest.Builder

This builder for chaining.

setShowEligibleModulesOnly(boolean value)

public GetSecurityCenterServiceRequest.Builder setShowEligibleModulesOnly(boolean value)

Set to true to show only modules that are in scope. By default, all modules are shown.

bool show_eligible_modules_only = 2;

Parameter
Name Description
value boolean

The showEligibleModulesOnly to set.

Returns
Type Description
GetSecurityCenterServiceRequest.Builder

This builder for chaining.