Class Resource (0.17.0)

public final class Resource extends GeneratedMessageV3 implements ResourceOrBuilder

Resource represents a Google Cloud Platform resource actuated by IM. Resources are child resources of Revisions.

Protobuf type google.cloud.config.v1.Resource

Implements

ResourceOrBuilder

Static Fields

CAI_ASSETS_FIELD_NUMBER

public static final int CAI_ASSETS_FIELD_NUMBER
Field Value
TypeDescription
int

INTENT_FIELD_NUMBER

public static final int INTENT_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

TERRAFORM_INFO_FIELD_NUMBER

public static final int TERRAFORM_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Resource getDefaultInstance()
Returns
TypeDescription
Resource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Resource.Builder newBuilder()
Returns
TypeDescription
Resource.Builder

newBuilder(Resource prototype)

public static Resource.Builder newBuilder(Resource prototype)
Parameter
NameDescription
prototypeResource
Returns
TypeDescription
Resource.Builder

parseDelimitedFrom(InputStream input)

public static Resource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Resource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Resource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Resource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Resource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Resource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Resource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Resource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Resource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Resource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Resource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Resource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Resource> parser()
Returns
TypeDescription
Parser<Resource>

Methods

containsCaiAssets(String key)

public boolean containsCaiAssets(String key)

Output only. Map of Cloud Asset Inventory (CAI) type to CAI info (e.g. CAI ID). CAI type format follows https://cloud.google.com/asset-inventory/docs/supported-asset-types

map<string, .google.cloud.config.v1.ResourceCAIInfo> cai_assets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCaiAssets() (deprecated)

public Map<String,ResourceCAIInfo> getCaiAssets()

Use #getCaiAssetsMap() instead.

Returns
TypeDescription
Map<String,ResourceCAIInfo>

getCaiAssetsCount()

public int getCaiAssetsCount()

Output only. Map of Cloud Asset Inventory (CAI) type to CAI info (e.g. CAI ID). CAI type format follows https://cloud.google.com/asset-inventory/docs/supported-asset-types

map<string, .google.cloud.config.v1.ResourceCAIInfo> cai_assets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getCaiAssetsMap()

public Map<String,ResourceCAIInfo> getCaiAssetsMap()

Output only. Map of Cloud Asset Inventory (CAI) type to CAI info (e.g. CAI ID). CAI type format follows https://cloud.google.com/asset-inventory/docs/supported-asset-types

map<string, .google.cloud.config.v1.ResourceCAIInfo> cai_assets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Map<String,ResourceCAIInfo>

getCaiAssetsOrDefault(String key, ResourceCAIInfo defaultValue)

public ResourceCAIInfo getCaiAssetsOrDefault(String key, ResourceCAIInfo defaultValue)

Output only. Map of Cloud Asset Inventory (CAI) type to CAI info (e.g. CAI ID). CAI type format follows https://cloud.google.com/asset-inventory/docs/supported-asset-types

map<string, .google.cloud.config.v1.ResourceCAIInfo> cai_assets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
defaultValueResourceCAIInfo
Returns
TypeDescription
ResourceCAIInfo

getCaiAssetsOrThrow(String key)

public ResourceCAIInfo getCaiAssetsOrThrow(String key)

Output only. Map of Cloud Asset Inventory (CAI) type to CAI info (e.g. CAI ID). CAI type format follows https://cloud.google.com/asset-inventory/docs/supported-asset-types

map<string, .google.cloud.config.v1.ResourceCAIInfo> cai_assets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
ResourceCAIInfo

getDefaultInstanceForType()

public Resource getDefaultInstanceForType()
Returns
TypeDescription
Resource

getIntent()

public Resource.Intent getIntent()

Output only. Intent of the resource.

.google.cloud.config.v1.Resource.Intent intent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Resource.Intent

The intent.

getIntentValue()

public int getIntentValue()

Output only. Intent of the resource.

.google.cloud.config.v1.Resource.Intent intent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for intent.

getName()

public String getName()

Output only. Resource name. Format: projects/{project}/locations/{location}/deployments/{deployment}/revisions/{revision}/resources/{resource}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name. Format: projects/{project}/locations/{location}/deployments/{deployment}/revisions/{revision}/resources/{resource}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<Resource> getParserForType()
Returns
TypeDescription
Parser<Resource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public Resource.State getState()

Output only. Current state of the resource.

.google.cloud.config.v1.Resource.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Resource.State

The state.

getStateValue()

public int getStateValue()

Output only. Current state of the resource.

.google.cloud.config.v1.Resource.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTerraformInfo()

public ResourceTerraformInfo getTerraformInfo()

Output only. Terraform-specific info if this resource was created using Terraform.

.google.cloud.config.v1.ResourceTerraformInfo terraform_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ResourceTerraformInfo

The terraformInfo.

getTerraformInfoOrBuilder()

public ResourceTerraformInfoOrBuilder getTerraformInfoOrBuilder()

Output only. Terraform-specific info if this resource was created using Terraform.

.google.cloud.config.v1.ResourceTerraformInfo terraform_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ResourceTerraformInfoOrBuilder

hasTerraformInfo()

public boolean hasTerraformInfo()

Output only. Terraform-specific info if this resource was created using Terraform.

.google.cloud.config.v1.ResourceTerraformInfo terraform_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the terraformInfo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Resource.Builder newBuilderForType()
Returns
TypeDescription
Resource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Resource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Resource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Resource.Builder toBuilder()
Returns
TypeDescription
Resource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException