Namespace Google.Apis.CloudVideoIntelligence.v1.Data
Classes
GoogleCloudVideointelligenceV1AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1AnnotateVideoRequest
Video annotation request.
GoogleCloudVideointelligenceV1AnnotateVideoResponse
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1DetectedAttribute
A generic detected attribute represented by name in string format.
GoogleCloudVideointelligenceV1DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
GoogleCloudVideointelligenceV1Entity
Detected entity from video analysis.
GoogleCloudVideointelligenceV1ExplicitContentAnnotation
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
GoogleCloudVideointelligenceV1ExplicitContentFrame
Video frame level annotation results for explicit content.
GoogleCloudVideointelligenceV1FaceAnnotation
Deprecated. No effect.
GoogleCloudVideointelligenceV1FaceDetectionAnnotation
Face detection annotation.
GoogleCloudVideointelligenceV1FaceDetectionConfig
Config for FACE_DETECTION.
GoogleCloudVideointelligenceV1FaceFrame
Deprecated. No effect.
GoogleCloudVideointelligenceV1FaceSegment
Video segment level annotation results for face detection.
GoogleCloudVideointelligenceV1LabelAnnotation
Label annotation.
GoogleCloudVideointelligenceV1LabelDetectionConfig
Config for LABEL_DETECTION.
GoogleCloudVideointelligenceV1LabelFrame
Video frame level annotation results for label detection.
GoogleCloudVideointelligenceV1LabelSegment
Video segment level annotation results for label detection.
GoogleCloudVideointelligenceV1LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
GoogleCloudVideointelligenceV1NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
GoogleCloudVideointelligenceV1NormalizedBoundingPoly
Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.
GoogleCloudVideointelligenceV1NormalizedVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
GoogleCloudVideointelligenceV1ObjectTrackingConfig
Config for OBJECT_TRACKING.
GoogleCloudVideointelligenceV1ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
GoogleCloudVideointelligenceV1PersonDetectionAnnotation
Person detection annotation per video.
GoogleCloudVideointelligenceV1PersonDetectionConfig
Config for PERSON_DETECTION.
GoogleCloudVideointelligenceV1ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
GoogleCloudVideointelligenceV1SpeechContext
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
GoogleCloudVideointelligenceV1SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
GoogleCloudVideointelligenceV1TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
GoogleCloudVideointelligenceV1TextDetectionConfig
Config for TEXT_DETECTION.
GoogleCloudVideointelligenceV1TextFrame
Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
GoogleCloudVideointelligenceV1TextSegment
Video segment level annotation results for text detection.
GoogleCloudVideointelligenceV1TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
GoogleCloudVideointelligenceV1Track
A track of an object instance.
GoogleCloudVideointelligenceV1VideoAnnotationProgress
Annotation progress for a single video.
GoogleCloudVideointelligenceV1VideoAnnotationResults
Annotation results for a single video.
GoogleCloudVideointelligenceV1VideoContext
Video context and/or feature-specific parameters.
GoogleCloudVideointelligenceV1VideoSegment
Video segment.
GoogleCloudVideointelligenceV1WordInfo
Word-specific information for recognized words. Word information is only included in the response when certain
request parameters are set, such as enable_word_time_offsets
.
GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1beta2DetectedAttribute
A generic detected attribute represented by name in string format.
GoogleCloudVideointelligenceV1beta2DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
GoogleCloudVideointelligenceV1beta2Entity
Detected entity from video analysis.
GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
Video frame level annotation results for explicit content.
GoogleCloudVideointelligenceV1beta2FaceAnnotation
Deprecated. No effect.
GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
Face detection annotation.
GoogleCloudVideointelligenceV1beta2FaceFrame
Deprecated. No effect.
GoogleCloudVideointelligenceV1beta2FaceSegment
Video segment level annotation results for face detection.
GoogleCloudVideointelligenceV1beta2LabelAnnotation
Label annotation.
GoogleCloudVideointelligenceV1beta2LabelFrame
Video frame level annotation results for label detection.
GoogleCloudVideointelligenceV1beta2LabelSegment
Video segment level annotation results for label detection.
GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.
GoogleCloudVideointelligenceV1beta2NormalizedVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
Person detection annotation per video.
GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
GoogleCloudVideointelligenceV1beta2SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
GoogleCloudVideointelligenceV1beta2TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
GoogleCloudVideointelligenceV1beta2TextFrame
Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
GoogleCloudVideointelligenceV1beta2TextSegment
Video segment level annotation results for text detection.
GoogleCloudVideointelligenceV1beta2TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
GoogleCloudVideointelligenceV1beta2Track
A track of an object instance.
GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
Annotation progress for a single video.
GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
Annotation results for a single video.
GoogleCloudVideointelligenceV1beta2VideoSegment
Video segment.
GoogleCloudVideointelligenceV1beta2WordInfo
Word-specific information for recognized words. Word information is only included in the response when certain
request parameters are set, such as enable_word_time_offsets
.
GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p1beta1DetectedAttribute
A generic detected attribute represented by name in string format.
GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
GoogleCloudVideointelligenceV1p1beta1Entity
Detected entity from video analysis.
GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
Video frame level annotation results for explicit content.
GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
Deprecated. No effect.
GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
Face detection annotation.
GoogleCloudVideointelligenceV1p1beta1FaceFrame
Deprecated. No effect.
GoogleCloudVideointelligenceV1p1beta1FaceSegment
Video segment level annotation results for face detection.
GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
Label annotation.
GoogleCloudVideointelligenceV1p1beta1LabelFrame
Video frame level annotation results for label detection.
GoogleCloudVideointelligenceV1p1beta1LabelSegment
Video segment level annotation results for label detection.
GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.
GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation
Person detection annotation per video.
GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
GoogleCloudVideointelligenceV1p1beta1TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
GoogleCloudVideointelligenceV1p1beta1TextFrame
Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
GoogleCloudVideointelligenceV1p1beta1TextSegment
Video segment level annotation results for text detection.
GoogleCloudVideointelligenceV1p1beta1TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
GoogleCloudVideointelligenceV1p1beta1Track
A track of an object instance.
GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
Annotation progress for a single video.
GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
Annotation results for a single video.
GoogleCloudVideointelligenceV1p1beta1VideoSegment
Video segment.
GoogleCloudVideointelligenceV1p1beta1WordInfo
Word-specific information for recognized words. Word information is only included in the response when certain
request parameters are set, such as enable_word_time_offsets
.
GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p2beta1DetectedAttribute
A generic detected attribute represented by name in string format.
GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
GoogleCloudVideointelligenceV1p2beta1Entity
Detected entity from video analysis.
GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
Video frame level annotation results for explicit content.
GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
Deprecated. No effect.
GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
Face detection annotation.
GoogleCloudVideointelligenceV1p2beta1FaceFrame
Deprecated. No effect.
GoogleCloudVideointelligenceV1p2beta1FaceSegment
Video segment level annotation results for face detection.
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
Label annotation.
GoogleCloudVideointelligenceV1p2beta1LabelFrame
Video frame level annotation results for label detection.
GoogleCloudVideointelligenceV1p2beta1LabelSegment
Video segment level annotation results for label detection.
GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.
GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
Person detection annotation per video.
GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
GoogleCloudVideointelligenceV1p2beta1TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
GoogleCloudVideointelligenceV1p2beta1TextFrame
Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
GoogleCloudVideointelligenceV1p2beta1TextSegment
Video segment level annotation results for text detection.
GoogleCloudVideointelligenceV1p2beta1TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
GoogleCloudVideointelligenceV1p2beta1Track
A track of an object instance.
GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
Annotation progress for a single video.
GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
Annotation results for a single video.
GoogleCloudVideointelligenceV1p2beta1VideoSegment
Video segment.
GoogleCloudVideointelligenceV1p2beta1WordInfo
Word-specific information for recognized words. Word information is only included in the response when certain
request parameters are set, such as enable_word_time_offsets
.
GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse
Video annotation response. Included in the response
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
GoogleCloudVideointelligenceV1p3beta1Celebrity
Celebrity definition.
GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
Celebrity recognition annotation per video.
GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.
GoogleCloudVideointelligenceV1p3beta1DetectedAttribute
A generic detected attribute represented by name in string format.
GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
GoogleCloudVideointelligenceV1p3beta1Entity
Detected entity from video analysis.
GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.
GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame
Video frame level annotation results for explicit content.
GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
Deprecated. No effect.
GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
Face detection annotation.
GoogleCloudVideointelligenceV1p3beta1FaceFrame
Deprecated. No effect.
GoogleCloudVideointelligenceV1p3beta1FaceSegment
Video segment level annotation results for face detection.
GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
Label annotation.
GoogleCloudVideointelligenceV1p3beta1LabelFrame
Video frame level annotation results for label detection.
GoogleCloudVideointelligenceV1p3beta1LabelSegment
Video segment level annotation results for label detection.
GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.
GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
Person detection annotation per video.
GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity
The recognized celebrity with confidence score.
GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
GoogleCloudVideointelligenceV1p3beta1SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
StreamingAnnotateVideoResponse
is the only message returned to the client by StreamingAnnotateVideo
. A
series of zero or more StreamingAnnotateVideoResponse
messages are streamed back to the client.
GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
Streaming annotation results corresponding to a portion of the video that is currently being processed. Only ONE type of annotation will be specified in the response.
GoogleCloudVideointelligenceV1p3beta1TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
GoogleCloudVideointelligenceV1p3beta1TextFrame
Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
GoogleCloudVideointelligenceV1p3beta1TextSegment
Video segment level annotation results for text detection.
GoogleCloudVideointelligenceV1p3beta1TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
GoogleCloudVideointelligenceV1p3beta1Track
A track of an object instance.
GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
Annotation progress for a single video.
GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults
Annotation results for a single video.
GoogleCloudVideointelligenceV1p3beta1VideoSegment
Video segment.
GoogleCloudVideointelligenceV1p3beta1WordInfo
Word-specific information for recognized words. Word information is only included in the response when certain
request parameters are set, such as enable_word_time_offsets
.
GoogleLongrunningCancelOperationRequest
The request message for Operations.CancelOperation.
GoogleLongrunningListOperationsResponse
The response message for Operations.ListOperations.
GoogleLongrunningOperation
This resource represents a long-running operation that is the result of a network API call.
GoogleProtobufEmpty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GoogleRpcStatus
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.