Uses of Class
com.google.cloud.bigquery.analyticshub.v1.DeleteListingRequest
-
Packages that use DeleteListingRequest Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub APIcom.google.cloud.bigquery.analyticshub.v1.stub -
-
Uses of DeleteListingRequest in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return DeleteListingRequest Modifier and Type Method Description DeleteListingRequestDeleteListingRequest.Builder. build()DeleteListingRequestDeleteListingRequest.Builder. buildPartial()static DeleteListingRequestDeleteListingRequest. getDefaultInstance()DeleteListingRequestDeleteListingRequest.Builder. getDefaultInstanceForType()DeleteListingRequestDeleteListingRequest. getDefaultInstanceForType()static DeleteListingRequestDeleteListingRequest. parseDelimitedFrom(InputStream input)static DeleteListingRequestDeleteListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteListingRequestDeleteListingRequest. parseFrom(byte[] data)static DeleteListingRequestDeleteListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteListingRequestDeleteListingRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteListingRequestDeleteListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteListingRequestDeleteListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteListingRequestDeleteListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteListingRequestDeleteListingRequest. parseFrom(InputStream input)static DeleteListingRequestDeleteListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteListingRequestDeleteListingRequest. parseFrom(ByteBuffer data)static DeleteListingRequestDeleteListingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.analyticshub.v1 that return types with arguments of type DeleteListingRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceClient. deleteListingCallable()Deletes a listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceSettings.Builder. deleteListingSettings()Returns the builder for the settings used for calls to deleteListing.com.google.api.gax.rpc.UnaryCallSettings<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceSettings. deleteListingSettings()Returns the object with the settings used for calls to deleteListing.static io.grpc.MethodDescriptor<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceGrpc. getDeleteListingMethod()com.google.protobuf.Parser<DeleteListingRequest>DeleteListingRequest. getParserForType()static com.google.protobuf.Parser<DeleteListingRequest>DeleteListingRequest. parser()Methods in com.google.cloud.bigquery.analyticshub.v1 with parameters of type DeleteListingRequest Modifier and Type Method Description voidAnalyticsHubServiceClient. deleteListing(DeleteListingRequest request)Deletes a listing.com.google.protobuf.EmptyAnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. deleteListing(DeleteListingRequest request)Deletes a listing.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. deleteListing(DeleteListingRequest request)Deletes a listing.voidAnalyticsHubServiceGrpc.AnalyticsHubServiceStub. deleteListing(DeleteListingRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a listing.default voidAnalyticsHubServiceGrpc.AsyncService. deleteListing(DeleteListingRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a listing.DeleteListingRequest.BuilderDeleteListingRequest.Builder. mergeFrom(DeleteListingRequest other)static DeleteListingRequest.BuilderDeleteListingRequest. newBuilder(DeleteListingRequest prototype) -
Uses of DeleteListingRequest in com.google.cloud.bigquery.analyticshub.v1.stub
Methods in com.google.cloud.bigquery.analyticshub.v1.stub that return types with arguments of type DeleteListingRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceStub. deleteListingCallable()com.google.api.gax.rpc.UnaryCallable<DeleteListingRequest,com.google.protobuf.Empty>GrpcAnalyticsHubServiceStub. deleteListingCallable()com.google.api.gax.rpc.UnaryCallable<DeleteListingRequest,com.google.protobuf.Empty>HttpJsonAnalyticsHubServiceStub. deleteListingCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceStubSettings.Builder. deleteListingSettings()Returns the builder for the settings used for calls to deleteListing.com.google.api.gax.rpc.UnaryCallSettings<DeleteListingRequest,com.google.protobuf.Empty>AnalyticsHubServiceStubSettings. deleteListingSettings()Returns the object with the settings used for calls to deleteListing.
-