public interface ParameterizedSecureViewParametersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsParameters(String key)
public abstract boolean containsParameters(String key) Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
map<string, string> parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getParameters() (deprecated)
public abstract Map<String,String> getParameters()Use #getParametersMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getParametersCount()
public abstract int getParametersCount() Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
map<string, string> parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getParametersMap()
public abstract Map<String,String> getParametersMap() Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
map<string, string> parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getParametersOrDefault(String key, String defaultValue)
public abstract String getParametersOrDefault(String key, String defaultValue) Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
map<string, string> parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getParametersOrThrow(String key)
public abstract String getParametersOrThrow(String key) Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
map<string, string> parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|