Uses of Class
com.google.cloud.compute.v1.ListInstancesRequest
-
Packages that use ListInstancesRequest 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 ListInstancesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListInstancesRequest Modifier and Type Method Description ListInstancesRequest
ListInstancesRequest.Builder. build()
ListInstancesRequest
ListInstancesRequest.Builder. buildPartial()
static ListInstancesRequest
ListInstancesRequest. getDefaultInstance()
ListInstancesRequest
ListInstancesRequest.Builder. getDefaultInstanceForType()
ListInstancesRequest
ListInstancesRequest. getDefaultInstanceForType()
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListInstancesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceList>
InstancesClient. listCallable()
Retrieves the list of instances contained within the specified zone.com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>
InstancesClient. listPagedCallable()
Retrieves the list of instances contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>
InstancesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>
InstancesSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListInstancesRequest Modifier and Type Method Description InstancesClient.ListPagedResponse
InstancesClient. list(ListInstancesRequest request)
Retrieves the list of instances contained within the specified zone.ListInstancesRequest.Builder
ListInstancesRequest.Builder. mergeFrom(ListInstancesRequest other)
static ListInstancesRequest.Builder
ListInstancesRequest. newBuilder(ListInstancesRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListInstancesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<InstancesClient.ListPagedResponse>
InstancesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, com.google.api.core.ApiFuture<InstanceList> futureResponse)
protected InstancesClient.ListPage
InstancesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, InstanceList response)
com.google.api.core.ApiFuture<InstancesClient.ListPage>
InstancesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, com.google.api.core.ApiFuture<InstanceList> futureResponse)
-
Uses of ListInstancesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListInstancesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceList>
HttpJsonInstancesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceList>
InstancesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>
HttpJsonInstancesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>
InstancesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>
InstancesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>
InstancesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-