Class CustomOutput (3.64.0)

public final class CustomOutput extends GeneratedMessageV3 implements CustomOutputOrBuilder

Spec for custom output.

Protobuf type google.cloud.aiplatform.v1beta1.CustomOutput

Static Fields

RAW_OUTPUTS_FIELD_NUMBER

public static final int RAW_OUTPUTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CustomOutput getDefaultInstance()
Returns
Type Description
CustomOutput

getDescriptor()

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

newBuilder()

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

newBuilder(CustomOutput prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCustomOutputCase()

public CustomOutput.CustomOutputCase getCustomOutputCase()
Returns
Type Description
CustomOutput.CustomOutputCase

getDefaultInstanceForType()

public CustomOutput getDefaultInstanceForType()
Returns
Type Description
CustomOutput

getParserForType()

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

getRawOutputs()

public RawOutput getRawOutputs()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RawOutput

The rawOutputs.

getRawOutputsOrBuilder()

public RawOutputOrBuilder getRawOutputsOrBuilder()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RawOutputOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRawOutputs()

public boolean hasRawOutputs()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the rawOutputs 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 CustomOutput.Builder newBuilderForType()
Returns
Type Description
CustomOutput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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