Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.Listing
-
Packages that use Listing Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub APIcom.google.cloud.bigquery.dataexchange.v1beta1.stub -
-
Uses of Listing in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return Listing Modifier and Type Method Description Listing
Listing.Builder. build()
Listing
Listing.Builder. buildPartial()
Listing
AnalyticsHubServiceClient. createListing(CreateListingRequest request)
Creates a new listing.Listing
AnalyticsHubServiceClient. createListing(DataExchangeName parent, Listing listing)
Creates a new listing.Listing
AnalyticsHubServiceClient. createListing(String parent, Listing listing)
Creates a new listing.Listing
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. createListing(CreateListingRequest request)
Creates a new listing.static Listing
Listing. getDefaultInstance()
Listing
Listing.Builder. getDefaultInstanceForType()
Listing
Listing. getDefaultInstanceForType()
Listing
AnalyticsHubServiceClient. getListing(GetListingRequest request)
Gets the details of a listing.Listing
AnalyticsHubServiceClient. getListing(ListingName name)
Gets the details of a listing.Listing
AnalyticsHubServiceClient. getListing(String name)
Gets the details of a listing.Listing
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. getListing(GetListingRequest request)
Gets the details of a listing.Listing
CreateListingRequest.Builder. getListing()
Required.Listing
CreateListingRequest. getListing()
Required.Listing
CreateListingRequestOrBuilder. getListing()
Required.Listing
UpdateListingRequest.Builder. getListing()
Required.Listing
UpdateListingRequest. getListing()
Required.Listing
UpdateListingRequestOrBuilder. getListing()
Required.Listing
ListListingsResponse.Builder. getListings(int index)
The list of Listing.Listing
ListListingsResponse. getListings(int index)
The list of Listing.Listing
ListListingsResponseOrBuilder. getListings(int index)
The list of Listing.static Listing
Listing. parseDelimitedFrom(InputStream input)
static Listing
Listing. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Listing
Listing. parseFrom(byte[] data)
static Listing
Listing. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Listing
Listing. parseFrom(com.google.protobuf.ByteString data)
static Listing
Listing. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Listing
Listing. parseFrom(com.google.protobuf.CodedInputStream input)
static Listing
Listing. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Listing
Listing. parseFrom(InputStream input)
static Listing
Listing. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Listing
Listing. parseFrom(ByteBuffer data)
static Listing
Listing. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Listing
AnalyticsHubServiceClient. updateListing(Listing listing, com.google.protobuf.FieldMask updateMask)
Updates an existing listing.Listing
AnalyticsHubServiceClient. updateListing(UpdateListingRequest request)
Updates an existing listing.Listing
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. updateListing(UpdateListingRequest request)
Updates an existing listing.Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return types with arguments of type Listing Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Listing>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. createListing(CreateListingRequest request)
Creates a new listing.com.google.api.gax.rpc.UnaryCallable<CreateListingRequest,Listing>
AnalyticsHubServiceClient. createListingCallable()
Creates a new listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateListingRequest,Listing>
AnalyticsHubServiceSettings.Builder. createListingSettings()
Returns the builder for the settings used for calls to createListing.com.google.api.gax.rpc.UnaryCallSettings<CreateListingRequest,Listing>
AnalyticsHubServiceSettings. createListingSettings()
Returns the object with the settings used for calls to createListing.static io.grpc.MethodDescriptor<CreateListingRequest,Listing>
AnalyticsHubServiceGrpc. getCreateListingMethod()
static io.grpc.MethodDescriptor<GetListingRequest,Listing>
AnalyticsHubServiceGrpc. getGetListingMethod()
com.google.common.util.concurrent.ListenableFuture<Listing>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. getListing(GetListingRequest request)
Gets the details of a listing.com.google.api.gax.rpc.UnaryCallable<GetListingRequest,Listing>
AnalyticsHubServiceClient. getListingCallable()
Gets the details of a listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetListingRequest,Listing>
AnalyticsHubServiceSettings.Builder. getListingSettings()
Returns the builder for the settings used for calls to getListing.com.google.api.gax.rpc.UnaryCallSettings<GetListingRequest,Listing>
AnalyticsHubServiceSettings. getListingSettings()
Returns the object with the settings used for calls to getListing.List<Listing>
ListListingsResponse.Builder. getListingsList()
The list of Listing.List<Listing>
ListListingsResponse. getListingsList()
The list of Listing.List<Listing>
ListListingsResponseOrBuilder. getListingsList()
The list of Listing.com.google.protobuf.Parser<Listing>
Listing. getParserForType()
static io.grpc.MethodDescriptor<UpdateListingRequest,Listing>
AnalyticsHubServiceGrpc. getUpdateListingMethod()
static com.google.protobuf.Parser<Listing>
Listing. parser()
com.google.common.util.concurrent.ListenableFuture<Listing>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. updateListing(UpdateListingRequest request)
Updates an existing listing.com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>
AnalyticsHubServiceClient. updateListingCallable()
Updates an existing listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateListingRequest,Listing>
AnalyticsHubServiceSettings.Builder. updateListingSettings()
Returns the builder for the settings used for calls to updateListing.com.google.api.gax.rpc.UnaryCallSettings<UpdateListingRequest,Listing>
AnalyticsHubServiceSettings. updateListingSettings()
Returns the object with the settings used for calls to updateListing.Methods in com.google.cloud.bigquery.dataexchange.v1beta1 with parameters of type Listing Modifier and Type Method Description ListListingsResponse.Builder
ListListingsResponse.Builder. addListings(int index, Listing value)
The list of Listing.ListListingsResponse.Builder
ListListingsResponse.Builder. addListings(Listing value)
The list of Listing.Listing
AnalyticsHubServiceClient. createListing(DataExchangeName parent, Listing listing)
Creates a new listing.Listing
AnalyticsHubServiceClient. createListing(String parent, Listing listing)
Creates a new listing.Listing.Builder
Listing.Builder. mergeFrom(Listing other)
CreateListingRequest.Builder
CreateListingRequest.Builder. mergeListing(Listing value)
Required.UpdateListingRequest.Builder
UpdateListingRequest.Builder. mergeListing(Listing value)
Required.static Listing.Builder
Listing. newBuilder(Listing prototype)
CreateListingRequest.Builder
CreateListingRequest.Builder. setListing(Listing value)
Required.UpdateListingRequest.Builder
UpdateListingRequest.Builder. setListing(Listing value)
Required.ListListingsResponse.Builder
ListListingsResponse.Builder. setListings(int index, Listing value)
The list of Listing.Listing
AnalyticsHubServiceClient. updateListing(Listing listing, com.google.protobuf.FieldMask updateMask)
Updates an existing listing.Method parameters in com.google.cloud.bigquery.dataexchange.v1beta1 with type arguments of type Listing Modifier and Type Method Description ListListingsResponse.Builder
ListListingsResponse.Builder. addAllListings(Iterable<? extends Listing> values)
The list of Listing.static com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceClient.ListListingsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing> context, com.google.api.core.ApiFuture<ListListingsResponse> futureResponse)
void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. createListing(CreateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Creates a new listing.default void
AnalyticsHubServiceGrpc.AsyncService. createListing(CreateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Creates a new listing.protected AnalyticsHubServiceClient.ListListingsPage
AnalyticsHubServiceClient.ListListingsPage. createPage(com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing> context, ListListingsResponse response)
com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListListingsPage>
AnalyticsHubServiceClient.ListListingsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing> context, com.google.api.core.ApiFuture<ListListingsResponse> futureResponse)
void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. getListing(GetListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Gets the details of a listing.default void
AnalyticsHubServiceGrpc.AsyncService. getListing(GetListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Gets the details of a listing.void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Updates an existing listing.default void
AnalyticsHubServiceGrpc.AsyncService. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Updates an existing listing. -
Uses of Listing in com.google.cloud.bigquery.dataexchange.v1beta1.stub
Methods in com.google.cloud.bigquery.dataexchange.v1beta1.stub that return types with arguments of type Listing Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateListingRequest,Listing>
AnalyticsHubServiceStub. createListingCallable()
com.google.api.gax.rpc.UnaryCallable<CreateListingRequest,Listing>
GrpcAnalyticsHubServiceStub. createListingCallable()
com.google.api.gax.rpc.UnaryCallable<CreateListingRequest,Listing>
HttpJsonAnalyticsHubServiceStub. createListingCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateListingRequest,Listing>
AnalyticsHubServiceStubSettings.Builder. createListingSettings()
Returns the builder for the settings used for calls to createListing.com.google.api.gax.rpc.UnaryCallSettings<CreateListingRequest,Listing>
AnalyticsHubServiceStubSettings. createListingSettings()
Returns the object with the settings used for calls to createListing.com.google.api.gax.rpc.UnaryCallable<GetListingRequest,Listing>
AnalyticsHubServiceStub. getListingCallable()
com.google.api.gax.rpc.UnaryCallable<GetListingRequest,Listing>
GrpcAnalyticsHubServiceStub. getListingCallable()
com.google.api.gax.rpc.UnaryCallable<GetListingRequest,Listing>
HttpJsonAnalyticsHubServiceStub. getListingCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetListingRequest,Listing>
AnalyticsHubServiceStubSettings.Builder. getListingSettings()
Returns the builder for the settings used for calls to getListing.com.google.api.gax.rpc.UnaryCallSettings<GetListingRequest,Listing>
AnalyticsHubServiceStubSettings. getListingSettings()
Returns the object with the settings used for calls to getListing.com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>
AnalyticsHubServiceStub. updateListingCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>
GrpcAnalyticsHubServiceStub. updateListingCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>
HttpJsonAnalyticsHubServiceStub. updateListingCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateListingRequest,Listing>
AnalyticsHubServiceStubSettings.Builder. updateListingSettings()
Returns the builder for the settings used for calls to updateListing.com.google.api.gax.rpc.UnaryCallSettings<UpdateListingRequest,Listing>
AnalyticsHubServiceStubSettings. updateListingSettings()
Returns the object with the settings used for calls to updateListing.
-