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