mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 03:33:28 +00:00
vendor: update all dependencies
This commit is contained in:
169
vendor/google.golang.org/api/pubsub/v1/pubsub-gen.go
generated
vendored
169
vendor/google.golang.org/api/pubsub/v1/pubsub-gen.go
generated
vendored
@@ -193,7 +193,7 @@ type Binding struct {
|
||||
//
|
||||
// * `user:{emailid}`: An email address that represents a specific
|
||||
// Google
|
||||
// account. For example, `alice@gmail.com` or `joe@example.com`.
|
||||
// account. For example, `alice@gmail.com` .
|
||||
//
|
||||
//
|
||||
// * `serviceAccount:{emailid}`: An email address that represents a
|
||||
@@ -243,7 +243,13 @@ func (s *Binding) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// CreateSnapshotRequest: Request for the `CreateSnapshot` method.
|
||||
// CreateSnapshotRequest: Request for the `CreateSnapshot`
|
||||
// method.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be changed in
|
||||
// backward-incompatible ways and is not recommended for production
|
||||
// use.
|
||||
// It is not subject to any SLA or deprecation policy.
|
||||
type CreateSnapshotRequest struct {
|
||||
// Subscription: The subscription whose backlog the snapshot
|
||||
// retains.
|
||||
@@ -300,7 +306,13 @@ type Empty struct {
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
}
|
||||
|
||||
// ListSnapshotsResponse: Response for the `ListSnapshots` method.
|
||||
// ListSnapshotsResponse: Response for the `ListSnapshots`
|
||||
// method.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
type ListSnapshotsResponse struct {
|
||||
// NextPageToken: If not empty, indicates that there may be more
|
||||
// snapshot that match the
|
||||
@@ -378,8 +390,12 @@ func (s *ListSubscriptionsResponse) MarshalJSON() ([]byte, error) {
|
||||
}
|
||||
|
||||
// ListTopicSnapshotsResponse: Response for the `ListTopicSnapshots`
|
||||
// method.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// method.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
type ListTopicSnapshotsResponse struct {
|
||||
// NextPageToken: If not empty, indicates that there may be more
|
||||
// snapshots that match
|
||||
@@ -966,7 +982,12 @@ func (s *ReceivedMessage) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// SeekRequest: Request for the `Seek` method.
|
||||
// SeekRequest: Request for the `Seek` method.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
type SeekRequest struct {
|
||||
// Snapshot: The snapshot to seek to. The snapshot's topic must be the
|
||||
// same as that of
|
||||
@@ -1057,7 +1078,12 @@ func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// Snapshot: A snapshot resource.
|
||||
// Snapshot: A snapshot resource.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
type Snapshot struct {
|
||||
// ExpireTime: The snapshot is guaranteed to exist up until this time.
|
||||
// A newly-created snapshot expires no later than 7 days from the time
|
||||
@@ -1156,8 +1182,12 @@ type Subscription struct {
|
||||
// `Seek`
|
||||
// can be done. Defaults to 7 days. Cannot be more than 7 days or less
|
||||
// than 10
|
||||
// minutes.
|
||||
// [ALPHA] This field is a part of a closed Alpha API.
|
||||
// minutes.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
MessageRetentionDuration string `json:"messageRetentionDuration,omitempty"`
|
||||
|
||||
// Name: The name of the subscription. It must have the
|
||||
@@ -1186,8 +1216,12 @@ type Subscription struct {
|
||||
// they are
|
||||
// acknowledged, until they fall out of the
|
||||
// `message_retention_duration`
|
||||
// window.
|
||||
// [ALPHA] This field is a part of a closed Alpha API.
|
||||
// window.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
RetainAckedMessages bool `json:"retainAckedMessages,omitempty"`
|
||||
|
||||
// Topic: The name of the topic from which this subscription is
|
||||
@@ -1338,9 +1372,15 @@ func (s *Topic) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// UpdateSnapshotRequest: Request for the UpdateSnapshot method.
|
||||
// UpdateSnapshotRequest: Request for the UpdateSnapshot
|
||||
// method.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
type UpdateSnapshotRequest struct {
|
||||
// Snapshot: The updated snpashot object.
|
||||
// Snapshot: The updated snapshot object.
|
||||
Snapshot *Snapshot `json:"snapshot,omitempty"`
|
||||
|
||||
// UpdateMask: Indicates which fields in the provided snapshot to
|
||||
@@ -1415,25 +1455,27 @@ type ProjectsSnapshotsCreateCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Create: [ALPHA] This method is a part of a closed Alpha API.
|
||||
// Creates a snapshot from the requested subscription.
|
||||
// Create: Creates a snapshot from the requested
|
||||
// subscription.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
// If the snapshot already exists, returns `ALREADY_EXISTS`.
|
||||
// If the requested subscription doesn't exist, returns `NOT_FOUND`.
|
||||
// If the backlog in the subscription is too old -- and the resulting
|
||||
// snapshot
|
||||
// would expire in less than 1 hour -- then `FAILED_PRECONDITION` is
|
||||
// returned.
|
||||
// See also the `Snapshot.expire_time` field.
|
||||
//
|
||||
// If the name is not provided in the request, the server will assign a
|
||||
// random
|
||||
// See also the `Snapshot.expire_time` field. If the name is not
|
||||
// provided in
|
||||
// the request, the server will assign a random
|
||||
// name for this snapshot on the same project as the subscription,
|
||||
// conforming
|
||||
// to the
|
||||
// [resource
|
||||
// name
|
||||
// format](https://cloud.google.com/pubsub/docs/overview#names). The
|
||||
// generated
|
||||
// to the [resource name
|
||||
// format](https://cloud.google.com/pubsub/docs/overview#names).
|
||||
// The generated
|
||||
// name is populated in the returned Snapshot object. Note that for REST
|
||||
// API
|
||||
// requests, you must specify a name in the request.
|
||||
@@ -1530,7 +1572,7 @@ func (c *ProjectsSnapshotsCreateCall) Do(opts ...googleapi.CallOption) (*Snapsho
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "[ALPHA] This method is a part of a closed Alpha API.\nCreates a snapshot from the requested subscription.\nIf the snapshot already exists, returns `ALREADY_EXISTS`.\nIf the requested subscription doesn't exist, returns `NOT_FOUND`.\nIf the backlog in the subscription is too old -- and the resulting snapshot\nwould expire in less than 1 hour -- then `FAILED_PRECONDITION` is returned.\nSee also the `Snapshot.expire_time` field.\n\nIf the name is not provided in the request, the server will assign a random\nname for this snapshot on the same project as the subscription, conforming\nto the\n[resource name\nformat](https://cloud.google.com/pubsub/docs/overview#names). The generated\nname is populated in the returned Snapshot object. Note that for REST API\nrequests, you must specify a name in the request.",
|
||||
// "description": "Creates a snapshot from the requested subscription.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.\nIf the snapshot already exists, returns `ALREADY_EXISTS`.\nIf the requested subscription doesn't exist, returns `NOT_FOUND`.\nIf the backlog in the subscription is too old -- and the resulting snapshot\nwould expire in less than 1 hour -- then `FAILED_PRECONDITION` is returned.\nSee also the `Snapshot.expire_time` field. If the name is not provided in\nthe request, the server will assign a random\nname for this snapshot on the same project as the subscription, conforming\nto the [resource name format](https://cloud.google.com/pubsub/docs/overview#names).\nThe generated\nname is populated in the returned Snapshot object. Note that for REST API\nrequests, you must specify a name in the request.",
|
||||
// "flatPath": "v1/projects/{projectsId}/snapshots/{snapshotsId}",
|
||||
// "httpMethod": "PUT",
|
||||
// "id": "pubsub.projects.snapshots.create",
|
||||
@@ -1571,7 +1613,13 @@ type ProjectsSnapshotsDeleteCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Delete: Removes an existing snapshot. All messages retained in the
|
||||
// Delete: Removes an existing snapshot. <br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
// When the snapshot is deleted, all messages retained in the
|
||||
// snapshot
|
||||
// are immediately dropped. After a snapshot is deleted, a new one may
|
||||
// be
|
||||
@@ -1579,7 +1627,6 @@ type ProjectsSnapshotsDeleteCall struct {
|
||||
// the old
|
||||
// snapshot or its subscription, unless the same subscription is
|
||||
// specified.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
func (r *ProjectsSnapshotsService) Delete(snapshot string) *ProjectsSnapshotsDeleteCall {
|
||||
c := &ProjectsSnapshotsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.snapshot = snapshot
|
||||
@@ -1667,7 +1714,7 @@ func (c *ProjectsSnapshotsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Removes an existing snapshot. All messages retained in the snapshot\nare immediately dropped. After a snapshot is deleted, a new one may be\ncreated with the same name, but the new one has no association with the old\nsnapshot or its subscription, unless the same subscription is specified.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Removes an existing snapshot. \u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.\nWhen the snapshot is deleted, all messages retained in the snapshot\nare immediately dropped. After a snapshot is deleted, a new one may be\ncreated with the same name, but the new one has no association with the old\nsnapshot or its subscription, unless the same subscription is specified.",
|
||||
// "flatPath": "v1/projects/{projectsId}/snapshots/{snapshotsId}",
|
||||
// "httpMethod": "DELETE",
|
||||
// "id": "pubsub.projects.snapshots.delete",
|
||||
@@ -1706,8 +1753,13 @@ type ProjectsSnapshotsGetCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Get: Gets the configuration details of a snapshot.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// Get: Gets the configuration details of a
|
||||
// snapshot.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
func (r *ProjectsSnapshotsService) Get(snapshot string) *ProjectsSnapshotsGetCall {
|
||||
c := &ProjectsSnapshotsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.snapshot = snapshot
|
||||
@@ -1808,7 +1860,7 @@ func (c *ProjectsSnapshotsGetCall) Do(opts ...googleapi.CallOption) (*Snapshot,
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Gets the configuration details of a snapshot.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Gets the configuration details of a snapshot.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.",
|
||||
// "flatPath": "v1/projects/{projectsId}/snapshots/{snapshotsId}",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "pubsub.projects.snapshots.get",
|
||||
@@ -1990,8 +2042,12 @@ type ProjectsSnapshotsListCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// List: Lists the existing snapshots.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// List: Lists the existing snapshots.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
func (r *ProjectsSnapshotsService) List(project string) *ProjectsSnapshotsListCall {
|
||||
c := &ProjectsSnapshotsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.project = project
|
||||
@@ -2109,7 +2165,7 @@ func (c *ProjectsSnapshotsListCall) Do(opts ...googleapi.CallOption) (*ListSnaps
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Lists the existing snapshots.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Lists the existing snapshots.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.",
|
||||
// "flatPath": "v1/projects/{projectsId}/snapshots",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "pubsub.projects.snapshots.list",
|
||||
@@ -2180,10 +2236,13 @@ type ProjectsSnapshotsPatchCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Patch: Updates an existing snapshot. Note that certain properties of
|
||||
// a
|
||||
// snapshot are not modifiable.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// Patch: Updates an existing snapshot.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
// Note that certain properties of a snapshot are not modifiable.
|
||||
func (r *ProjectsSnapshotsService) Patch(name string, updatesnapshotrequest *UpdateSnapshotRequest) *ProjectsSnapshotsPatchCall {
|
||||
c := &ProjectsSnapshotsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.name = name
|
||||
@@ -2277,7 +2336,7 @@ func (c *ProjectsSnapshotsPatchCall) Do(opts ...googleapi.CallOption) (*Snapshot
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Updates an existing snapshot. Note that certain properties of a\nsnapshot are not modifiable.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Updates an existing snapshot.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.\nNote that certain properties of a snapshot are not modifiable.",
|
||||
// "flatPath": "v1/projects/{projectsId}/snapshots/{snapshotsId}",
|
||||
// "httpMethod": "PATCH",
|
||||
// "id": "pubsub.projects.snapshots.patch",
|
||||
@@ -2749,7 +2808,9 @@ type ProjectsSubscriptionsCreateCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Create: Creates a subscription to a given topic.
|
||||
// Create: Creates a subscription to a given topic. See the
|
||||
// <a href="/pubsub/docs/admin#resource_names"> resource name
|
||||
// rules</a>.
|
||||
// If the subscription already exists, returns `ALREADY_EXISTS`.
|
||||
// If the corresponding topic doesn't exist, returns `NOT_FOUND`.
|
||||
//
|
||||
@@ -2857,7 +2918,7 @@ func (c *ProjectsSubscriptionsCreateCall) Do(opts ...googleapi.CallOption) (*Sub
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Creates a subscription to a given topic.\nIf the subscription already exists, returns `ALREADY_EXISTS`.\nIf the corresponding topic doesn't exist, returns `NOT_FOUND`.\n\nIf the name is not provided in the request, the server will assign a random\nname for this subscription on the same project as the topic, conforming\nto the\n[resource name format](https://cloud.google.com/pubsub/docs/overview#names).\nThe generated name is populated in the returned Subscription object.\nNote that for REST API requests, you must specify a name in the request.",
|
||||
// "description": "Creates a subscription to a given topic. See the\n\u003ca href=\"/pubsub/docs/admin#resource_names\"\u003e resource name rules\u003c/a\u003e.\nIf the subscription already exists, returns `ALREADY_EXISTS`.\nIf the corresponding topic doesn't exist, returns `NOT_FOUND`.\n\nIf the name is not provided in the request, the server will assign a random\nname for this subscription on the same project as the topic, conforming\nto the\n[resource name format](https://cloud.google.com/pubsub/docs/overview#names).\nThe generated name is populated in the returned Subscription object.\nNote that for REST API requests, you must specify a name in the request.",
|
||||
// "flatPath": "v1/projects/{projectsId}/subscriptions/{subscriptionsId}",
|
||||
// "httpMethod": "PUT",
|
||||
// "id": "pubsub.projects.subscriptions.create",
|
||||
@@ -4077,8 +4138,12 @@ type ProjectsSubscriptionsSeekCall struct {
|
||||
|
||||
// Seek: Seeks an existing subscription to a point in time or to a given
|
||||
// snapshot,
|
||||
// whichever is provided in the request.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// whichever is provided in the request.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
func (r *ProjectsSubscriptionsService) Seek(subscription string, seekrequest *SeekRequest) *ProjectsSubscriptionsSeekCall {
|
||||
c := &ProjectsSubscriptionsSeekCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.subscription = subscription
|
||||
@@ -4172,7 +4237,7 @@ func (c *ProjectsSubscriptionsSeekCall) Do(opts ...googleapi.CallOption) (*SeekR
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Seeks an existing subscription to a point in time or to a given snapshot,\nwhichever is provided in the request.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Seeks an existing subscription to a point in time or to a given snapshot,\nwhichever is provided in the request.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.",
|
||||
// "flatPath": "v1/projects/{projectsId}/subscriptions/{subscriptionsId}:seek",
|
||||
// "httpMethod": "POST",
|
||||
// "id": "pubsub.projects.subscriptions.seek",
|
||||
@@ -4498,7 +4563,8 @@ type ProjectsTopicsCreateCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// Create: Creates the given topic with the given name.
|
||||
// Create: Creates the given topic with the given name. See the
|
||||
// <a href="/pubsub/docs/admin#resource_names"> resource name rules</a>.
|
||||
func (r *ProjectsTopicsService) Create(name string, topic *Topic) *ProjectsTopicsCreateCall {
|
||||
c := &ProjectsTopicsCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.name = name
|
||||
@@ -4592,7 +4658,7 @@ func (c *ProjectsTopicsCreateCall) Do(opts ...googleapi.CallOption) (*Topic, err
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Creates the given topic with the given name.",
|
||||
// "description": "Creates the given topic with the given name. See the\n\u003ca href=\"/pubsub/docs/admin#resource_names\"\u003e resource name rules\u003c/a\u003e.",
|
||||
// "flatPath": "v1/projects/{projectsId}/topics/{topicsId}",
|
||||
// "httpMethod": "PUT",
|
||||
// "id": "pubsub.projects.topics.create",
|
||||
@@ -5664,8 +5730,13 @@ type ProjectsTopicsSnapshotsListCall struct {
|
||||
header_ http.Header
|
||||
}
|
||||
|
||||
// List: Lists the names of the snapshots on this topic.
|
||||
// [ALPHA] This method is a part of a closed Alpha API.
|
||||
// List: Lists the names of the snapshots on this
|
||||
// topic.<br><br>
|
||||
// <b>ALPHA:</b> This feature is part of an alpha release. This API
|
||||
// might be
|
||||
// changed in backward-incompatible ways and is not recommended for
|
||||
// production
|
||||
// use. It is not subject to any SLA or deprecation policy.
|
||||
func (r *ProjectsTopicsSnapshotsService) List(topic string) *ProjectsTopicsSnapshotsListCall {
|
||||
c := &ProjectsTopicsSnapshotsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.topic = topic
|
||||
@@ -5783,7 +5854,7 @@ func (c *ProjectsTopicsSnapshotsListCall) Do(opts ...googleapi.CallOption) (*Lis
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Lists the names of the snapshots on this topic.\n[ALPHA] This method is a part of a closed Alpha API.",
|
||||
// "description": "Lists the names of the snapshots on this topic.\u003cbr\u003e\u003cbr\u003e\n\u003cb\u003eALPHA:\u003c/b\u003e This feature is part of an alpha release. This API might be\nchanged in backward-incompatible ways and is not recommended for production\nuse. It is not subject to any SLA or deprecation policy.",
|
||||
// "flatPath": "v1/projects/{projectsId}/topics/{topicsId}/snapshots",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "pubsub.projects.topics.snapshots.list",
|
||||
|
||||
Reference in New Issue
Block a user