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