Uses of Class
com.google.cloud.servicedirectory.v1beta1.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description com.google.cloud.servicedirectory.v1beta1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1beta1.stub -
-
Uses of UpdateServiceRequest in com.google.cloud.servicedirectory.v1beta1
Methods in com.google.cloud.servicedirectory.v1beta1 that return UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest
UpdateServiceRequest.Builder. build()
UpdateServiceRequest
UpdateServiceRequest.Builder. buildPartial()
static UpdateServiceRequest
UpdateServiceRequest. getDefaultInstance()
UpdateServiceRequest
UpdateServiceRequest.Builder. getDefaultInstanceForType()
UpdateServiceRequest
UpdateServiceRequest. getDefaultInstanceForType()
static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(ByteBuffer data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.servicedirectory.v1beta1 that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateServiceRequest>
UpdateServiceRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateServiceRequest,Service>
RegistrationServiceGrpc. getUpdateServiceMethod()
static com.google.protobuf.Parser<UpdateServiceRequest>
UpdateServiceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,Service>
RegistrationServiceClient. updateServiceCallable()
Updates a service.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,Service>
RegistrationServiceSettings.Builder. updateServiceSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,Service>
RegistrationServiceSettings. updateServiceSettings()
Returns the object with the settings used for calls to updateService.Methods in com.google.cloud.servicedirectory.v1beta1 with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. mergeFrom(UpdateServiceRequest other)
static UpdateServiceRequest.Builder
UpdateServiceRequest. newBuilder(UpdateServiceRequest prototype)
Service
RegistrationServiceClient. updateService(UpdateServiceRequest request)
Updates a service.default void
RegistrationServiceGrpc.AsyncService. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Updates a service.Service
RegistrationServiceGrpc.RegistrationServiceBlockingStub. updateService(UpdateServiceRequest request)
Updates a service.com.google.common.util.concurrent.ListenableFuture<Service>
RegistrationServiceGrpc.RegistrationServiceFutureStub. updateService(UpdateServiceRequest request)
Updates a service.void
RegistrationServiceGrpc.RegistrationServiceStub. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Updates a service. -
Uses of UpdateServiceRequest in com.google.cloud.servicedirectory.v1beta1.stub
Methods in com.google.cloud.servicedirectory.v1beta1.stub that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,Service>
GrpcRegistrationServiceStub. updateServiceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,Service>
HttpJsonRegistrationServiceStub. updateServiceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,Service>
RegistrationServiceStub. updateServiceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,Service>
RegistrationServiceStubSettings.Builder. updateServiceSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,Service>
RegistrationServiceStubSettings. updateServiceSettings()
Returns the object with the settings used for calls to updateService.
-