public interface CorroborateContentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getContent()
Optional.
|
ContentOrBuilder |
getContentOrBuilder()
Optional.
|
Fact |
getFacts(int index)
Optional.
|
int |
getFactsCount()
Optional.
|
List<Fact> |
getFactsList()
Optional.
|
FactOrBuilder |
getFactsOrBuilder(int index)
Optional.
|
List<? extends FactOrBuilder> |
getFactsOrBuilderList()
Optional.
|
CorroborateContentRequest.Parameters |
getParameters()
Optional.
|
CorroborateContentRequest.ParametersOrBuilder |
getParametersOrBuilder()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasContent()
Optional.
|
boolean |
hasParameters()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location from which to corroborate text.
The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location from which to corroborate text.
The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasContent()
Optional. Input content to corroborate, only text format is supported for now.
optional .google.cloud.aiplatform.v1beta1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];
Content getContent()
Optional. Input content to corroborate, only text format is supported for now.
optional .google.cloud.aiplatform.v1beta1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];
ContentOrBuilder getContentOrBuilder()
Optional. Input content to corroborate, only text format is supported for now.
optional .google.cloud.aiplatform.v1beta1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];
List<Fact> getFactsList()
Optional. Facts used to generate the text can also be used to corroborate the text.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];
Fact getFacts(int index)
Optional. Facts used to generate the text can also be used to corroborate the text.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];
int getFactsCount()
Optional. Facts used to generate the text can also be used to corroborate the text.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends FactOrBuilder> getFactsOrBuilderList()
Optional. Facts used to generate the text can also be used to corroborate the text.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];
FactOrBuilder getFactsOrBuilder(int index)
Optional. Facts used to generate the text can also be used to corroborate the text.
repeated .google.cloud.aiplatform.v1beta1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasParameters()
Optional. Parameters that can be set to override default settings per request.
.google.cloud.aiplatform.v1beta1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
CorroborateContentRequest.Parameters getParameters()
Optional. Parameters that can be set to override default settings per request.
.google.cloud.aiplatform.v1beta1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
CorroborateContentRequest.ParametersOrBuilder getParametersOrBuilder()
Optional. Parameters that can be set to override default settings per request.
.google.cloud.aiplatform.v1beta1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.