Class Asset.SecurityCenterProperties.Builder (2.50.0)

public static final class Asset.SecurityCenterProperties.Builder extends GeneratedMessageV3.Builder<Asset.SecurityCenterProperties.Builder> implements Asset.SecurityCenterPropertiesOrBuilder

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

Protobuf type google.cloud.securitycenter.v1beta1.Asset.SecurityCenterProperties

Static Methods

getDescriptor()

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

Methods

addAllResourceOwners(Iterable<String> values)

public Asset.SecurityCenterProperties.Builder addAllResourceOwners(Iterable<String> values)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameter
Name Description
values Iterable<String>

The resourceOwners to add.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Asset.SecurityCenterProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

addResourceOwners(String value)

public Asset.SecurityCenterProperties.Builder addResourceOwners(String value)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameter
Name Description
value String

The resourceOwners to add.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

addResourceOwnersBytes(ByteString value)

public Asset.SecurityCenterProperties.Builder addResourceOwnersBytes(ByteString value)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameter
Name Description
value ByteString

The bytes of the resourceOwners to add.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

build()

public Asset.SecurityCenterProperties build()
Returns
Type Description
Asset.SecurityCenterProperties

buildPartial()

public Asset.SecurityCenterProperties buildPartial()
Returns
Type Description
Asset.SecurityCenterProperties

clear()

public Asset.SecurityCenterProperties.Builder clear()
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Asset.SecurityCenterProperties.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Asset.SecurityCenterProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

clearResourceName()

public Asset.SecurityCenterProperties.Builder clearResourceName()

Immutable. The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

clearResourceOwners()

public Asset.SecurityCenterProperties.Builder clearResourceOwners()

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

clearResourceParent()

public Asset.SecurityCenterProperties.Builder clearResourceParent()

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_parent = 3;

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

clearResourceProject()

public Asset.SecurityCenterProperties.Builder clearResourceProject()

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_project = 4;

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

clearResourceType()

public Asset.SecurityCenterProperties.Builder clearResourceType()

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.

string resource_type = 2;

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

clone()

public Asset.SecurityCenterProperties.Builder clone()
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

getDefaultInstanceForType()

public Asset.SecurityCenterProperties getDefaultInstanceForType()
Returns
Type Description
Asset.SecurityCenterProperties

getDescriptorForType()

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

getResourceName()

public String getResourceName()

Immutable. The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The resourceName.

getResourceNameBytes()

public ByteString getResourceNameBytes()

Immutable. The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for resourceName.

getResourceOwners(int index)

public String getResourceOwners(int index)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceOwners at the given index.

getResourceOwnersBytes(int index)

public ByteString getResourceOwnersBytes(int index)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceOwners at the given index.

getResourceOwnersCount()

public int getResourceOwnersCount()

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Returns
Type Description
int

The count of resourceOwners.

getResourceOwnersList()

public ProtocolStringList getResourceOwnersList()

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Returns
Type Description
ProtocolStringList

A list containing the resourceOwners.

getResourceParent()

public String getResourceParent()

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_parent = 3;

Returns
Type Description
String

The resourceParent.

getResourceParentBytes()

public ByteString getResourceParentBytes()

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_parent = 3;

Returns
Type Description
ByteString

The bytes for resourceParent.

getResourceProject()

public String getResourceProject()

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_project = 4;

Returns
Type Description
String

The resourceProject.

getResourceProjectBytes()

public ByteString getResourceProjectBytes()

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_project = 4;

Returns
Type Description
ByteString

The bytes for resourceProject.

getResourceType()

public String getResourceType()

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.

string resource_type = 2;

Returns
Type Description
String

The resourceType.

getResourceTypeBytes()

public ByteString getResourceTypeBytes()

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.

string resource_type = 2;

Returns
Type Description
ByteString

The bytes for resourceType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Asset.SecurityCenterProperties other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Asset.SecurityCenterProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Asset.SecurityCenterProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Asset.SecurityCenterProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides

setResourceName(String value)

public Asset.SecurityCenterProperties.Builder setResourceName(String value)

Immutable. The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value String

The resourceName to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceNameBytes(ByteString value)

public Asset.SecurityCenterProperties.Builder setResourceNameBytes(ByteString value)

Immutable. The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value ByteString

The bytes for resourceName to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceOwners(int index, String value)

public Asset.SecurityCenterProperties.Builder setResourceOwners(int index, String value)

Owners of the Google Cloud resource.

repeated string resource_owners = 5;

Parameters
Name Description
index int

The index to set the value at.

value String

The resourceOwners to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceParent(String value)

public Asset.SecurityCenterProperties.Builder setResourceParent(String value)

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_parent = 3;

Parameter
Name Description
value String

The resourceParent to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceParentBytes(ByteString value)

public Asset.SecurityCenterProperties.Builder setResourceParentBytes(ByteString value)

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_parent = 3;

Parameter
Name Description
value ByteString

The bytes for resourceParent to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceProject(String value)

public Asset.SecurityCenterProperties.Builder setResourceProject(String value)

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_project = 4;

Parameter
Name Description
value String

The resourceProject to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceProjectBytes(ByteString value)

public Asset.SecurityCenterProperties.Builder setResourceProjectBytes(ByteString value)

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string resource_project = 4;

Parameter
Name Description
value ByteString

The bytes for resourceProject to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceType(String value)

public Asset.SecurityCenterProperties.Builder setResourceType(String value)

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.

string resource_type = 2;

Parameter
Name Description
value String

The resourceType to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setResourceTypeBytes(ByteString value)

public Asset.SecurityCenterProperties.Builder setResourceTypeBytes(ByteString value)

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.

string resource_type = 2;

Parameter
Name Description
value ByteString

The bytes for resourceType to set.

Returns
Type Description
Asset.SecurityCenterProperties.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Asset.SecurityCenterProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.SecurityCenterProperties.Builder
Overrides