Class ApplyResults (0.9.0)

public final class ApplyResults extends GeneratedMessageV3 implements ApplyResultsOrBuilder

Outputs and artifacts from applying a deployment.

Protobuf type google.cloud.config.v1.ApplyResults

Static Fields

ARTIFACTS_FIELD_NUMBER

public static final int ARTIFACTS_FIELD_NUMBER
Field Value
TypeDescription
int

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
TypeDescription
int

OUTPUTS_FIELD_NUMBER

public static final int OUTPUTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ApplyResults getDefaultInstance()
Returns
TypeDescription
ApplyResults

getDescriptor()

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

newBuilder()

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

newBuilder(ApplyResults prototype)

public static ApplyResults.Builder newBuilder(ApplyResults prototype)
Parameter
NameDescription
prototypeApplyResults
Returns
TypeDescription
ApplyResults.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsOutputs(String key)

public boolean containsOutputs(String key)

Map of output name to output info.

map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

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

getArtifacts()

public String getArtifacts()

Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}

string artifacts = 2;

Returns
TypeDescription
String

The artifacts.

getArtifactsBytes()

public ByteString getArtifactsBytes()

Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}

string artifacts = 2;

Returns
TypeDescription
ByteString

The bytes for artifacts.

getContent()

public String getContent()

Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}

string content = 1;

Returns
TypeDescription
String

The content.

getContentBytes()

public ByteString getContentBytes()

Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}

string content = 1;

Returns
TypeDescription
ByteString

The bytes for content.

getDefaultInstanceForType()

public ApplyResults getDefaultInstanceForType()
Returns
TypeDescription
ApplyResults

getOutputs() (deprecated)

public Map<String,TerraformOutput> getOutputs()

Use #getOutputsMap() instead.

Returns
TypeDescription
Map<String,TerraformOutput>

getOutputsCount()

public int getOutputsCount()

Map of output name to output info.

map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;

Returns
TypeDescription
int

getOutputsMap()

public Map<String,TerraformOutput> getOutputsMap()

Map of output name to output info.

map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;

Returns
TypeDescription
Map<String,TerraformOutput>

getOutputsOrDefault(String key, TerraformOutput defaultValue)

public TerraformOutput getOutputsOrDefault(String key, TerraformOutput defaultValue)

Map of output name to output info.

map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;

Parameters
NameDescription
keyString
defaultValueTerraformOutput
Returns
TypeDescription
TerraformOutput

getOutputsOrThrow(String key)

public TerraformOutput getOutputsOrThrow(String key)

Map of output name to output info.

map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
TerraformOutput

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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