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