Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.CreateListingRequest
-
Packages that use CreateListingRequest Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub APIcom.google.cloud.bigquery.dataexchange.v1beta1.stub -
-
Uses of CreateListingRequest in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return CreateListingRequest Modifier and Type Method Description CreateListingRequest
CreateListingRequest.Builder. build()
CreateListingRequest
CreateListingRequest.Builder. buildPartial()
static CreateListingRequest
CreateListingRequest. getDefaultInstance()
CreateListingRequest
CreateListingRequest.Builder. getDefaultInstanceForType()
CreateListingRequest
CreateListingRequest. getDefaultInstanceForType()
static CreateListingRequest
CreateListingRequest. parseDelimitedFrom(InputStream input)
static CreateListingRequest
CreateListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateListingRequest
CreateListingRequest. parseFrom(byte[] data)
static CreateListingRequest
CreateListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateListingRequest
CreateListingRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateListingRequest
CreateListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateListingRequest
CreateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateListingRequest
CreateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateListingRequest
CreateListingRequest. parseFrom(InputStream input)
static CreateListingRequest
CreateListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateListingRequest
CreateListingRequest. parseFrom(ByteBuffer data)
static CreateListingRequest
CreateListingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return types with arguments of type CreateListingRequest Modifier and Type Method Description 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()
com.google.protobuf.Parser<CreateListingRequest>
CreateListingRequest. getParserForType()
static com.google.protobuf.Parser<CreateListingRequest>
CreateListingRequest. parser()
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 with parameters of type CreateListingRequest Modifier and Type Method Description Listing
AnalyticsHubServiceClient. createListing(CreateListingRequest request)
Creates a new listing.Listing
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. createListing(CreateListingRequest request)
Creates a new listing.com.google.common.util.concurrent.ListenableFuture<Listing>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. createListing(CreateListingRequest request)
Creates a new listing.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.CreateListingRequest.Builder
CreateListingRequest.Builder. mergeFrom(CreateListingRequest other)
static CreateListingRequest.Builder
CreateListingRequest. newBuilder(CreateListingRequest prototype)
-
Uses of CreateListingRequest in com.google.cloud.bigquery.dataexchange.v1beta1.stub
Methods in com.google.cloud.bigquery.dataexchange.v1beta1.stub that return types with arguments of type CreateListingRequest 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.
-