Interface RequestOptions.ClientContextOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RequestOptions.ClientContext, RequestOptions.ClientContext.Builder
Enclosing class:
RequestOptions

public static interface RequestOptions.ClientContextOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional.
    Map<String,com.google.protobuf.Value>
    Deprecated.
    int
    Optional.
    Map<String,com.google.protobuf.Value>
    Optional.
    com.google.protobuf.Value
    getSecureContextOrDefault(String key, com.google.protobuf.Value defaultValue)
    Optional.
    com.google.protobuf.Value
    Optional.

    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

    • getSecureContextCount

      int getSecureContextCount()
       Optional. Map of parameter name to value for this request. These values
       will be returned by any SECURE_CONTEXT() calls invoked by this request
       (e.g., by queries against Parameterized Secure Views).
       
      map<string, .google.protobuf.Value> secure_context = 1 [(.google.api.field_behavior) = OPTIONAL];
    • containsSecureContext

      boolean containsSecureContext(String key)
       Optional. Map of parameter name to value for this request. These values
       will be returned by any SECURE_CONTEXT() calls invoked by this request
       (e.g., by queries against Parameterized Secure Views).
       
      map<string, .google.protobuf.Value> secure_context = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSecureContext

      @Deprecated Map<String,com.google.protobuf.Value> getSecureContext()
      Deprecated.
    • getSecureContextMap

      Map<String,com.google.protobuf.Value> getSecureContextMap()
       Optional. Map of parameter name to value for this request. These values
       will be returned by any SECURE_CONTEXT() calls invoked by this request
       (e.g., by queries against Parameterized Secure Views).
       
      map<string, .google.protobuf.Value> secure_context = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSecureContextOrDefault

      com.google.protobuf.Value getSecureContextOrDefault(String key, com.google.protobuf.Value defaultValue)
       Optional. Map of parameter name to value for this request. These values
       will be returned by any SECURE_CONTEXT() calls invoked by this request
       (e.g., by queries against Parameterized Secure Views).
       
      map<string, .google.protobuf.Value> secure_context = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSecureContextOrThrow

      com.google.protobuf.Value getSecureContextOrThrow(String key)
       Optional. Map of parameter name to value for this request. These values
       will be returned by any SECURE_CONTEXT() calls invoked by this request
       (e.g., by queries against Parameterized Secure Views).
       
      map<string, .google.protobuf.Value> secure_context = 1 [(.google.api.field_behavior) = OPTIONAL];