public sealed class AppPlatformCloudFunctionRequest : IMessage<AppPlatformCloudFunctionRequest>, IEquatable<AppPlatformCloudFunctionRequest>, IDeepCloneable<AppPlatformCloudFunctionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AppPlatformCloudFunctionRequest.
For any cloud function based customer processing logic, customer's cloud function is expected to receive AppPlatformCloudFunctionRequest as request and send back AppPlatformCloudFunctionResponse as response. Message of request from AppPlatform to Cloud Function.
Implements
IMessageAppPlatformCloudFunctionRequest, IEquatableAppPlatformCloudFunctionRequest, IDeepCloneableAppPlatformCloudFunctionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
AppPlatformCloudFunctionRequest()
public AppPlatformCloudFunctionRequest()AppPlatformCloudFunctionRequest(AppPlatformCloudFunctionRequest)
public AppPlatformCloudFunctionRequest(AppPlatformCloudFunctionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AppPlatformCloudFunctionRequest |
Properties
Annotations
public RepeatedField<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation> Annotations { get; }The actual annotations to be processed by the customized Cloud Function.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAppPlatformCloudFunctionRequestTypesStructedInputAnnotation |
|
AppPlatformMetadata
public AppPlatformMetadata AppPlatformMetadata { get; set; }The metadata of the AppPlatform for customer to identify the source of the payload.
| Property Value | |
|---|---|
| Type | Description |
AppPlatformMetadata |
|