Class FunctionResponsePart.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FunctionResponsePart.Builder>
com.google.cloud.aiplatform.v1.FunctionResponsePart.Builder
All Implemented Interfaces:
FunctionResponsePartOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FunctionResponsePart

public static final class FunctionResponsePart.Builder extends com.google.protobuf.GeneratedMessage.Builder<FunctionResponsePart.Builder> implements FunctionResponsePartOrBuilder
 A datatype containing media that is part of a `FunctionResponse` message.

 A `FunctionResponsePart` consists of data which has an associated datatype. A
 `FunctionResponsePart` can only contain one of the accepted types in
 `FunctionResponsePart.data`.

 A `FunctionResponsePart` must have a fixed IANA MIME type identifying the
 type and subtype of the media if the `inline_data` field is filled with raw
 bytes.
 
Protobuf type google.cloud.aiplatform.v1.FunctionResponsePart