Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsHttpRequest |
ListSnapshotsHttpRequest.Builder.build() |
static ListSnapshotsHttpRequest |
ListSnapshotsHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListSnapshotsHttpRequest,SnapshotList> |
SnapshotClient.listSnapshotsCallable()
Retrieves the list of Snapshot resources contained within the specified project.
|
UnaryCallable<ListSnapshotsHttpRequest,SnapshotClient.ListSnapshotsPagedResponse> |
SnapshotClient.listSnapshotsPagedCallable()
Retrieves the list of Snapshot resources contained within the specified project.
|
PagedCallSettings<ListSnapshotsHttpRequest,SnapshotList,SnapshotClient.ListSnapshotsPagedResponse> |
SnapshotSettings.listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
PagedCallSettings.Builder<ListSnapshotsHttpRequest,SnapshotList,SnapshotClient.ListSnapshotsPagedResponse> |
SnapshotSettings.Builder.listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
|
Modifier and Type | Method and Description |
---|---|
SnapshotClient.ListSnapshotsPagedResponse |
SnapshotClient.listSnapshots(ListSnapshotsHttpRequest request)
Retrieves the list of Snapshot resources contained within the specified project.
|
ListSnapshotsHttpRequest.Builder |
ListSnapshotsHttpRequest.Builder.mergeFrom(ListSnapshotsHttpRequest other) |
static ListSnapshotsHttpRequest.Builder |
ListSnapshotsHttpRequest.newBuilder(ListSnapshotsHttpRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<SnapshotClient.ListSnapshotsPagedResponse> |
SnapshotClient.ListSnapshotsPagedResponse.createAsync(PageContext<ListSnapshotsHttpRequest,SnapshotList,Snapshot> context,
com.google.api.core.ApiFuture<SnapshotList> futureResponse) |
protected SnapshotClient.ListSnapshotsPage |
SnapshotClient.ListSnapshotsPage.createPage(PageContext<ListSnapshotsHttpRequest,SnapshotList,Snapshot> context,
SnapshotList response) |
com.google.api.core.ApiFuture<SnapshotClient.ListSnapshotsPage> |
SnapshotClient.ListSnapshotsPage.createPageAsync(PageContext<ListSnapshotsHttpRequest,SnapshotList,Snapshot> context,
com.google.api.core.ApiFuture<SnapshotList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<ListSnapshotsHttpRequest,SnapshotList> |
HttpJsonSnapshotStub.listSnapshotsMethodDescriptor |
Copyright © 2019 Google LLC. All rights reserved.