- 3.84.0 (latest)
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public static final class Asset.Builder extends GeneratedMessageV3.Builder<Asset.Builder> implements AssetOrBuilderCloud asset. This includes all Google Cloud Platform resources, Cloud IAM policies, and other non-GCP assets.
Protobuf type google.cloud.asset.v1p2beta1.Asset
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Asset.BuilderImplements
AssetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllAncestors(Iterable<String> values)
public Asset.Builder addAllAncestors(Iterable<String> values)Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Name | Description |
| values | Iterable<String>The ancestors to add. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
addAncestors(String value)
public Asset.Builder addAncestors(String value)Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Name | Description |
| value | StringThe ancestors to add. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
addAncestorsBytes(ByteString value)
public Asset.Builder addAncestorsBytes(ByteString value)Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Name | Description |
| value | ByteStringThe bytes of the ancestors to add. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Asset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Asset.Builder |
build()
public Asset build()| Type | Description |
| Asset |
buildPartial()
public Asset buildPartial()| Type | Description |
| Asset |
clear()
public Asset.Builder clear()| Type | Description |
| Asset.Builder |
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;
| Type | Description |
| Asset.Builder | This builder for chaining. |
clearAssetType()
public Asset.Builder clearAssetType()Type of the asset. Example: "compute.googleapis.com/Disk".
string asset_type = 2;
| Type | Description |
| Asset.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Asset.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Asset.Builder |
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;
| Type | Description |
| Asset.Builder |
clearName()
public Asset.Builder clearName() The full name of the asset. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
See Resource
Names
for more information.
string name = 1;
| Type | Description |
| Asset.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Asset.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Asset.Builder |
clearResource()
public Asset.Builder clearResource()Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Type | Description |
| Asset.Builder |
clone()
public Asset.Builder clone()| Type | Description |
| Asset.Builder |
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The ancestors at the given index. |
getAncestorsBytes(int index)
public ByteString getAncestorsBytes(int index)Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the ancestors at the given index. |
getAncestorsCount()
public int getAncestorsCount()Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Type | Description |
| int | The count of ancestors. |
getAncestorsList()
public ProtocolStringList getAncestorsList()Asset's ancestry path in Cloud Resource Manager (CRM) hierarchy, represented as a list of relative resource names. Ancestry path starts with the closest CRM ancestor and ends at root. If the asset is a CRM project/folder/organization, this starts from the asset itself. Example: ["projects/123456789", "folders/5432", "organizations/1234"]
repeated string ancestors = 6;
| Type | Description |
| ProtocolStringList | A list containing the ancestors. |
getAssetType()
public String getAssetType()Type of the asset. Example: "compute.googleapis.com/Disk".
string asset_type = 2;
| Type | Description |
| String | The assetType. |
getAssetTypeBytes()
public ByteString getAssetTypeBytes()Type of the asset. Example: "compute.googleapis.com/Disk".
string asset_type = 2;
| Type | Description |
| ByteString | The bytes for assetType. |
getDefaultInstanceForType()
public Asset getDefaultInstanceForType()| Type | Description |
| Asset |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
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;
| Type | Description |
| com.google.iam.v1.Policy | The iamPolicy. |
getIamPolicyBuilder()
public Policy.Builder getIamPolicyBuilder()Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.
.google.iam.v1.Policy iam_policy = 4;
| Type | Description |
| com.google.iam.v1.Policy.Builder |
getIamPolicyOrBuilder()
public PolicyOrBuilder getIamPolicyOrBuilder()Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.
.google.iam.v1.Policy iam_policy = 4;
| Type | Description |
| com.google.iam.v1.PolicyOrBuilder |
getName()
public String getName() The full name of the asset. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
See Resource
Names
for more information.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes() The full name of the asset. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
See Resource
Names
for more information.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getResource()
public Resource getResource()Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Type | Description |
| Resource | The resource. |
getResourceBuilder()
public Resource.Builder getResourceBuilder()Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Type | Description |
| Resource.Builder |
getResourceOrBuilder()
public ResourceOrBuilder getResourceOrBuilder()Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Type | Description |
| ResourceOrBuilder |
hasIamPolicy()
public boolean hasIamPolicy()Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.
.google.iam.v1.Policy iam_policy = 4;
| Type | Description |
| boolean | Whether the iamPolicy field is set. |
hasResource()
public boolean hasResource()Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Type | Description |
| boolean | Whether the resource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Asset other)
public Asset.Builder mergeFrom(Asset other)| Name | Description |
| other | Asset |
| Type | Description |
| Asset.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Asset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Asset.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Asset.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Asset.Builder |
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;
| Name | Description |
| value | com.google.iam.v1.Policy |
| Type | Description |
| Asset.Builder |
mergeResource(Resource value)
public Asset.Builder mergeResource(Resource value)Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Name | Description |
| value | Resource |
| Type | Description |
| Asset.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Asset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Asset.Builder |
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;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe ancestors to set. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
setAssetType(String value)
public Asset.Builder setAssetType(String value)Type of the asset. Example: "compute.googleapis.com/Disk".
string asset_type = 2;
| Name | Description |
| value | StringThe assetType to set. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
setAssetTypeBytes(ByteString value)
public Asset.Builder setAssetTypeBytes(ByteString value)Type of the asset. Example: "compute.googleapis.com/Disk".
string asset_type = 2;
| Name | Description |
| value | ByteStringThe bytes for assetType to set. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Asset.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Asset.Builder |
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;
| Name | Description |
| value | com.google.iam.v1.Policy |
| Type | Description |
| Asset.Builder |
setIamPolicy(Policy.Builder builderForValue)
public Asset.Builder setIamPolicy(Policy.Builder builderForValue)Representation of the actual Cloud IAM policy set on a cloud resource. For each resource, there must be at most one Cloud IAM policy set on it.
.google.iam.v1.Policy iam_policy = 4;
| Name | Description |
| builderForValue | com.google.iam.v1.Policy.Builder |
| Type | Description |
| Asset.Builder |
setName(String value)
public Asset.Builder setName(String value) The full name of the asset. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
See Resource
Names
for more information.
string name = 1;
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Asset.Builder setNameBytes(ByteString value) The full name of the asset. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.
See Resource
Names
for more information.
string name = 1;
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| Asset.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Asset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Asset.Builder |
setResource(Resource value)
public Asset.Builder setResource(Resource value)Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Name | Description |
| value | Resource |
| Type | Description |
| Asset.Builder |
setResource(Resource.Builder builderForValue)
public Asset.Builder setResource(Resource.Builder builderForValue)Representation of the resource.
.google.cloud.asset.v1p2beta1.Resource resource = 3;
| Name | Description |
| builderForValue | Resource.Builder |
| Type | Description |
| Asset.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Asset.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Asset.Builder |