Interface RequestOptions.ClientContextOrBuilder (6.108.0)

public static interface RequestOptions.ClientContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsSecureContext(String key)

public abstract 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];

Parameter
Name Description
key String
Returns
Type Description
boolean

getSecureContext() (deprecated)

public abstract Map<String,Value> getSecureContext()
Returns
Type Description
Map<String,Value>

getSecureContextCount()

public abstract 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];

Returns
Type Description
int

getSecureContextMap()

public abstract Map<String,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];

Returns
Type Description
Map<String,Value>

getSecureContextOrDefault(String key, Value defaultValue)

public abstract Value getSecureContextOrDefault(String key, 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];

Parameters
Name Description
key String
defaultValue Value
Returns
Type Description
Value

getSecureContextOrThrow(String key)

public abstract 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];

Parameter
Name Description
key String
Returns
Type Description
Value