public interface ContentMapOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsValues(String key)
public abstract boolean containsValues(String key)Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getValues() (deprecated)
public abstract Map<String,ContentMap.Contents> getValues()Use #getValuesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Contents> |
|
getValuesCount()
public abstract int getValuesCount()Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesMap()
public abstract Map<String,ContentMap.Contents> getValuesMap()Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,Contents> |
|
getValuesOrDefault(String key, ContentMap.Contents defaultValue)
public abstract ContentMap.Contents getValuesOrDefault(String key, ContentMap.Contents defaultValue)Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
ContentMap.Contents |
| Returns | |
|---|---|
| Type | Description |
ContentMap.Contents |
|
getValuesOrThrow(String key)
public abstract ContentMap.Contents getValuesOrThrow(String key)Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
ContentMap.Contents |
|