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