Class Asset.Builder (3.47.0)

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

An asset in Google Cloud. An asset can be any resource in the Google Cloud resource hierarchy, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy), or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP relationship). See Supported asset types for more information.

Protobuf type google.cloud.asset.v1.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)

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

Parameter
Name Description
values Iterable<String>

The ancestors to add.

Returns
Type Description
Asset.Builder

This builder for chaining.

addAllOrgPolicy(Iterable<? extends Policy> values)

public Asset.Builder addAllOrgPolicy(Iterable<? extends Policy> values)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
values Iterable<? extends com.google.cloud.orgpolicy.v1.Policy>
Returns
Type Description
Asset.Builder

addAncestors(String value)

public Asset.Builder addAncestors(String value)

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

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)

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

Parameter
Name Description
value ByteString

The bytes of the ancestors to add.

Returns
Type Description
Asset.Builder

This builder for chaining.

addOrgPolicy(Policy value)

public Asset.Builder addOrgPolicy(Policy value)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

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

addOrgPolicy(Policy.Builder builderForValue)

public Asset.Builder addOrgPolicy(Policy.Builder builderForValue)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

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

addOrgPolicy(int index, Policy value)

public Asset.Builder addOrgPolicy(int index, Policy value)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameters
Name Description
index int
value com.google.cloud.orgpolicy.v1.Policy
Returns
Type Description
Asset.Builder

addOrgPolicy(int index, Policy.Builder builderForValue)

public Asset.Builder addOrgPolicy(int index, Policy.Builder builderForValue)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameters
Name Description
index int
builderForValue com.google.cloud.orgpolicy.v1.Policy.Builder
Returns
Type Description
Asset.Builder

addOrgPolicyBuilder()

public Policy.Builder addOrgPolicyBuilder()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
com.google.cloud.orgpolicy.v1.Policy.Builder

addOrgPolicyBuilder(int index)

public Policy.Builder addOrgPolicyBuilder(int index)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
index int
Returns
Type Description
com.google.cloud.orgpolicy.v1.Policy.Builder

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

clearAccessContextPolicy()

public Asset.Builder clearAccessContextPolicy()
Returns
Type Description
Asset.Builder

clearAccessLevel()

public Asset.Builder clearAccessLevel()

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Returns
Type Description
Asset.Builder

clearAccessPolicy()

public Asset.Builder clearAccessPolicy()

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Returns
Type Description
Asset.Builder

clearAncestors()

public Asset.Builder clearAncestors()

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearAssetType()

public Asset.Builder clearAssetType()

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

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()

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

Returns
Type Description
Asset.Builder

clearName()

public Asset.Builder clearName()

The full name of the asset. 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

clearOrgPolicy()

public Asset.Builder clearOrgPolicy()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
Asset.Builder

clearOsInventory()

public Asset.Builder clearOsInventory()

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Returns
Type Description
Asset.Builder

clearRelatedAsset()

public Asset.Builder clearRelatedAsset()

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Returns
Type Description
Asset.Builder

clearRelatedAssets() (deprecated)

public Asset.Builder clearRelatedAssets()

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Returns
Type Description
Asset.Builder

clearResource()

public Asset.Builder clearResource()

A representation of the resource.

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

Returns
Type Description
Asset.Builder

clearServicePerimeter()

public Asset.Builder clearServicePerimeter()

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Returns
Type Description
Asset.Builder

clearUpdateTime()

public Asset.Builder clearUpdateTime()

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Returns
Type Description
Asset.Builder

clone()

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

getAccessContextPolicyCase()

public Asset.AccessContextPolicyCase getAccessContextPolicyCase()
Returns
Type Description
Asset.AccessContextPolicyCase

getAccessLevel()

public AccessLevel getAccessLevel()

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessLevel

The accessLevel.

getAccessLevelBuilder()

public AccessLevel.Builder getAccessLevelBuilder()

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessLevel.Builder

getAccessLevelOrBuilder()

public AccessLevelOrBuilder getAccessLevelOrBuilder()

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessLevelOrBuilder

getAccessPolicy()

public AccessPolicy getAccessPolicy()

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessPolicy

The accessPolicy.

getAccessPolicyBuilder()

public AccessPolicy.Builder getAccessPolicyBuilder()

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessPolicy.Builder

getAccessPolicyOrBuilder()

public AccessPolicyOrBuilder getAccessPolicyOrBuilder()

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.AccessPolicyOrBuilder

getAncestors(int index)

public String getAncestors(int index)

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

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)

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

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()

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

Returns
Type Description
int

The count of ancestors.

getAncestorsList()

public ProtocolStringList getAncestorsList()

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

Returns
Type Description
ProtocolStringList

A list containing the ancestors.

getAssetType()

public String getAssetType()

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

string asset_type = 2;

Returns
Type Description
String

The assetType.

getAssetTypeBytes()

public ByteString getAssetTypeBytes()

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

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()

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

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

The iamPolicy.

getIamPolicyBuilder()

public Policy.Builder getIamPolicyBuilder()

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

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

getIamPolicyOrBuilder()

public PolicyOrBuilder getIamPolicyOrBuilder()

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

getOrgPolicy(int index)

public Policy getOrgPolicy(int index)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
index int
Returns
Type Description
com.google.cloud.orgpolicy.v1.Policy

getOrgPolicyBuilder(int index)

public Policy.Builder getOrgPolicyBuilder(int index)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
index int
Returns
Type Description
com.google.cloud.orgpolicy.v1.Policy.Builder

getOrgPolicyBuilderList()

public List<Policy.Builder> getOrgPolicyBuilderList()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
List<com.google.cloud.orgpolicy.v1.Policy.Builder>

getOrgPolicyCount()

public int getOrgPolicyCount()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
int

getOrgPolicyList()

public List<Policy> getOrgPolicyList()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
List<com.google.cloud.orgpolicy.v1.Policy>

getOrgPolicyOrBuilder(int index)

public PolicyOrBuilder getOrgPolicyOrBuilder(int index)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
index int
Returns
Type Description
com.google.cloud.orgpolicy.v1.PolicyOrBuilder

getOrgPolicyOrBuilderList()

public List<? extends PolicyOrBuilder> getOrgPolicyOrBuilderList()

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Returns
Type Description
List<? extends com.google.cloud.orgpolicy.v1.PolicyOrBuilder>

getOsInventory()

public Inventory getOsInventory()

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Returns
Type Description
com.google.cloud.osconfig.v1.Inventory

The osInventory.

getOsInventoryBuilder()

public Inventory.Builder getOsInventoryBuilder()

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Returns
Type Description
com.google.cloud.osconfig.v1.Inventory.Builder

getOsInventoryOrBuilder()

public InventoryOrBuilder getOsInventoryOrBuilder()

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Returns
Type Description
com.google.cloud.osconfig.v1.InventoryOrBuilder

getRelatedAsset()

public RelatedAsset getRelatedAsset()

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Returns
Type Description
RelatedAsset

The relatedAsset.

getRelatedAssetBuilder()

public RelatedAsset.Builder getRelatedAssetBuilder()

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Returns
Type Description
RelatedAsset.Builder

getRelatedAssetOrBuilder()

public RelatedAssetOrBuilder getRelatedAssetOrBuilder()

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Returns
Type Description
RelatedAssetOrBuilder

getRelatedAssets() (deprecated)

public RelatedAssets getRelatedAssets()

Deprecated. google.cloud.asset.v1.Asset.related_assets is deprecated. See google/cloud/asset/v1/assets.proto;l=166

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Returns
Type Description
RelatedAssets

The relatedAssets.

getRelatedAssetsBuilder() (deprecated)

public RelatedAssets.Builder getRelatedAssetsBuilder()

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Returns
Type Description
RelatedAssets.Builder

getRelatedAssetsOrBuilder() (deprecated)

public RelatedAssetsOrBuilder getRelatedAssetsOrBuilder()

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Returns
Type Description
RelatedAssetsOrBuilder

getResource()

public Resource getResource()

A representation of the resource.

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

Returns
Type Description
Resource

The resource.

getResourceBuilder()

public Resource.Builder getResourceBuilder()

A representation of the resource.

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

Returns
Type Description
Resource.Builder

getResourceOrBuilder()

public ResourceOrBuilder getResourceOrBuilder()

A representation of the resource.

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

Returns
Type Description
ResourceOrBuilder

getServicePerimeter()

public ServicePerimeter getServicePerimeter()

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.ServicePerimeter

The servicePerimeter.

getServicePerimeterBuilder()

public ServicePerimeter.Builder getServicePerimeterBuilder()

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.ServicePerimeter.Builder

getServicePerimeterOrBuilder()

public ServicePerimeterOrBuilder getServicePerimeterOrBuilder()

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Returns
Type Description
com.google.identity.accesscontextmanager.v1.ServicePerimeterOrBuilder

getUpdateTime()

public Timestamp getUpdateTime()

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Returns
Type Description
TimestampOrBuilder

hasAccessLevel()

public boolean hasAccessLevel()

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Returns
Type Description
boolean

Whether the accessLevel field is set.

hasAccessPolicy()

public boolean hasAccessPolicy()

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Returns
Type Description
boolean

Whether the accessPolicy field is set.

hasIamPolicy()

public boolean hasIamPolicy()

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

Returns
Type Description
boolean

Whether the iamPolicy field is set.

hasOsInventory()

public boolean hasOsInventory()

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Returns
Type Description
boolean

Whether the osInventory field is set.

hasRelatedAsset()

public boolean hasRelatedAsset()

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Returns
Type Description
boolean

Whether the relatedAsset field is set.

hasRelatedAssets() (deprecated)

public boolean hasRelatedAssets()

Deprecated. google.cloud.asset.v1.Asset.related_assets is deprecated. See google/cloud/asset/v1/assets.proto;l=166

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Returns
Type Description
boolean

Whether the relatedAssets field is set.

hasResource()

public boolean hasResource()

A representation of the resource.

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

Returns
Type Description
boolean

Whether the resource field is set.

hasServicePerimeter()

public boolean hasServicePerimeter()

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Returns
Type Description
boolean

Whether the servicePerimeter field is set.

hasUpdateTime()

public boolean hasUpdateTime()

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAccessLevel(AccessLevel value)

public Asset.Builder mergeAccessLevel(AccessLevel value)

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.AccessLevel
Returns
Type Description
Asset.Builder

mergeAccessPolicy(AccessPolicy value)

public Asset.Builder mergeAccessPolicy(AccessPolicy value)

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.AccessPolicy
Returns
Type Description
Asset.Builder

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)

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

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

mergeOsInventory(Inventory value)

public Asset.Builder mergeOsInventory(Inventory value)

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Parameter
Name Description
value com.google.cloud.osconfig.v1.Inventory
Returns
Type Description
Asset.Builder

mergeRelatedAsset(RelatedAsset value)

public Asset.Builder mergeRelatedAsset(RelatedAsset value)

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Parameter
Name Description
value RelatedAsset
Returns
Type Description
Asset.Builder

mergeRelatedAssets(RelatedAssets value) (deprecated)

public Asset.Builder mergeRelatedAssets(RelatedAssets value)

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Parameter
Name Description
value RelatedAssets
Returns
Type Description
Asset.Builder

mergeResource(Resource value)

public Asset.Builder mergeResource(Resource value)

A representation of the resource.

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

Parameter
Name Description
value Resource
Returns
Type Description
Asset.Builder

mergeServicePerimeter(ServicePerimeter value)

public Asset.Builder mergeServicePerimeter(ServicePerimeter value)

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.ServicePerimeter
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

mergeUpdateTime(Timestamp value)

public Asset.Builder mergeUpdateTime(Timestamp value)

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

removeOrgPolicy(int index)

public Asset.Builder removeOrgPolicy(int index)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameter
Name Description
index int
Returns
Type Description
Asset.Builder

setAccessLevel(AccessLevel value)

public Asset.Builder setAccessLevel(AccessLevel value)

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.AccessLevel
Returns
Type Description
Asset.Builder

setAccessLevel(AccessLevel.Builder builderForValue)

public Asset.Builder setAccessLevel(AccessLevel.Builder builderForValue)

Also refer to the access level user guide.

.google.identity.accesscontextmanager.v1.AccessLevel access_level = 8;

Parameter
Name Description
builderForValue com.google.identity.accesscontextmanager.v1.AccessLevel.Builder
Returns
Type Description
Asset.Builder

setAccessPolicy(AccessPolicy value)

public Asset.Builder setAccessPolicy(AccessPolicy value)

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.AccessPolicy
Returns
Type Description
Asset.Builder

setAccessPolicy(AccessPolicy.Builder builderForValue)

public Asset.Builder setAccessPolicy(AccessPolicy.Builder builderForValue)

Also refer to the access policy user guide.

.google.identity.accesscontextmanager.v1.AccessPolicy access_policy = 7;

Parameter
Name Description
builderForValue com.google.identity.accesscontextmanager.v1.AccessPolicy.Builder
Returns
Type Description
Asset.Builder

setAncestors(int index, String value)

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

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

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

repeated string ancestors = 10;

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)

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

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)

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

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)

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

.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)

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

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

setOrgPolicy(int index, Policy value)

public Asset.Builder setOrgPolicy(int index, Policy value)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameters
Name Description
index int
value com.google.cloud.orgpolicy.v1.Policy
Returns
Type Description
Asset.Builder

setOrgPolicy(int index, Policy.Builder builderForValue)

public Asset.Builder setOrgPolicy(int index, Policy.Builder builderForValue)

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

repeated .google.cloud.orgpolicy.v1.Policy org_policy = 6;

Parameters
Name Description
index int
builderForValue com.google.cloud.orgpolicy.v1.Policy.Builder
Returns
Type Description
Asset.Builder

setOsInventory(Inventory value)

public Asset.Builder setOsInventory(Inventory value)

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Parameter
Name Description
value com.google.cloud.osconfig.v1.Inventory
Returns
Type Description
Asset.Builder

setOsInventory(Inventory.Builder builderForValue)

public Asset.Builder setOsInventory(Inventory.Builder builderForValue)

A representation of runtime OS Inventory information. See this topic for more information.

.google.cloud.osconfig.v1.Inventory os_inventory = 12;

Parameter
Name Description
builderForValue com.google.cloud.osconfig.v1.Inventory.Builder
Returns
Type Description
Asset.Builder

setRelatedAsset(RelatedAsset value)

public Asset.Builder setRelatedAsset(RelatedAsset value)

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

Parameter
Name Description
value RelatedAsset
Returns
Type Description
Asset.Builder

setRelatedAsset(RelatedAsset.Builder builderForValue)

public Asset.Builder setRelatedAsset(RelatedAsset.Builder builderForValue)

One related asset of the current asset.

.google.cloud.asset.v1.RelatedAsset related_asset = 15;

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

setRelatedAssets(RelatedAssets value) (deprecated)

public Asset.Builder setRelatedAssets(RelatedAssets value)

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

Parameter
Name Description
value RelatedAssets
Returns
Type Description
Asset.Builder

setRelatedAssets(RelatedAssets.Builder builderForValue) (deprecated)

public Asset.Builder setRelatedAssets(RelatedAssets.Builder builderForValue)

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

.google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true];

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

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)

A representation of the resource.

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

Parameter
Name Description
value Resource
Returns
Type Description
Asset.Builder

setResource(Resource.Builder builderForValue)

public Asset.Builder setResource(Resource.Builder builderForValue)

A representation of the resource.

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

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

setServicePerimeter(ServicePerimeter value)

public Asset.Builder setServicePerimeter(ServicePerimeter value)

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Parameter
Name Description
value com.google.identity.accesscontextmanager.v1.ServicePerimeter
Returns
Type Description
Asset.Builder

setServicePerimeter(ServicePerimeter.Builder builderForValue)

public Asset.Builder setServicePerimeter(ServicePerimeter.Builder builderForValue)

Also refer to the service perimeter user guide.

.google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;

Parameter
Name Description
builderForValue com.google.identity.accesscontextmanager.v1.ServicePerimeter.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

setUpdateTime(Timestamp value)

public Asset.Builder setUpdateTime(Timestamp value)

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Asset.Builder setUpdateTime(Timestamp.Builder builderForValue)

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

.google.protobuf.Timestamp update_time = 11;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Asset.Builder