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 InsertNetworkRequest
InsertNetworkRequest.Builder. build()
InsertNetworkRequest
InsertNetworkRequest.Builder. buildPartial()
static InsertNetworkRequest
InsertNetworkRequest. getDefaultInstance()
InsertNetworkRequest
InsertNetworkRequest.Builder. getDefaultInstanceForType()
InsertNetworkRequest
InsertNetworkRequest. getDefaultInstanceForType()
static InsertNetworkRequest
InsertNetworkRequest. parseDelimitedFrom(InputStream input)
static InsertNetworkRequest
InsertNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(byte[] data)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(InputStream input)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertNetworkRequest
InsertNetworkRequest. parseFrom(ByteBuffer data)
static InsertNetworkRequest
InsertNetworkRequest. 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.Builder
InsertNetworkRequest.Builder. mergeFrom(InsertNetworkRequest other)
static InsertNetworkRequest.Builder
InsertNetworkRequest. 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.
-