Interface ProvisionReplyOrBuilder

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

public interface ProvisionReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getConfigurationUri

      String getConfigurationUri()
      string configurationUri = 1;
      Returns:
      The configurationUri.
    • getConfigurationUriBytes

      com.google.protobuf.ByteString getConfigurationUriBytes()
      string configurationUri = 1;
      Returns:
      The bytes for configurationUri.
    • getSecretUri

      String getSecretUri()
      string secretUri = 2;
      Returns:
      The secretUri.
    • getSecretUriBytes

      com.google.protobuf.ByteString getSecretUriBytes()
      string secretUri = 2;
      Returns:
      The bytes for secretUri.
    • getPropertiesCount

      int getPropertiesCount()
      map<string, .tool.PropertySchema> properties = 3;
    • containsProperties

      boolean containsProperties(String key)
      map<string, .tool.PropertySchema> properties = 3;
    • getProperties

      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,PropertySchema> getPropertiesMap()
      map<string, .tool.PropertySchema> properties = 3;
    • getPropertiesOrDefault

      PropertySchema getPropertiesOrDefault(String key, PropertySchema defaultValue)
      map<string, .tool.PropertySchema> properties = 3;
    • getPropertiesOrThrow

      PropertySchema getPropertiesOrThrow(String key)
      map<string, .tool.PropertySchema> properties = 3;