Uses of Class
com.google.cloud.bigquery.analyticshub.v1.CreateListingRequest
-
Packages that use CreateListingRequest Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub APIcom.google.cloud.bigquery.analyticshub.v1.stub -
-
Uses of CreateListingRequest in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return CreateListingRequest Modifier and Type Method Description CreateListingRequestCreateListingRequest.Builder. build()CreateListingRequestCreateListingRequest.Builder. buildPartial()static CreateListingRequestCreateListingRequest. getDefaultInstance()CreateListingRequestCreateListingRequest.Builder. getDefaultInstanceForType()CreateListingRequestCreateListingRequest. getDefaultInstanceForType()static CreateListingRequestCreateListingRequest. parseDelimitedFrom(InputStream input)static CreateListingRequestCreateListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateListingRequestCreateListingRequest. parseFrom(byte[] data)static CreateListingRequestCreateListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateListingRequestCreateListingRequest. parseFrom(com.google.protobuf.ByteString data)static CreateListingRequestCreateListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateListingRequestCreateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateListingRequestCreateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateListingRequestCreateListingRequest. parseFrom(InputStream input)static CreateListingRequestCreateListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateListingRequestCreateListingRequest. parseFrom(ByteBuffer data)static CreateListingRequestCreateListingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.analyticshub.v1 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.analyticshub.v1 with parameters of type CreateListingRequest Modifier and Type Method Description ListingAnalyticsHubServiceClient. createListing(CreateListingRequest request)Creates a new listing.ListingAnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. createListing(CreateListingRequest request)Creates a new listing.com.google.common.util.concurrent.ListenableFuture<Listing>AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. createListing(CreateListingRequest request)Creates a new listing.voidAnalyticsHubServiceGrpc.AnalyticsHubServiceStub. createListing(CreateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)Creates a new listing.default voidAnalyticsHubServiceGrpc.AsyncService. createListing(CreateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)Creates a new listing.CreateListingRequest.BuilderCreateListingRequest.Builder. mergeFrom(CreateListingRequest other)static CreateListingRequest.BuilderCreateListingRequest. newBuilder(CreateListingRequest prototype) -
Uses of CreateListingRequest in com.google.cloud.bigquery.analyticshub.v1.stub
Methods in com.google.cloud.bigquery.analyticshub.v1.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.
-