Class AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder (0.2.0)

publicstaticfinalclass AppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderextendsGeneratedMessageV3.Builder<AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder>implementsAppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder

A general annotation message that uses struct format to represent different concrete annotation protobufs.

Protobuf type google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

build()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotationbuild()
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation

buildPartial()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotationbuildPartial()
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation

clear()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.Builderclear()
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

clearAnnotation()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderclearAnnotation()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

clearField(Descriptors.FieldDescriptor field)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

clearIngestionTimeMicros()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderclearIngestionTimeMicros()

The ingestion time of the current annotation.

int64 ingestion_time_micros = 1;

Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

clone()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.Builderclone()
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

getAnnotation()

publicStructgetAnnotation()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
Struct

The annotation.

getAnnotationBuilder()

publicStruct.BuildergetAnnotationBuilder()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
Builder

getAnnotationOrBuilder()

publicStructOrBuildergetAnnotationOrBuilder()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
StructOrBuilder

getDefaultInstanceForType()

publicAppPlatformCloudFunctionRequest.StructedInputAnnotationgetDefaultInstanceForType()
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIngestionTimeMicros()

publiclonggetIngestionTimeMicros()

The ingestion time of the current annotation.

int64 ingestion_time_micros = 1;

Returns
Type Description
long

The ingestionTimeMicros.

hasAnnotation()

publicbooleanhasAnnotation()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
boolean

Whether the annotation field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeAnnotation(Struct value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildermergeAnnotation(Structvalue)

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Parameter
Name Description
value Struct
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

mergeFrom(AppPlatformCloudFunctionRequest.StructedInputAnnotation other)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildermergeFrom(AppPlatformCloudFunctionRequest.StructedInputAnnotationother)
Parameter
Name Description
other AppPlatformCloudFunctionRequest.StructedInputAnnotation
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

setAnnotation(Struct value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetAnnotation(Structvalue)

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Parameter
Name Description
value Struct
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

setAnnotation(Struct.Builder builderForValue)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetAnnotation(Struct.BuilderbuilderForValue)

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

setIngestionTimeMicros(long value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetIngestionTimeMicros(longvalue)

The ingestion time of the current annotation.

int64 ingestion_time_micros = 1;

Parameter
Name Description
value long

The ingestionTimeMicros to set.

Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalAppPlatformCloudFunctionRequest.StructedInputAnnotation.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppPlatformCloudFunctionRequest.StructedInputAnnotation.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.