Uses of Class
com.google.cloud.compute.v1.ListNetworksRequest
-
Packages that use ListNetworksRequest 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 ListNetworksRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListNetworksRequest Modifier and Type Method Description ListNetworksRequestListNetworksRequest.Builder. build()ListNetworksRequestListNetworksRequest.Builder. buildPartial()static ListNetworksRequestListNetworksRequest. getDefaultInstance()ListNetworksRequestListNetworksRequest.Builder. getDefaultInstanceForType()ListNetworksRequestListNetworksRequest. getDefaultInstanceForType()static ListNetworksRequestListNetworksRequest. parseDelimitedFrom(InputStream input)static ListNetworksRequestListNetworksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworksRequestListNetworksRequest. parseFrom(byte[] data)static ListNetworksRequestListNetworksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworksRequestListNetworksRequest. parseFrom(com.google.protobuf.ByteString data)static ListNetworksRequestListNetworksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworksRequestListNetworksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNetworksRequestListNetworksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworksRequestListNetworksRequest. parseFrom(InputStream input)static ListNetworksRequestListNetworksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworksRequestListNetworksRequest. parseFrom(ByteBuffer data)static ListNetworksRequestListNetworksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListNetworksRequest Modifier and Type Method Description com.google.protobuf.Parser<ListNetworksRequest>ListNetworksRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworkList>NetworksClient. listCallable()Retrieves the list of networks available to the specified project.com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>NetworksClient. listPagedCallable()Retrieves the list of networks available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>NetworksSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>NetworksSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListNetworksRequest>ListNetworksRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListNetworksRequest Modifier and Type Method Description NetworksClient.ListPagedResponseNetworksClient. list(ListNetworksRequest request)Retrieves the list of networks available to the specified project.ListNetworksRequest.BuilderListNetworksRequest.Builder. mergeFrom(ListNetworksRequest other)static ListNetworksRequest.BuilderListNetworksRequest. newBuilder(ListNetworksRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListNetworksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworksClient.ListPagedResponse>NetworksClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, com.google.api.core.ApiFuture<NetworkList> futureResponse)protected NetworksClient.ListPageNetworksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, NetworkList response)com.google.api.core.ApiFuture<NetworksClient.ListPage>NetworksClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, com.google.api.core.ApiFuture<NetworkList> futureResponse) -
Uses of ListNetworksRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListNetworksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworkList>HttpJsonNetworksStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworkList>NetworksStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>HttpJsonNetworksStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>NetworksStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>NetworksStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>NetworksStubSettings. listSettings()Returns the object with the settings used for calls to list.
-