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 NetworkNetwork.Builder. build()NetworkNetwork.Builder. buildPartial()NetworkNetworksClient. get(GetNetworkRequest request)Returns the specified network.NetworkNetworksClient. get(String project, String network)Returns the specified network.static NetworkNetwork. getDefaultInstance()NetworkNetwork.Builder. getDefaultInstanceForType()NetworkNetwork. getDefaultInstanceForType()NetworkNetworkList.Builder. getItems(int index)A list of Network resources.NetworkNetworkList. getItems(int index)A list of Network resources.NetworkNetworkListOrBuilder. getItems(int index)A list of Network resources.NetworkInsertNetworkRequest.Builder. getNetworkResource()The body resource for this requestNetworkInsertNetworkRequest. getNetworkResource()The body resource for this requestNetworkInsertNetworkRequestOrBuilder. getNetworkResource()The body resource for this requestNetworkPatchNetworkRequest.Builder. getNetworkResource()The body resource for this requestNetworkPatchNetworkRequest. getNetworkResource()The body resource for this requestNetworkPatchNetworkRequestOrBuilder. getNetworkResource()The body resource for this requeststatic NetworkNetwork. parseDelimitedFrom(InputStream input)static NetworkNetwork. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkNetwork. parseFrom(byte[] data)static NetworkNetwork. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkNetwork. parseFrom(com.google.protobuf.ByteString data)static NetworkNetwork. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkNetwork. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkNetwork. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkNetwork. parseFrom(InputStream input)static NetworkNetwork. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkNetwork. parseFrom(ByteBuffer data)static NetworkNetwork. 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.BuilderNetworkList.Builder. addItems(int index, Network value)A list of Network resources.NetworkList.BuilderNetworkList.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.BuilderNetwork.Builder. mergeFrom(Network other)InsertNetworkRequest.BuilderInsertNetworkRequest.Builder. mergeNetworkResource(Network value)The body resource for this requestPatchNetworkRequest.BuilderPatchNetworkRequest.Builder. mergeNetworkResource(Network value)The body resource for this requeststatic Network.BuilderNetwork. 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.BuilderNetworkList.Builder. setItems(int index, Network value)A list of Network resources.InsertNetworkRequest.BuilderInsertNetworkRequest.Builder. setNetworkResource(Network value)The body resource for this requestPatchNetworkRequest.BuilderPatchNetworkRequest.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.BuilderNetworkList.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.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 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.
-