Class ResourceChangeTerraformInfo (0.45.0)

public final class ResourceChangeTerraformInfo extends GeneratedMessageV3 implements ResourceChangeTerraformInfoOrBuilder

Terraform info of a ResourceChange.

Protobuf type google.cloud.config.v1.ResourceChangeTerraformInfo

Static Fields

ACTIONS_FIELD_NUMBER

public static final int ACTIONS_FIELD_NUMBER
Field Value
Type Description
int

ADDRESS_FIELD_NUMBER

public static final int ADDRESS_FIELD_NUMBER
Field Value
Type Description
int

PROVIDER_FIELD_NUMBER

public static final int PROVIDER_FIELD_NUMBER
Field Value
Type Description
int

RESOURCE_NAME_FIELD_NUMBER

public static final int RESOURCE_NAME_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourceChangeTerraformInfo getDefaultInstance()
Returns
Type Description
ResourceChangeTerraformInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ResourceChangeTerraformInfo.Builder newBuilder()
Returns
Type Description
ResourceChangeTerraformInfo.Builder

newBuilder(ResourceChangeTerraformInfo prototype)

public static ResourceChangeTerraformInfo.Builder newBuilder(ResourceChangeTerraformInfo prototype)
Parameter
Name Description
prototype ResourceChangeTerraformInfo
Returns
Type Description
ResourceChangeTerraformInfo.Builder

parseDelimitedFrom(InputStream input)

public static ResourceChangeTerraformInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ResourceChangeTerraformInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourceChangeTerraformInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourceChangeTerraformInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ResourceChangeTerraformInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ResourceChangeTerraformInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourceChangeTerraformInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceChangeTerraformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ResourceChangeTerraformInfo> parser()
Returns
Type Description
Parser<ResourceChangeTerraformInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getActions(int index)

public String getActions(int index)

Output only. TF resource actions.

repeated string actions = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The actions at the given index.

getActionsBytes(int index)

public ByteString getActionsBytes(int index)

Output only. TF resource actions.

repeated string actions = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the actions at the given index.

getActionsCount()

public int getActionsCount()

Output only. TF resource actions.

repeated string actions = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of actions.

getActionsList()

public ProtocolStringList getActionsList()

Output only. TF resource actions.

repeated string actions = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the actions.

getAddress()

public String getAddress()

Output only. TF resource address that uniquely identifies the resource.

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

Returns
Type Description
String

The address.

getAddressBytes()

public ByteString getAddressBytes()

Output only. TF resource address that uniquely identifies the resource.

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

Returns
Type Description
ByteString

The bytes for address.

getDefaultInstanceForType()

public ResourceChangeTerraformInfo getDefaultInstanceForType()
Returns
Type Description
ResourceChangeTerraformInfo

getParserForType()

public Parser<ResourceChangeTerraformInfo> getParserForType()
Returns
Type Description
Parser<ResourceChangeTerraformInfo>
Overrides

getProvider()

public String getProvider()

Output only. TF resource provider.

string provider = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The provider.

getProviderBytes()

public ByteString getProviderBytes()

Output only. TF resource provider.

string provider = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for provider.

getResourceName()

public String getResourceName()

Output only. TF resource name.

string resource_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The resourceName.

getResourceNameBytes()

public ByteString getResourceNameBytes()

Output only. TF resource name.

string resource_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for resourceName.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public String getType()

Output only. TF resource type.

string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Output only. TF resource type.

string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for type.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ResourceChangeTerraformInfo.Builder newBuilderForType()
Returns
Type Description
ResourceChangeTerraformInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourceChangeTerraformInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResourceChangeTerraformInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ResourceChangeTerraformInfo.Builder toBuilder()
Returns
Type Description
ResourceChangeTerraformInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException