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 UpdateServiceRequestUpdateServiceRequest.Builder. build()UpdateServiceRequestUpdateServiceRequest.Builder. buildPartial()static UpdateServiceRequestUpdateServiceRequest. getDefaultInstance()UpdateServiceRequestUpdateServiceRequest.Builder. getDefaultInstanceForType()UpdateServiceRequestUpdateServiceRequest. getDefaultInstanceForType()static UpdateServiceRequestUpdateServiceRequest. parseDelimitedFrom(InputStream input)static UpdateServiceRequestUpdateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(byte[] data)static UpdateServiceRequestUpdateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(InputStream input)static UpdateServiceRequestUpdateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(ByteBuffer data)static UpdateServiceRequestUpdateServiceRequest. 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.BuilderUpdateServiceRequest.Builder. mergeFrom(UpdateServiceRequest other)static UpdateServiceRequest.BuilderUpdateServiceRequest. newBuilder(UpdateServiceRequest prototype)ServiceRegistrationServiceClient. updateService(UpdateServiceRequest request)Updates a service.default voidRegistrationServiceGrpc.AsyncService. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Updates a service.ServiceRegistrationServiceGrpc.RegistrationServiceBlockingStub. updateService(UpdateServiceRequest request)Updates a service.com.google.common.util.concurrent.ListenableFuture<Service>RegistrationServiceGrpc.RegistrationServiceFutureStub. updateService(UpdateServiceRequest request)Updates a service.voidRegistrationServiceGrpc.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.
-