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