public interface AppPlatformCloudFunctionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotations(int index)
public abstract AppPlatformCloudFunctionRequest.StructedInputAnnotation getAnnotations(int index)
The actual annotations to be processed by the customized Cloud Function.
repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation annotations = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AppPlatformCloudFunctionRequest.StructedInputAnnotation |
getAnnotationsCount()
public abstract int getAnnotationsCount()
The actual annotations to be processed by the customized Cloud Function.
repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation annotations = 2;
Returns | |
---|---|
Type | Description |
int |
getAnnotationsList()
public abstract List<AppPlatformCloudFunctionRequest.StructedInputAnnotation> getAnnotationsList()
The actual annotations to be processed by the customized Cloud Function.
repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation annotations = 2;
Returns | |
---|---|
Type | Description |
List<StructedInputAnnotation> |
getAnnotationsOrBuilder(int index)
public abstract AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder getAnnotationsOrBuilder(int index)
The actual annotations to be processed by the customized Cloud Function.
repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation annotations = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder |
getAnnotationsOrBuilderList()
public abstract List<? extends AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder> getAnnotationsOrBuilderList()
The actual annotations to be processed by the customized Cloud Function.
repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotation annotations = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.AppPlatformCloudFunctionRequest.StructedInputAnnotationOrBuilder> |
getAppPlatformMetadata()
public abstract AppPlatformMetadata getAppPlatformMetadata()
The metadata of the AppPlatform for customer to identify the source of the payload.
.google.cloud.visionai.v1.AppPlatformMetadata app_platform_metadata = 1;
Returns | |
---|---|
Type | Description |
AppPlatformMetadata |
The appPlatformMetadata. |
getAppPlatformMetadataOrBuilder()
public abstract AppPlatformMetadataOrBuilder getAppPlatformMetadataOrBuilder()
The metadata of the AppPlatform for customer to identify the source of the payload.
.google.cloud.visionai.v1.AppPlatformMetadata app_platform_metadata = 1;
Returns | |
---|---|
Type | Description |
AppPlatformMetadataOrBuilder |
hasAppPlatformMetadata()
public abstract boolean hasAppPlatformMetadata()
The metadata of the AppPlatform for customer to identify the source of the payload.
.google.cloud.visionai.v1.AppPlatformMetadata app_platform_metadata = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the appPlatformMetadata field is set. |