Class CorroborateContentRequest (3.56.0)

public final class CorroborateContentRequest extends GeneratedMessageV3 implements CorroborateContentRequestOrBuilder

Request message for CorroborateContent.

Protobuf type google.cloud.aiplatform.v1.CorroborateContentRequest

Static Fields

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
Type Description
int

FACTS_FIELD_NUMBER

public static final int FACTS_FIELD_NUMBER
Field Value
Type Description
int

PARAMETERS_FIELD_NUMBER

public static final int PARAMETERS_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CorroborateContentRequest getDefaultInstance()
Returns
Type Description
CorroborateContentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CorroborateContentRequest.Builder newBuilder()
Returns
Type Description
CorroborateContentRequest.Builder

newBuilder(CorroborateContentRequest prototype)

public static CorroborateContentRequest.Builder newBuilder(CorroborateContentRequest prototype)
Parameter
Name Description
prototype CorroborateContentRequest
Returns
Type Description
CorroborateContentRequest.Builder

parseDelimitedFrom(InputStream input)

public static CorroborateContentRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CorroborateContentRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CorroborateContentRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CorroborateContentRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CorroborateContentRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CorroborateContentRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CorroborateContentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorroborateContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CorroborateContentRequest> parser()
Returns
Type Description
Parser<CorroborateContentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContent()

public Content getContent()

Optional. Input content to corroborate, only text format is supported for now.

optional .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Content

The content.

getContentOrBuilder()

public ContentOrBuilder getContentOrBuilder()

Optional. Input content to corroborate, only text format is supported for now.

optional .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ContentOrBuilder

getDefaultInstanceForType()

public CorroborateContentRequest getDefaultInstanceForType()
Returns
Type Description
CorroborateContentRequest

getFacts(int index)

public Fact getFacts(int index)

Optional. Facts used to generate the text can also be used to corroborate the text.

repeated .google.cloud.aiplatform.v1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Fact

getFactsCount()

public int getFactsCount()

Optional. Facts used to generate the text can also be used to corroborate the text.

repeated .google.cloud.aiplatform.v1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getFactsList()

public List<Fact> getFactsList()

Optional. Facts used to generate the text can also be used to corroborate the text.

repeated .google.cloud.aiplatform.v1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Fact>

getFactsOrBuilder(int index)

public FactOrBuilder getFactsOrBuilder(int index)

Optional. Facts used to generate the text can also be used to corroborate the text.

repeated .google.cloud.aiplatform.v1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
FactOrBuilder

getFactsOrBuilderList()

public List<? extends FactOrBuilder> getFactsOrBuilderList()

Optional. Facts used to generate the text can also be used to corroborate the text.

repeated .google.cloud.aiplatform.v1.Fact facts = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.FactOrBuilder>

getParameters()

public CorroborateContentRequest.Parameters getParameters()

Optional. Parameters that can be set to override default settings per request.

.google.cloud.aiplatform.v1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CorroborateContentRequest.Parameters

The parameters.

getParametersOrBuilder()

public CorroborateContentRequest.ParametersOrBuilder getParametersOrBuilder()

Optional. Parameters that can be set to override default settings per request.

.google.cloud.aiplatform.v1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CorroborateContentRequest.ParametersOrBuilder

getParent()

public String 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) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public 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) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<CorroborateContentRequest> getParserForType()
Returns
Type Description
Parser<CorroborateContentRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasContent()

public boolean hasContent()

Optional. Input content to corroborate, only text format is supported for now.

optional .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the content field is set.

hasParameters()

public boolean hasParameters()

Optional. Parameters that can be set to override default settings per request.

.google.cloud.aiplatform.v1.CorroborateContentRequest.Parameters parameters = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the parameters field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CorroborateContentRequest.Builder newBuilderForType()
Returns
Type Description
CorroborateContentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CorroborateContentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CorroborateContentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CorroborateContentRequest.Builder toBuilder()
Returns
Type Description
CorroborateContentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException