Uses of Class
com.google.cloud.compute.v1.ListZonesRequest
-
Packages that use ListZonesRequest 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 ListZonesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListZonesRequest Modifier and Type Method Description ListZonesRequestListZonesRequest.Builder. build()ListZonesRequestListZonesRequest.Builder. buildPartial()static ListZonesRequestListZonesRequest. getDefaultInstance()ListZonesRequestListZonesRequest.Builder. getDefaultInstanceForType()ListZonesRequestListZonesRequest. getDefaultInstanceForType()static ListZonesRequestListZonesRequest. parseDelimitedFrom(InputStream input)static ListZonesRequestListZonesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZonesRequestListZonesRequest. parseFrom(byte[] data)static ListZonesRequestListZonesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZonesRequestListZonesRequest. parseFrom(com.google.protobuf.ByteString data)static ListZonesRequestListZonesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZonesRequestListZonesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListZonesRequestListZonesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZonesRequestListZonesRequest. parseFrom(InputStream input)static ListZonesRequestListZonesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListZonesRequestListZonesRequest. parseFrom(ByteBuffer data)static ListZonesRequestListZonesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListZonesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListZonesRequest>ListZonesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZoneList>ZonesClient. listCallable()Retrieves the list of Zone resources available to the specified project.com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZonesClient.ListPagedResponse>ZonesClient. listPagedCallable()Retrieves the list of Zone resources available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ZoneList,ZonesClient.ListPagedResponse>ZonesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ZoneList,ZonesClient.ListPagedResponse>ZonesSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListZonesRequest>ListZonesRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListZonesRequest Modifier and Type Method Description ZonesClient.ListPagedResponseZonesClient. list(ListZonesRequest request)Retrieves the list of Zone resources available to the specified project.ListZonesRequest.BuilderListZonesRequest.Builder. mergeFrom(ListZonesRequest other)static ListZonesRequest.BuilderListZonesRequest. newBuilder(ListZonesRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListZonesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ZonesClient.ListPagedResponse>ZonesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, com.google.api.core.ApiFuture<ZoneList> futureResponse)protected ZonesClient.ListPageZonesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, ZoneList response)com.google.api.core.ApiFuture<ZonesClient.ListPage>ZonesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, com.google.api.core.ApiFuture<ZoneList> futureResponse) -
Uses of ListZonesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListZonesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZoneList>HttpJsonZonesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZoneList>ZonesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZonesClient.ListPagedResponse>HttpJsonZonesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ZonesClient.ListPagedResponse>ZonesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ZoneList,ZonesClient.ListPagedResponse>ZonesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ZoneList,ZonesClient.ListPagedResponse>ZonesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-