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