Class Asset.Builder (3.41.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). See Supported asset types for more information.

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

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

The ancestors to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.orgpolicy.v1.Policy>
Returns
TypeDescription
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
NameDescription
valueString

The ancestors to add.

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

The bytes of the ancestors to add.

Returns
TypeDescription
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
NameDescription
valuecom.google.cloud.orgpolicy.v1.Policy
Returns
TypeDescription
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
NameDescription
builderForValuecom.google.cloud.orgpolicy.v1.Policy.Builder
Returns
TypeDescription
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
NameDescription
indexint
valuecom.google.cloud.orgpolicy.v1.Policy
Returns
TypeDescription
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
NameDescription
indexint
builderForValuecom.google.cloud.orgpolicy.v1.Policy.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
com.google.cloud.orgpolicy.v1.Policy.Builder

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

clearAccessContextPolicy()

public Asset.Builder clearAccessContextPolicy()
Returns
TypeDescription
Asset.Builder

clearAccessLevel()

public Asset.Builder clearAccessLevel()

Please also refer to the access level user guide.

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

Returns
TypeDescription
Asset.Builder

clearAccessPolicy()

public Asset.Builder clearAccessPolicy()

Please also refer to the access policy user guide.

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

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

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

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
TypeDescription
Asset.Builder

clearResource()

public Asset.Builder clearResource()

A representation of the resource.

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

Returns
TypeDescription
Asset.Builder

clearServicePerimeter()

public Asset.Builder clearServicePerimeter()

Please also refer to the service perimeter user guide.

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

Returns
TypeDescription
Asset.Builder

clone()

public Asset.Builder clone()
Returns
TypeDescription
Asset.Builder
Overrides

getAccessContextPolicyCase()

public Asset.AccessContextPolicyCase getAccessContextPolicyCase()
Returns
TypeDescription
Asset.AccessContextPolicyCase

getAccessLevel()

public AccessLevel getAccessLevel()

Please also refer to the access level user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.AccessLevel

The accessLevel.

getAccessLevelBuilder()

public AccessLevel.Builder getAccessLevelBuilder()

Please also refer to the access level user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.AccessLevel.Builder

getAccessLevelOrBuilder()

public AccessLevelOrBuilder getAccessLevelOrBuilder()

Please also refer to the access level user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.AccessLevelOrBuilder

getAccessPolicy()

public AccessPolicy getAccessPolicy()

Please also refer to the access policy user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.AccessPolicy

The accessPolicy.

getAccessPolicyBuilder()

public AccessPolicy.Builder getAccessPolicyBuilder()

Please also refer to the access policy user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.AccessPolicy.Builder

getAccessPolicyOrBuilder()

public AccessPolicyOrBuilder getAccessPolicyOrBuilder()

Please also refer to the access policy user guide.

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

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

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

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

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.orgpolicy.v1.PolicyOrBuilder>

getResource()

public Resource getResource()

A representation of the resource.

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

Returns
TypeDescription
Resource

The resource.

getResourceBuilder()

public Resource.Builder getResourceBuilder()

A representation of the resource.

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

Returns
TypeDescription
Resource.Builder

getResourceOrBuilder()

public ResourceOrBuilder getResourceOrBuilder()

A representation of the resource.

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

Returns
TypeDescription
ResourceOrBuilder

getServicePerimeter()

public ServicePerimeter getServicePerimeter()

Please also refer to the service perimeter user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.ServicePerimeter

The servicePerimeter.

getServicePerimeterBuilder()

public ServicePerimeter.Builder getServicePerimeterBuilder()

Please also refer to the service perimeter user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.ServicePerimeter.Builder

getServicePerimeterOrBuilder()

public ServicePerimeterOrBuilder getServicePerimeterOrBuilder()

Please also refer to the service perimeter user guide.

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

Returns
TypeDescription
com.google.identity.accesscontextmanager.v1.ServicePerimeterOrBuilder

hasAccessLevel()

public boolean hasAccessLevel()

Please also refer to the access level user guide.

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

Returns
TypeDescription
boolean

Whether the accessLevel field is set.

hasAccessPolicy()

public boolean hasAccessPolicy()

Please also refer to the access policy user guide.

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

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

Whether the iamPolicy field is set.

hasResource()

public boolean hasResource()

A representation of the resource.

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

Returns
TypeDescription
boolean

Whether the resource field is set.

hasServicePerimeter()

public boolean hasServicePerimeter()

Please also refer to the service perimeter user guide.

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

Returns
TypeDescription
boolean

Whether the servicePerimeter field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAccessLevel(AccessLevel value)

public Asset.Builder mergeAccessLevel(AccessLevel value)

Please also refer to the access level user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.AccessLevel
Returns
TypeDescription
Asset.Builder

mergeAccessPolicy(AccessPolicy value)

public Asset.Builder mergeAccessPolicy(AccessPolicy value)

Please also refer to the access policy user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.AccessPolicy
Returns
TypeDescription
Asset.Builder

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)

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
NameDescription
valuecom.google.iam.v1.Policy
Returns
TypeDescription
Asset.Builder

mergeResource(Resource value)

public Asset.Builder mergeResource(Resource value)

A representation of the resource.

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

Parameter
NameDescription
valueResource
Returns
TypeDescription
Asset.Builder

mergeServicePerimeter(ServicePerimeter value)

public Asset.Builder mergeServicePerimeter(ServicePerimeter value)

Please also refer to the service perimeter user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.ServicePerimeter
Returns
TypeDescription
Asset.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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

setAccessLevel(AccessLevel value)

public Asset.Builder setAccessLevel(AccessLevel value)

Please also refer to the access level user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.AccessLevel
Returns
TypeDescription
Asset.Builder

setAccessLevel(AccessLevel.Builder builderForValue)

public Asset.Builder setAccessLevel(AccessLevel.Builder builderForValue)

Please also refer to the access level user guide.

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

Parameter
NameDescription
builderForValuecom.google.identity.accesscontextmanager.v1.AccessLevel.Builder
Returns
TypeDescription
Asset.Builder

setAccessPolicy(AccessPolicy value)

public Asset.Builder setAccessPolicy(AccessPolicy value)

Please also refer to the access policy user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.AccessPolicy
Returns
TypeDescription
Asset.Builder

setAccessPolicy(AccessPolicy.Builder builderForValue)

public Asset.Builder setAccessPolicy(AccessPolicy.Builder builderForValue)

Please also refer to the access policy user guide.

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

Parameter
NameDescription
builderForValuecom.google.identity.accesscontextmanager.v1.AccessPolicy.Builder
Returns
TypeDescription
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
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)

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

See Supported asset types for more information.

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)

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

See Supported asset types for more information.

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)

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
NameDescription
valuecom.google.iam.v1.Policy
Returns
TypeDescription
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
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. 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. 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.

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
NameDescription
indexint
valuecom.google.cloud.orgpolicy.v1.Policy
Returns
TypeDescription
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
NameDescription
indexint
builderForValuecom.google.cloud.orgpolicy.v1.Policy.Builder
Returns
TypeDescription
Asset.Builder

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)

A representation of the resource.

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

Parameter
NameDescription
valueResource
Returns
TypeDescription
Asset.Builder

setResource(Resource.Builder builderForValue)

public Asset.Builder setResource(Resource.Builder builderForValue)

A representation of the resource.

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

Parameter
NameDescription
builderForValueResource.Builder
Returns
TypeDescription
Asset.Builder

setServicePerimeter(ServicePerimeter value)

public Asset.Builder setServicePerimeter(ServicePerimeter value)

Please also refer to the service perimeter user guide.

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

Parameter
NameDescription
valuecom.google.identity.accesscontextmanager.v1.ServicePerimeter
Returns
TypeDescription
Asset.Builder

setServicePerimeter(ServicePerimeter.Builder builderForValue)

public Asset.Builder setServicePerimeter(ServicePerimeter.Builder builderForValue)

Please also refer to the service perimeter user guide.

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

Parameter
NameDescription
builderForValuecom.google.identity.accesscontextmanager.v1.ServicePerimeter.Builder
Returns
TypeDescription
Asset.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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