public static interface AppPlatformCloudFunctionResponse.StructedOutputAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotation()
public abstract Struct getAnnotation()The struct format of the actual annotation.
 .google.protobuf.Struct annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
Struct | 
        The annotation.  | 
      
getAnnotationOrBuilder()
public abstract StructOrBuilder getAnnotationOrBuilder()The struct format of the actual annotation.
 .google.protobuf.Struct annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
StructOrBuilder | 
        |
hasAnnotation()
public abstract boolean hasAnnotation()The struct format of the actual annotation.
 .google.protobuf.Struct annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the annotation field is set.  |