Uses of Class
com.google.cloud.compute.v1.Network
-
Packages that use Network 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 Network in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Network Modifier and Type Method Description Network
Network.Builder. build()
Network
Network.Builder. buildPartial()
Network
NetworksClient. get(GetNetworkRequest request)
Returns the specified network.Network
NetworksClient. get(String project, String network)
Returns the specified network.static Network
Network. getDefaultInstance()
Network
Network.Builder. getDefaultInstanceForType()
Network
Network. getDefaultInstanceForType()
Network
NetworkList.Builder. getItems(int index)
A list of Network resources.Network
NetworkList. getItems(int index)
A list of Network resources.Network
NetworkListOrBuilder. getItems(int index)
A list of Network resources.Network
InsertNetworkRequest.Builder. getNetworkResource()
The body resource for this requestNetwork
InsertNetworkRequest. getNetworkResource()
The body resource for this requestNetwork
InsertNetworkRequestOrBuilder. getNetworkResource()
The body resource for this requestNetwork
PatchNetworkRequest.Builder. getNetworkResource()
The body resource for this requestNetwork
PatchNetworkRequest. getNetworkResource()
The body resource for this requestNetwork
PatchNetworkRequestOrBuilder. getNetworkResource()
The body resource for this requeststatic Network
Network. parseDelimitedFrom(InputStream input)
static Network
Network. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(byte[] data)
static Network
Network. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(com.google.protobuf.ByteString data)
static Network
Network. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(com.google.protobuf.CodedInputStream input)
static Network
Network. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(InputStream input)
static Network
Network. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(ByteBuffer data)
static Network
Network. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Network Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
NetworksClient. getCallable()
Returns the specified network.List<Network>
NetworkList.Builder. getItemsList()
A list of Network resources.List<Network>
NetworkList. getItemsList()
A list of Network resources.List<Network>
NetworkListOrBuilder. getItemsList()
A list of Network resources.com.google.protobuf.Parser<Network>
Network. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
NetworksSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
NetworksSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Network>
Network. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Network Modifier and Type Method Description NetworkList.Builder
NetworkList.Builder. addItems(int index, Network value)
A list of Network resources.NetworkList.Builder
NetworkList.Builder. addItems(Network value)
A list of Network resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
NetworksClient. insertAsync(String project, Network networkResource)
Creates a network in the specified project using the data included in the request.Network.Builder
Network.Builder. mergeFrom(Network other)
InsertNetworkRequest.Builder
InsertNetworkRequest.Builder. mergeNetworkResource(Network value)
The body resource for this requestPatchNetworkRequest.Builder
PatchNetworkRequest.Builder. mergeNetworkResource(Network value)
The body resource for this requeststatic Network.Builder
Network. newBuilder(Network prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
NetworksClient. patchAsync(String project, String network, Network networkResource)
Patches the specified network with the data included in the request.NetworkList.Builder
NetworkList.Builder. setItems(int index, Network value)
A list of Network resources.InsertNetworkRequest.Builder
InsertNetworkRequest.Builder. setNetworkResource(Network value)
The body resource for this requestPatchNetworkRequest.Builder
PatchNetworkRequest.Builder. setNetworkResource(Network value)
The body resource for this requestMethod parameters in com.google.cloud.compute.v1 with type arguments of type Network Modifier and Type Method Description NetworkList.Builder
NetworkList.Builder. addAllItems(Iterable<? extends Network> values)
A list of Network resources.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)
-
Uses of Network in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Network Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
HttpJsonNetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
NetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
NetworksStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
NetworksStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-