Uses of Class
com.google.cloud.compute.v1.NetworkList
-
Packages that use NetworkList 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 NetworkList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkList Modifier and Type Method Description NetworkListNetworkList.Builder. build()NetworkListNetworkList.Builder. buildPartial()static NetworkListNetworkList. getDefaultInstance()NetworkListNetworkList.Builder. getDefaultInstanceForType()NetworkListNetworkList. getDefaultInstanceForType()static NetworkListNetworkList. parseDelimitedFrom(InputStream input)static NetworkListNetworkList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkListNetworkList. parseFrom(byte[] data)static NetworkListNetworkList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkListNetworkList. parseFrom(com.google.protobuf.ByteString data)static NetworkListNetworkList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkListNetworkList. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkListNetworkList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkListNetworkList. parseFrom(InputStream input)static NetworkListNetworkList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkListNetworkList. parseFrom(ByteBuffer data)static NetworkListNetworkList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkList Modifier and Type Method Description com.google.protobuf.Parser<NetworkList>NetworkList. 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.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<NetworkList>NetworkList. parser()Methods in com.google.cloud.compute.v1 with parameters of type NetworkList Modifier and Type Method Description protected NetworksClient.ListPageNetworksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, NetworkList response)NetworkList.BuilderNetworkList.Builder. mergeFrom(NetworkList other)static NetworkList.BuilderNetworkList. newBuilder(NetworkList prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type NetworkList 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)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)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 NetworkList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkList 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.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.
-