Class BatchGetSettingsRequest.Builder (0.86.0)

public static final class BatchGetSettingsRequest.Builder extends GeneratedMessage.Builder<BatchGetSettingsRequest.Builder> implements BatchGetSettingsRequestOrBuilder

Request message for BatchGetSettings.

Protobuf type google.cloud.securitycenter.settings.v1beta1.BatchGetSettingsRequest

Static Methods

getDescriptor()

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

Methods

addAllNames(Iterable<String> values)

public BatchGetSettingsRequest.Builder addAllNames(Iterable<String> values)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameter
Name Description
values Iterable<String>

The names to add.

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

addNames(String value)

public BatchGetSettingsRequest.Builder addNames(String value)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameter
Name Description
value String

The names to add.

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

addNamesBytes(ByteString value)

public BatchGetSettingsRequest.Builder addNamesBytes(ByteString value)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameter
Name Description
value ByteString

The bytes of the names to add.

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

build()

public BatchGetSettingsRequest build()
Returns
Type Description
BatchGetSettingsRequest

buildPartial()

public BatchGetSettingsRequest buildPartial()
Returns
Type Description
BatchGetSettingsRequest

clear()

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

clearNames()

public BatchGetSettingsRequest.Builder clearNames()

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

clearParent()

public BatchGetSettingsRequest.Builder clearParent()

Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:

  • organizations/{organization}

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

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public BatchGetSettingsRequest getDefaultInstanceForType()
Returns
Type Description
BatchGetSettingsRequest

getDescriptorForType()

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

getNames(int index)

public String getNames(int index)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The names at the given index.

getNamesBytes(int index)

public ByteString getNamesBytes(int index)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the names at the given index.

getNamesCount()

public int getNamesCount()

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Returns
Type Description
int

The count of names.

getNamesList()

public ProtocolStringList getNamesList()

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Returns
Type Description
ProtocolStringList

A list containing the names.

getParent()

public String getParent()

Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:

  • organizations/{organization}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:

  • organizations/{organization}

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchGetSettingsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setNames(int index, String value)

public BatchGetSettingsRequest.Builder setNames(int index, String value)

The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings

repeated string names = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The names to set.

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

setParent(String value)

public BatchGetSettingsRequest.Builder setParent(String value)

Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:

  • organizations/{organization}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
BatchGetSettingsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BatchGetSettingsRequest.Builder setParentBytes(ByteString value)

Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:

  • organizations/{organization}

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

This builder for chaining.