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 DeleteListingRequest
DeleteListingRequest.Builder. build()
DeleteListingRequest
DeleteListingRequest.Builder. buildPartial()
static DeleteListingRequest
DeleteListingRequest. getDefaultInstance()
DeleteListingRequest
DeleteListingRequest.Builder. getDefaultInstanceForType()
DeleteListingRequest
DeleteListingRequest. getDefaultInstanceForType()
static DeleteListingRequest
DeleteListingRequest. parseDelimitedFrom(InputStream input)
static DeleteListingRequest
DeleteListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteListingRequest
DeleteListingRequest. parseFrom(byte[] data)
static DeleteListingRequest
DeleteListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteListingRequest
DeleteListingRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteListingRequest
DeleteListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteListingRequest
DeleteListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteListingRequest
DeleteListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteListingRequest
DeleteListingRequest. parseFrom(InputStream input)
static DeleteListingRequest
DeleteListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteListingRequest
DeleteListingRequest. parseFrom(ByteBuffer data)
static DeleteListingRequest
DeleteListingRequest. 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 void
AnalyticsHubServiceClient. deleteListing(DeleteListingRequest request)
Deletes a listing.com.google.protobuf.Empty
AnalyticsHubServiceGrpc.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.void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. deleteListing(DeleteListingRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a listing.default void
AnalyticsHubServiceGrpc.AsyncService. deleteListing(DeleteListingRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a listing.DeleteListingRequest.Builder
DeleteListingRequest.Builder. mergeFrom(DeleteListingRequest other)
static DeleteListingRequest.Builder
DeleteListingRequest. 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.
-