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