Namespace Google.Apis.FirebaseAppDistribution.v1.Data
Classes
GdataBlobstore2Info
Information to read/write to blobstore2.
GdataCompositeMedia
A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore-composites.
GdataContentTypeInfo
Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the header or Scotty's best_guess, but this extended information provides the backend with more information so that it can make a better decision if needed. This is only used on media upload requests from Scotty.
GdataDiffChecksumsResponse
Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
GdataDiffDownloadResponse
Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
GdataDiffUploadRequest
A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
GdataDiffUploadResponse
Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
GdataDiffVersionResponse
Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
GdataDownloadParameters
Parameters specific to media downloads.
GdataMedia
A reference to data stored on the filesystem, on GFS or in blobstore.
GdataObjectId
This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.
GoogleFirebaseAppdistroV1AabInfo
Android App Bundle (AAB) information for a Firebase app.
GoogleFirebaseAppdistroV1BatchAddTestersRequest
The Request message for batch adding testers
GoogleFirebaseAppdistroV1BatchAddTestersResponse
The Response message for BatchAddTesters
.
GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest
The request message for BatchDeleteReleases
.
GoogleFirebaseAppdistroV1BatchJoinGroupRequest
The request message for BatchJoinGroup
GoogleFirebaseAppdistroV1BatchLeaveGroupRequest
Request message for BatchLeaveGroup
GoogleFirebaseAppdistroV1BatchRemoveTestersRequest
The request message for BatchRemoveTesters
.
GoogleFirebaseAppdistroV1BatchRemoveTestersResponse
The response message for BatchRemoveTesters
GoogleFirebaseAppdistroV1DistributeReleaseRequest
The request message for DistributeRelease
.
GoogleFirebaseAppdistroV1DistributeReleaseResponse
The response message for DistributeRelease
.
GoogleFirebaseAppdistroV1FeedbackReport
A feedback report submitted by a tester for a release.
GoogleFirebaseAppdistroV1Group
A group which can contain testers. A group can be invited to test apps in a Firebase project.
GoogleFirebaseAppdistroV1ListFeedbackReportsResponse
The response message for ListFeedbackReports
.
GoogleFirebaseAppdistroV1ListGroupsResponse
The response message for ListGroups
.
GoogleFirebaseAppdistroV1ListReleasesResponse
The response message for ListReleases
.
GoogleFirebaseAppdistroV1ListTestersResponse
The response message for ListTesters
.
GoogleFirebaseAppdistroV1Release
A release of a Firebase app.
GoogleFirebaseAppdistroV1ReleaseNotes
Notes that belong to a release.
GoogleFirebaseAppdistroV1TestCertificate
App bundle test certificate
GoogleFirebaseAppdistroV1Tester
A person that can be invited to test apps in a Firebase project.
GoogleFirebaseAppdistroV1UploadReleaseMetadata
Operation metadata for UploadRelease
.
GoogleFirebaseAppdistroV1UploadReleaseRequest
Request message for UploadRelease
.
GoogleFirebaseAppdistroV1UploadReleaseResponse
Response message for UploadRelease
.
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.
GoogleLongrunningWaitOperationRequest
The request message for Operations.WaitOperation.
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.