Class RawOutput (3.64.0)

public final class RawOutput extends GeneratedMessageV3 implements RawOutputOrBuilder

Raw output.

Protobuf type google.cloud.aiplatform.v1beta1.RawOutput

Implements

RawOutputOrBuilder

Static Fields

RAW_OUTPUT_FIELD_NUMBER

public static final int RAW_OUTPUT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RawOutput getDefaultInstance()
Returns
Type Description
RawOutput

getDescriptor()

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

newBuilder()

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

newBuilder(RawOutput prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RawOutput getDefaultInstanceForType()
Returns
Type Description
RawOutput

getParserForType()

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

getRawOutput(int index)

public String getRawOutput(int index)

Output only. Raw output string.

repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The rawOutput at the given index.

getRawOutputBytes(int index)

public ByteString getRawOutputBytes(int index)

Output only. Raw output string.

repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the rawOutput at the given index.

getRawOutputCount()

public int getRawOutputCount()

Output only. Raw output string.

repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of rawOutput.

getRawOutputList()

public ProtocolStringList getRawOutputList()

Output only. Raw output string.

repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the rawOutput.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 RawOutput.Builder newBuilderForType()
Returns
Type Description
RawOutput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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