Interface InstanceConfigurationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Bucket where to find display resources
    com.google.protobuf.ByteString
    Bucket where to find display resources
    boolean
    If true, make use of the Parameter Archive
    Bucket where to find stacks
    com.google.protobuf.ByteString
    Bucket where to find stacks
    getTcStreams(int index)
    Command-related streams
    com.google.protobuf.ByteString
    getTcStreamsBytes(int index)
    Command-related streams
    int
    Command-related streams
    Command-related streams
    boolean
    Bucket where to find display resources
    boolean
    If true, make use of the Parameter Archive
    boolean
    Bucket where to find stacks

    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 Details

    • hasDisplayBucket

      boolean hasDisplayBucket()
       Bucket where to find display resources
       
      optional string displayBucket = 1;
      Returns:
      Whether the displayBucket field is set.
    • getDisplayBucket

      String getDisplayBucket()
       Bucket where to find display resources
       
      optional string displayBucket = 1;
      Returns:
      The displayBucket.
    • getDisplayBucketBytes

      com.google.protobuf.ByteString getDisplayBucketBytes()
       Bucket where to find display resources
       
      optional string displayBucket = 1;
      Returns:
      The bytes for displayBucket.
    • hasStackBucket

      boolean hasStackBucket()
       Bucket where to find stacks
       
      optional string stackBucket = 2;
      Returns:
      Whether the stackBucket field is set.
    • getStackBucket

      String getStackBucket()
       Bucket where to find stacks
       
      optional string stackBucket = 2;
      Returns:
      The stackBucket.
    • getStackBucketBytes

      com.google.protobuf.ByteString getStackBucketBytes()
       Bucket where to find stacks
       
      optional string stackBucket = 2;
      Returns:
      The bytes for stackBucket.
    • hasParameterArchive

      boolean hasParameterArchive()
       If true, make use of the Parameter Archive
       
      optional bool parameterArchive = 3;
      Returns:
      Whether the parameterArchive field is set.
    • getParameterArchive

      boolean getParameterArchive()
       If true, make use of the Parameter Archive
       
      optional bool parameterArchive = 3;
      Returns:
      The parameterArchive.
    • getTcStreamsList

      List<String> getTcStreamsList()
       Command-related streams
       
      repeated string tcStreams = 4;
      Returns:
      A list containing the tcStreams.
    • getTcStreamsCount

      int getTcStreamsCount()
       Command-related streams
       
      repeated string tcStreams = 4;
      Returns:
      The count of tcStreams.
    • getTcStreams

      String getTcStreams(int index)
       Command-related streams
       
      repeated string tcStreams = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tcStreams at the given index.
    • getTcStreamsBytes

      com.google.protobuf.ByteString getTcStreamsBytes(int index)
       Command-related streams
       
      repeated string tcStreams = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tcStreams at the given index.