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