Class Asset.Builder (3.3.1)

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
TypeDescription
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
NameDescription
valuesIterable<String>

The ancestors to add.

Returns
TypeDescription
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
NameDescription
valueString

The ancestors to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the ancestors to add.

Returns
TypeDescription
Asset.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Asset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Asset.Builder
Overrides

build()

public Asset build()
Returns
TypeDescription
Asset

buildPartial()

public Asset buildPartial()
Returns
TypeDescription
Asset

clear()

public Asset.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Asset.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Asset.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Asset.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Asset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Asset.Builder
Overrides

clearResource()

public Asset.Builder clearResource()

Representation of the resource.

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

Returns
TypeDescription
Asset.Builder

clone()

public Asset.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the ancestors.

getAssetType()

public String getAssetType()

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

string asset_type = 2;

Returns
TypeDescription
String

The assetType.

getAssetTypeBytes()

public ByteString getAssetTypeBytes()

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

string asset_type = 2;

Returns
TypeDescription
ByteString

The bytes for assetType.

getDefaultInstanceForType()

public Asset getDefaultInstanceForType()
Returns
TypeDescription
Asset

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getResource()

public Resource getResource()

Representation of the resource.

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

Returns
TypeDescription
Resource

The resource.

getResourceBuilder()

public Resource.Builder getResourceBuilder()

Representation of the resource.

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

Returns
TypeDescription
Resource.Builder

getResourceOrBuilder()

public ResourceOrBuilder getResourceOrBuilder()

Representation of the resource.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the iamPolicy field is set.

hasResource()

public boolean hasResource()

Representation of the resource.

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

Returns
TypeDescription
boolean

Whether the resource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Asset other)

public Asset.Builder mergeFrom(Asset other)
Parameter
NameDescription
otherAsset
Returns
TypeDescription
Asset.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Asset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Asset.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valuecom.google.iam.v1.Policy
Returns
TypeDescription
Asset.Builder

mergeResource(Resource value)

public Asset.Builder mergeResource(Resource value)

Representation of the resource.

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

Parameter
NameDescription
valueResource
Returns
TypeDescription
Asset.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Asset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The ancestors to set.

Returns
TypeDescription
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
NameDescription
valueString

The assetType to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for assetType to set.

Returns
TypeDescription
Asset.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Asset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valuecom.google.iam.v1.Policy
Returns
TypeDescription
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
NameDescription
builderForValuecom.google.iam.v1.Policy.Builder
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Asset.Builder
Overrides

setResource(Resource value)

public Asset.Builder setResource(Resource value)

Representation of the resource.

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

Parameter
NameDescription
valueResource
Returns
TypeDescription
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
NameDescription
builderForValueResource.Builder
Returns
TypeDescription
Asset.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Asset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Asset.Builder
Overrides