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 NetworkList
NetworkList.Builder. build()
NetworkList
NetworkList.Builder. buildPartial()
static NetworkList
NetworkList. getDefaultInstance()
NetworkList
NetworkList.Builder. getDefaultInstanceForType()
NetworkList
NetworkList. getDefaultInstanceForType()
static NetworkList
NetworkList. parseDelimitedFrom(InputStream input)
static NetworkList
NetworkList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkList
NetworkList. parseFrom(byte[] data)
static NetworkList
NetworkList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkList
NetworkList. parseFrom(com.google.protobuf.ByteString data)
static NetworkList
NetworkList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkList
NetworkList. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkList
NetworkList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkList
NetworkList. parseFrom(InputStream input)
static NetworkList
NetworkList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkList
NetworkList. parseFrom(ByteBuffer data)
static NetworkList
NetworkList. 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.ListPage
NetworksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, NetworkList response)
NetworkList.Builder
NetworkList.Builder. mergeFrom(NetworkList other)
static NetworkList.Builder
NetworkList. 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.ListPage
NetworksClient.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.
-