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