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 ListZoneOperationsRequestListZoneOperationsRequest.Builder. build()ListZoneOperationsRequestListZoneOperationsRequest.Builder. buildPartial()static ListZoneOperationsRequestListZoneOperationsRequest. getDefaultInstance()ListZoneOperationsRequestListZoneOperationsRequest.Builder. getDefaultInstanceForType()ListZoneOperationsRequestListZoneOperationsRequest. getDefaultInstanceForType()static ListZoneOperationsRequestListZoneOperationsRequest. parseDelimitedFrom(InputStream input)static ListZoneOperationsRequestListZoneOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(byte[] data)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(InputStream input)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZoneOperationsRequestListZoneOperationsRequest. parseFrom(ByteBuffer data)static ListZoneOperationsRequestListZoneOperationsRequest. 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.ListPagedResponseZoneOperationsClient. list(ListZoneOperationsRequest request)Retrieves a list of Operation resources contained within the specified zone.ListZoneOperationsRequest.BuilderListZoneOperationsRequest.Builder. mergeFrom(ListZoneOperationsRequest other)static ListZoneOperationsRequest.BuilderListZoneOperationsRequest. 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.ListPageZoneOperationsClient.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.
-