Interface ApplyResultsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ApplyResults, ApplyResults.Builder

    public interface ApplyResultsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getContent

        String getContent()
         Location of a blueprint copy and other manifests in Google Cloud Storage.
         Format: `gs://{bucket}/{object}`
         
        string content = 1;
        Returns:
        The content.
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
         Location of a blueprint copy and other manifests in Google Cloud Storage.
         Format: `gs://{bucket}/{object}`
         
        string content = 1;
        Returns:
        The bytes for content.
      • getArtifacts

        String getArtifacts()
         Location of artifacts (e.g. logs) in Google Cloud Storage.
         Format: `gs://{bucket}/{object}`
         
        string artifacts = 2;
        Returns:
        The artifacts.
      • getArtifactsBytes

        com.google.protobuf.ByteString getArtifactsBytes()
         Location of artifacts (e.g. logs) in Google Cloud Storage.
         Format: `gs://{bucket}/{object}`
         
        string artifacts = 2;
        Returns:
        The bytes for artifacts.
      • getOutputsCount

        int getOutputsCount()
         Map of output name to output info.
         
        map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;
      • containsOutputs

        boolean containsOutputs​(String key)
         Map of output name to output info.
         
        map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;
      • getOutputsMap

        Map<String,​TerraformOutput> getOutputsMap()
         Map of output name to output info.
         
        map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;
      • getOutputsOrDefault

        TerraformOutput getOutputsOrDefault​(String key,
                                            TerraformOutput defaultValue)
         Map of output name to output info.
         
        map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;
      • getOutputsOrThrow

        TerraformOutput getOutputsOrThrow​(String key)
         Map of output name to output info.
         
        map<string, .google.cloud.config.v1.TerraformOutput> outputs = 3;