- 3.84.0 (latest)
- 3.83.0
- 3.82.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class CorroborateContentResponse.Builder extends GeneratedMessage.Builder<CorroborateContentResponse.Builder> implements CorroborateContentResponseOrBuilderResponse message for CorroborateContent.
Protobuf type google.cloud.aiplatform.v1beta1.CorroborateContentResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CorroborateContentResponse.BuilderImplements
CorroborateContentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllClaims(Iterable<? extends Claim> values)
public CorroborateContentResponse.Builder addAllClaims(Iterable<? extends Claim> values)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Claim> |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
addClaims(Claim value)
public CorroborateContentResponse.Builder addClaims(Claim value)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Claim |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
addClaims(Claim.Builder builderForValue)
public CorroborateContentResponse.Builder addClaims(Claim.Builder builderForValue)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Claim.Builder |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
addClaims(int index, Claim value)
public CorroborateContentResponse.Builder addClaims(int index, Claim value)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Claim |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
addClaims(int index, Claim.Builder builderForValue)
public CorroborateContentResponse.Builder addClaims(int index, Claim.Builder builderForValue)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Claim.Builder |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
addClaimsBuilder()
public Claim.Builder addClaimsBuilder()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
Claim.Builder |
|
addClaimsBuilder(int index)
public Claim.Builder addClaimsBuilder(int index)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Claim.Builder |
|
build()
public CorroborateContentResponse build()| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse |
|
buildPartial()
public CorroborateContentResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse |
|
clear()
public CorroborateContentResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
clearClaims()
public CorroborateContentResponse.Builder clearClaims()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
clearCorroborationScore()
public CorroborateContentResponse.Builder clearCorroborationScore()Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
This builder for chaining. |
getClaims(int index)
public Claim getClaims(int index)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Claim |
|
getClaimsBuilder(int index)
public Claim.Builder getClaimsBuilder(int index)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Claim.Builder |
|
getClaimsBuilderList()
public List<Claim.Builder> getClaimsBuilderList()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getClaimsCount()
public int getClaimsCount()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getClaimsList()
public List<Claim> getClaimsList()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
List<Claim> |
|
getClaimsOrBuilder(int index)
public ClaimOrBuilder getClaimsOrBuilder(int index)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClaimOrBuilder |
|
getClaimsOrBuilderList()
public List<? extends ClaimOrBuilder> getClaimsOrBuilderList()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ClaimOrBuilder> |
|
getCorroborationScore()
public float getCorroborationScore()Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The corroborationScore. |
getDefaultInstanceForType()
public CorroborateContentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasCorroborationScore()
public boolean hasCorroborationScore()Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the corroborationScore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CorroborateContentResponse other)
public CorroborateContentResponse.Builder mergeFrom(CorroborateContentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
CorroborateContentResponse |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CorroborateContentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CorroborateContentResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
removeClaims(int index)
public CorroborateContentResponse.Builder removeClaims(int index)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
setClaims(int index, Claim value)
public CorroborateContentResponse.Builder setClaims(int index, Claim value)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Claim |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
setClaims(int index, Claim.Builder builderForValue)
public CorroborateContentResponse.Builder setClaims(int index, Claim.Builder builderForValue)Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Claim.Builder |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
|
setCorroborationScore(float value)
public CorroborateContentResponse.Builder setCorroborationScore(float value)Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe corroborationScore to set. |
| Returns | |
|---|---|
| Type | Description |
CorroborateContentResponse.Builder |
This builder for chaining. |