Interface InstanceUpdateConfigRequestOrBuilder

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

@Generated public interface InstanceUpdateConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The complete new configuration to replace the existing one.
    The complete new configuration to replace the existing one.
    The unique identifier (UUID) of the instance to update.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance to update.
    boolean
    The complete new configuration to replace the existing one.

    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

    • getId

      String getId()
      The unique identifier (UUID) of the instance to update.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance to update.
      
      string id = 1;
      Returns:
      The bytes for id.
    • hasConfig

      boolean hasConfig()
      The complete new configuration to replace the existing one.
      Includes settings, accounts, and proxies.
      
      .soulfire.v1.InstanceConfig config = 2;
      Returns:
      Whether the config field is set.
    • getConfig

      InstanceConfig getConfig()
      The complete new configuration to replace the existing one.
      Includes settings, accounts, and proxies.
      
      .soulfire.v1.InstanceConfig config = 2;
      Returns:
      The config.
    • getConfigOrBuilder

      InstanceConfigOrBuilder getConfigOrBuilder()
      The complete new configuration to replace the existing one.
      Includes settings, accounts, and proxies.
      
      .soulfire.v1.InstanceConfig config = 2;