Uses of Class
com.google.cloud.compute.v1.InsertNetworkRequest
-
Packages that use InsertNetworkRequest 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 InsertNetworkRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertNetworkRequest Modifier and Type Method Description InsertNetworkRequestInsertNetworkRequest.Builder. build()InsertNetworkRequestInsertNetworkRequest.Builder. buildPartial()static InsertNetworkRequestInsertNetworkRequest. getDefaultInstance()InsertNetworkRequestInsertNetworkRequest.Builder. getDefaultInstanceForType()InsertNetworkRequestInsertNetworkRequest. getDefaultInstanceForType()static InsertNetworkRequestInsertNetworkRequest. parseDelimitedFrom(InputStream input)static InsertNetworkRequestInsertNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertNetworkRequestInsertNetworkRequest. parseFrom(byte[] data)static InsertNetworkRequestInsertNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertNetworkRequestInsertNetworkRequest. parseFrom(com.google.protobuf.ByteString data)static InsertNetworkRequestInsertNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertNetworkRequestInsertNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertNetworkRequestInsertNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertNetworkRequestInsertNetworkRequest. parseFrom(InputStream input)static InsertNetworkRequestInsertNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertNetworkRequestInsertNetworkRequest. parseFrom(ByteBuffer data)static InsertNetworkRequestInsertNetworkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertNetworkRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertNetworkRequest>InsertNetworkRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<InsertNetworkRequest,Operation>NetworksClient. insertCallable()Creates a network in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertNetworkRequest,Operation,Operation>NetworksClient. insertOperationCallable()Creates a network in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkRequest,Operation,Operation>NetworksSettings.Builder. insertOperationSettings()Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertNetworkRequest,Operation,Operation>NetworksSettings. insertOperationSettings()Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkRequest,Operation>NetworksSettings.Builder. insertSettings()Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertNetworkRequest,Operation>NetworksSettings. insertSettings()Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertNetworkRequest>InsertNetworkRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type InsertNetworkRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>NetworksClient. insertAsync(InsertNetworkRequest request)Creates a network in the specified project using the data included in the request.InsertNetworkRequest.BuilderInsertNetworkRequest.Builder. mergeFrom(InsertNetworkRequest other)static InsertNetworkRequest.BuilderInsertNetworkRequest. newBuilder(InsertNetworkRequest prototype) -
Uses of InsertNetworkRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertNetworkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertNetworkRequest,Operation>HttpJsonNetworksStub. insertCallable()com.google.api.gax.rpc.UnaryCallable<InsertNetworkRequest,Operation>NetworksStub. insertCallable()com.google.api.gax.rpc.OperationCallable<InsertNetworkRequest,Operation,Operation>HttpJsonNetworksStub. insertOperationCallable()com.google.api.gax.rpc.OperationCallable<InsertNetworkRequest,Operation,Operation>NetworksStub. insertOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<InsertNetworkRequest,Operation,Operation>NetworksStubSettings.Builder. insertOperationSettings()Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertNetworkRequest,Operation,Operation>NetworksStubSettings. insertOperationSettings()Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertNetworkRequest,Operation>NetworksStubSettings.Builder. insertSettings()Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertNetworkRequest,Operation>NetworksStubSettings. insertSettings()Returns the object with the settings used for calls to insert.
-