Interface TerraformOutputOrBuilder

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

    public interface TerraformOutputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getSensitive()
      Identifies whether Terraform has set this output as a potential sensitive value.
      com.google.protobuf.Value getValue()
      Value of output.
      com.google.protobuf.ValueOrBuilder getValueOrBuilder()
      Value of output.
      boolean hasValue()
      Value of output.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSensitive

        boolean getSensitive()
         Identifies whether Terraform has set this output as a potential
         sensitive value.
         
        bool sensitive = 1;
        Returns:
        The sensitive.
      • hasValue

        boolean hasValue()
         Value of output.
         
        .google.protobuf.Value value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        com.google.protobuf.Value getValue()
         Value of output.
         
        .google.protobuf.Value value = 2;
        Returns:
        The value.
      • getValueOrBuilder

        com.google.protobuf.ValueOrBuilder getValueOrBuilder()
         Value of output.
         
        .google.protobuf.Value value = 2;