public static interface ContentMap.ContentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getContents(int index)
Optional.
|
int |
getContentsCount()
Optional.
|
List<Content> |
getContentsList()
Optional.
|
ContentOrBuilder |
getContentsOrBuilder(int index)
Optional.
|
List<? extends ContentOrBuilder> |
getContentsOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Content> getContentsList()
Optional. Repeated contents.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
Content getContents(int index)
Optional. Repeated contents.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
int getContentsCount()
Optional. Repeated contents.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
List<? extends ContentOrBuilder> getContentsOrBuilderList()
Optional. Repeated contents.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
ContentOrBuilder getContentsOrBuilder(int index)
Optional. Repeated contents.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.