Interface Provisioning.CloudConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Provisioning.CloudConfig, Provisioning.CloudConfig.Builder
Enclosing class:
Provisioning

public static interface Provisioning.CloudConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string app_address = 3 [json_name = "appAddress"];
    com.google.protobuf.ByteString
    string app_address = 3 [json_name = "appAddress"];
    SmartMachine part id
    com.google.protobuf.ByteString
    SmartMachine part id
    SmartMachine part secret
    com.google.protobuf.ByteString
    SmartMachine part secret

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
       SmartMachine part id
       
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       SmartMachine part id
       
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getSecret

      String getSecret()
       SmartMachine part secret
       
      string secret = 2 [json_name = "secret"];
      Returns:
      The secret.
    • getSecretBytes

      com.google.protobuf.ByteString getSecretBytes()
       SmartMachine part secret
       
      string secret = 2 [json_name = "secret"];
      Returns:
      The bytes for secret.
    • getAppAddress

      String getAppAddress()
      string app_address = 3 [json_name = "appAddress"];
      Returns:
      The appAddress.
    • getAppAddressBytes

      com.google.protobuf.ByteString getAppAddressBytes()
      string app_address = 3 [json_name = "appAddress"];
      Returns:
      The bytes for appAddress.