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