Interface AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder (0.2.0)

public static interface AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotation()

public abstract Struct getAnnotation()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
Struct

The annotation.

getAnnotationOrBuilder()

public abstract StructOrBuilder getAnnotationOrBuilder()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
StructOrBuilder

getIngestionTimeMicros()

public abstract long getIngestionTimeMicros()

The ingestion time of the current annotation.

int64 ingestion_time_micros = 1;

Returns
Type Description
long

The ingestionTimeMicros.

hasAnnotation()

public abstract boolean hasAnnotation()

The struct format of the actual annotation.

.google.protobuf.Struct annotation = 2;

Returns
Type Description
boolean

Whether the annotation field is set.