public interface CitationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Citation |
getCitations(int index)
Output only.
|
int |
getCitationsCount()
Output only.
|
List<Citation> |
getCitationsList()
Output only.
|
CitationOrBuilder |
getCitationsOrBuilder(int index)
Output only.
|
List<? extends CitationOrBuilder> |
getCitationsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Citation> getCitationsList()
Output only. List of citations.
repeated .google.cloud.aiplatform.v1beta1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Citation getCitations(int index)
Output only. List of citations.
repeated .google.cloud.aiplatform.v1beta1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getCitationsCount()
Output only. List of citations.
repeated .google.cloud.aiplatform.v1beta1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends CitationOrBuilder> getCitationsOrBuilderList()
Output only. List of citations.
repeated .google.cloud.aiplatform.v1beta1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
CitationOrBuilder getCitationsOrBuilder(int index)
Output only. List of citations.
repeated .google.cloud.aiplatform.v1beta1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.