Interface ResourceRequestOrBuilder

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

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

    • getLocation

      String getLocation()
      string location = 1;
      Returns:
      The location.
    • getLocationBytes

      com.google.protobuf.ByteString getLocationBytes()
      string location = 1;
      Returns:
      The bytes for location.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • getName

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getParamsCount

      int getParamsCount()
      map<string, string> params = 4;
    • containsParams

      boolean containsParams(String key)
      map<string, string> params = 4;
    • getParams

      Deprecated.
      Use getParamsMap() instead.
    • getParamsMap

      Map<String,String> getParamsMap()
      map<string, string> params = 4;
    • getParamsOrDefault

      String getParamsOrDefault(String key, String defaultValue)
      map<string, string> params = 4;
    • getParamsOrThrow

      String getParamsOrThrow(String key)
      map<string, string> params = 4;
    • getConfigurationURI

      String getConfigurationURI()
      string configurationURI = 5;
      Returns:
      The configurationURI.
    • getConfigurationURIBytes

      com.google.protobuf.ByteString getConfigurationURIBytes()
      string configurationURI = 5;
      Returns:
      The bytes for configurationURI.
    • getSecretsURI

      String getSecretsURI()
      string secretsURI = 6;
      Returns:
      The secretsURI.
    • getSecretsURIBytes

      com.google.protobuf.ByteString getSecretsURIBytes()
      string secretsURI = 6;
      Returns:
      The bytes for secretsURI.