Class Asset.Builder (3.28.0)

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

Cloud asset. This includes all Google Cloud Platform resources, Cloud IAM policies, and other non-GCP assets.

Protobuf type google.cloud.asset.v1p2beta1.Asset

Implements

AssetOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllAncestors(Iterable<String> values)

public Asset.Builder addAllAncestors(Iterable<String> values)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameter
Name Description
values Iterable<String>

The ancestors to add.

Returns
Type Description
Asset.Builder

This builder for chaining.

addAncestors(String value)

public Asset.Builder addAncestors(String value)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameter
Name Description
value String

The ancestors to add.

Returns
Type Description
Asset.Builder

This builder for chaining.

addAncestorsBytes(ByteString value)

public Asset.Builder addAncestorsBytes(ByteString value)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameter
Name Description
value ByteString

The bytes of the ancestors to add.

Returns
Type Description
Asset.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Asset build()
Returns
Type Description
Asset

buildPartial()

public Asset buildPartial()
Returns
Type Description
Asset

clear()

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

clearAncestors()

public Asset.Builder clearAncestors()

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearAssetType()

public Asset.Builder clearAssetType()

Type of the asset. Example: "compute.googleapis.com/Disk".

string asset_type = 2;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearIamPolicy()

public Asset.Builder clearIamPolicy()

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Returns
Type Description
Asset.Builder

clearName()

public Asset.Builder clearName()

The full name of the asset. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more information.

string name = 1;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearResource()

public Asset.Builder clearResource()

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Returns
Type Description
Asset.Builder

clone()

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

getAncestors(int index)

public String getAncestors(int index)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ancestors at the given index.

getAncestorsBytes(int index)

public ByteString getAncestorsBytes(int index)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the ancestors at the given index.

getAncestorsCount()

public int getAncestorsCount()

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Returns
Type Description
int

The count of ancestors.

getAncestorsList()

public ProtocolStringList getAncestorsList()

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Returns
Type Description
ProtocolStringList

A list containing the ancestors.

getAssetType()

public String getAssetType()

Type of the asset. Example: "compute.googleapis.com/Disk".

string asset_type = 2;

Returns
Type Description
String

The assetType.

getAssetTypeBytes()

public ByteString getAssetTypeBytes()

Type of the asset. Example: "compute.googleapis.com/Disk".

string asset_type = 2;

Returns
Type Description
ByteString

The bytes for assetType.

getDefaultInstanceForType()

public Asset getDefaultInstanceForType()
Returns
Type Description
Asset

getDescriptorForType()

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

getIamPolicy()

public Policy getIamPolicy()

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Returns
Type Description
com.google.iam.v1.Policy

The iamPolicy.

getIamPolicyBuilder()

public Policy.Builder getIamPolicyBuilder()

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Returns
Type Description
com.google.iam.v1.Policy.Builder

getIamPolicyOrBuilder()

public PolicyOrBuilder getIamPolicyOrBuilder()

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Returns
Type Description
com.google.iam.v1.PolicyOrBuilder

getName()

public String getName()

The full name of the asset. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more information.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The full name of the asset. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more information.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getResource()

public Resource getResource()

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Returns
Type Description
Resource

The resource.

getResourceBuilder()

public Resource.Builder getResourceBuilder()

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Returns
Type Description
Resource.Builder

getResourceOrBuilder()

public ResourceOrBuilder getResourceOrBuilder()

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Returns
Type Description
ResourceOrBuilder

hasIamPolicy()

public boolean hasIamPolicy()

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Returns
Type Description
boolean

Whether the iamPolicy field is set.

hasResource()

public boolean hasResource()

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Returns
Type Description
boolean

Whether the resource field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Asset other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeIamPolicy(Policy value)

public Asset.Builder mergeIamPolicy(Policy value)

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Parameter
Name Description
value com.google.iam.v1.Policy
Returns
Type Description
Asset.Builder

mergeResource(Resource value)

public Asset.Builder mergeResource(Resource value)

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Parameter
Name Description
value Resource
Returns
Type Description
Asset.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAncestors(int index, String value)

public Asset.Builder setAncestors(int index, String value)

Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

repeated string ancestors = 6;

Parameters
Name Description
index int

The index to set the value at.

value String

The ancestors to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setAssetType(String value)

public Asset.Builder setAssetType(String value)

Type of the asset. Example: "compute.googleapis.com/Disk".

string asset_type = 2;

Parameter
Name Description
value String

The assetType to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setAssetTypeBytes(ByteString value)

public Asset.Builder setAssetTypeBytes(ByteString value)

Type of the asset. Example: "compute.googleapis.com/Disk".

string asset_type = 2;

Parameter
Name Description
value ByteString

The bytes for assetType to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setIamPolicy(Policy value)

public Asset.Builder setIamPolicy(Policy value)

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Parameter
Name Description
value com.google.iam.v1.Policy
Returns
Type Description
Asset.Builder

setIamPolicy(Policy.Builder builderForValue)

public Asset.Builder setIamPolicy(Policy.Builder builderForValue)

Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.

.google.iam.v1.Policy iam_policy = 4;

Parameter
Name Description
builderForValue com.google.iam.v1.Policy.Builder
Returns
Type Description
Asset.Builder

setName(String value)

public Asset.Builder setName(String value)

The full name of the asset. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more information.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Asset.Builder setNameBytes(ByteString value)

The full name of the asset. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more information.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

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

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

setResource(Resource value)

public Asset.Builder setResource(Resource value)

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Parameter
Name Description
value Resource
Returns
Type Description
Asset.Builder

setResource(Resource.Builder builderForValue)

public Asset.Builder setResource(Resource.Builder builderForValue)

Representation of the resource.

.google.cloud.asset.v1p2beta1.Resource resource = 3;

Parameter
Name Description
builderForValue Resource.Builder
Returns
Type Description
Asset.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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