Uses of Class
com.google.cloud.compute.v1.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListSnapshotsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequest
ListSnapshotsRequest.Builder. build()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. buildPartial()
static ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstance()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. getDefaultInstanceForType()
ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstanceForType()
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotList>
SnapshotsClient. listCallable()
Retrieves the list of Snapshot resources contained within the specified project.com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
SnapshotsClient. listPagedCallable()
Retrieves the list of Snapshot resources contained within the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListSnapshotsRequest Modifier and Type Method Description SnapshotsClient.ListPagedResponse
SnapshotsClient. list(ListSnapshotsRequest request)
Retrieves the list of Snapshot resources contained within the specified project.ListSnapshotsRequest.Builder
ListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)
static ListSnapshotsRequest.Builder
ListSnapshotsRequest. newBuilder(ListSnapshotsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListSnapshotsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<SnapshotsClient.ListPagedResponse>
SnapshotsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
protected SnapshotsClient.ListPage
SnapshotsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)
com.google.api.core.ApiFuture<SnapshotsClient.ListPage>
SnapshotsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
-
Uses of ListSnapshotsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotList>
HttpJsonSnapshotsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotList>
SnapshotsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
HttpJsonSnapshotsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
SnapshotsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-