Google Cloud BigQuery C++ Client 2.11.0
A C++ Client Library for Google Cloud BigQuery
|
The AnalyticsHubService
API facilitates data sharing within and across organizations.
More...
#include <google/cloud/bigquery/analyticshub/v1/analytics_hub_client.h>
Public Member Functions | |
AnalyticsHubServiceClient (std::shared_ptr< AnalyticsHubServiceConnection > connection, Options opts={}) | |
~AnalyticsHubServiceClient () | |
StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > | ListDataExchanges (std::string const &parent, Options opts={}) |
Lists all data exchanges in a given project and location. More... | |
StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > | ListDataExchanges (google::cloud::bigquery::analyticshub::v1::ListDataExchangesRequest request, Options opts={}) |
Lists all data exchanges in a given project and location. More... | |
StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > | ListOrgDataExchanges (std::string const &organization, Options opts={}) |
Lists all data exchanges from projects in a given organization and location. More... | |
StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > | ListOrgDataExchanges (google::cloud::bigquery::analyticshub::v1::ListOrgDataExchangesRequest request, Options opts={}) |
Lists all data exchanges from projects in a given organization and location. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | GetDataExchange (std::string const &name, Options opts={}) |
Gets the details of a data exchange. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | GetDataExchange (google::cloud::bigquery::analyticshub::v1::GetDataExchangeRequest const &request, Options opts={}) |
Gets the details of a data exchange. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | CreateDataExchange (std::string const &parent, google::cloud::bigquery::analyticshub::v1::DataExchange const &data_exchange, Options opts={}) |
Creates a new data exchange. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | CreateDataExchange (google::cloud::bigquery::analyticshub::v1::CreateDataExchangeRequest const &request, Options opts={}) |
Creates a new data exchange. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | UpdateDataExchange (google::cloud::bigquery::analyticshub::v1::DataExchange const &data_exchange, google::protobuf::FieldMask const &update_mask, Options opts={}) |
Updates an existing data exchange. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > | UpdateDataExchange (google::cloud::bigquery::analyticshub::v1::UpdateDataExchangeRequest const &request, Options opts={}) |
Updates an existing data exchange. More... | |
Status | DeleteDataExchange (std::string const &name, Options opts={}) |
Deletes an existing data exchange. More... | |
Status | DeleteDataExchange (google::cloud::bigquery::analyticshub::v1::DeleteDataExchangeRequest const &request, Options opts={}) |
Deletes an existing data exchange. More... | |
StreamRange< google::cloud::bigquery::analyticshub::v1::Listing > | ListListings (std::string const &parent, Options opts={}) |
Lists all listings in a given project and location. More... | |
StreamRange< google::cloud::bigquery::analyticshub::v1::Listing > | ListListings (google::cloud::bigquery::analyticshub::v1::ListListingsRequest request, Options opts={}) |
Lists all listings in a given project and location. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | GetListing (std::string const &name, Options opts={}) |
Gets the details of a listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | GetListing (google::cloud::bigquery::analyticshub::v1::GetListingRequest const &request, Options opts={}) |
Gets the details of a listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | CreateListing (std::string const &parent, google::cloud::bigquery::analyticshub::v1::Listing const &listing, Options opts={}) |
Creates a new listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | CreateListing (google::cloud::bigquery::analyticshub::v1::CreateListingRequest const &request, Options opts={}) |
Creates a new listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | UpdateListing (google::cloud::bigquery::analyticshub::v1::Listing const &listing, google::protobuf::FieldMask const &update_mask, Options opts={}) |
Updates an existing listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > | UpdateListing (google::cloud::bigquery::analyticshub::v1::UpdateListingRequest const &request, Options opts={}) |
Updates an existing listing. More... | |
Status | DeleteListing (std::string const &name, Options opts={}) |
Deletes a listing. More... | |
Status | DeleteListing (google::cloud::bigquery::analyticshub::v1::DeleteListingRequest const &request, Options opts={}) |
Deletes a listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::SubscribeListingResponse > | SubscribeListing (std::string const &name, Options opts={}) |
Subscribes to a listing. More... | |
StatusOr< google::cloud::bigquery::analyticshub::v1::SubscribeListingResponse > | SubscribeListing (google::cloud::bigquery::analyticshub::v1::SubscribeListingRequest const &request, Options opts={}) |
Subscribes to a listing. More... | |
StatusOr< google::iam::v1::Policy > | GetIamPolicy (google::iam::v1::GetIamPolicyRequest const &request, Options opts={}) |
Gets the IAM policy. More... | |
StatusOr< google::iam::v1::Policy > | SetIamPolicy (google::iam::v1::SetIamPolicyRequest const &request, Options opts={}) |
Sets the IAM policy. More... | |
StatusOr< google::iam::v1::TestIamPermissionsResponse > | TestIamPermissions (google::iam::v1::TestIamPermissionsRequest const &request, Options opts={}) |
Returns the permissions that a caller has. More... | |
Copy and move support | |
AnalyticsHubServiceClient (AnalyticsHubServiceClient const &)=default | |
AnalyticsHubServiceClient & | operator= (AnalyticsHubServiceClient const &)=default |
AnalyticsHubServiceClient (AnalyticsHubServiceClient &&)=default | |
AnalyticsHubServiceClient & | operator= (AnalyticsHubServiceClient &&)=default |
Friends | |
Equality | |
bool | operator== (AnalyticsHubServiceClient const &a, AnalyticsHubServiceClient const &b) |
bool | operator!= (AnalyticsHubServiceClient const &a, AnalyticsHubServiceClient const &b) |
The AnalyticsHubService
API facilitates data sharing within and across organizations.
It allows data providers to publish listings that reference shared datasets. With Analytics Hub, users can discover and search for listings that they have access to. Subscribers can view and subscribe to listings. When you subscribe to a listing, Analytics Hub creates a linked dataset in your project.
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
|
explicit |
google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::~AnalyticsHubServiceClient | ( | ) |
|
default |
|
default |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::CreateDataExchange | ( | google::cloud::bigquery::analyticshub::v1::CreateDataExchangeRequest const & | request, |
Options | opts = {} |
||
) |
Creates a new data exchange.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.CreateDataExchangeRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::CreateDataExchange | ( | std::string const & | parent, |
google::cloud::bigquery::analyticshub::v1::DataExchange const & | data_exchange, | ||
Options | opts = {} |
||
) |
Creates a new data exchange.
parent | Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US . |
data_exchange | Required. The data exchange to create. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::CreateListing | ( | google::cloud::bigquery::analyticshub::v1::CreateListingRequest const & | request, |
Options | opts = {} |
||
) |
Creates a new listing.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.CreateListingRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::CreateListing | ( | std::string const & | parent, |
google::cloud::bigquery::analyticshub::v1::Listing const & | listing, | ||
Options | opts = {} |
||
) |
Creates a new listing.
parent | Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123 . |
listing | Required. The listing to create. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
Status google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::DeleteDataExchange | ( | google::cloud::bigquery::analyticshub::v1::DeleteDataExchangeRequest const & | request, |
Options | opts = {} |
||
) |
Deletes an existing data exchange.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.DeleteDataExchangeRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
Status google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::DeleteDataExchange | ( | std::string const & | name, |
Options | opts = {} |
||
) |
Deletes an existing data exchange.
name | Required. The full name of the data exchange resource that you want to delete. For example, projects/myproject/locations/US/dataExchanges/123 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
Status google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::DeleteListing | ( | google::cloud::bigquery::analyticshub::v1::DeleteListingRequest const & | request, |
Options | opts = {} |
||
) |
Deletes a listing.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.DeleteListingRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
Status google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::DeleteListing | ( | std::string const & | name, |
Options | opts = {} |
||
) |
Deletes a listing.
name | Required. Resource name of the listing to delete. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::GetDataExchange | ( | google::cloud::bigquery::analyticshub::v1::GetDataExchangeRequest const & | request, |
Options | opts = {} |
||
) |
Gets the details of a data exchange.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.GetDataExchangeRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::GetDataExchange | ( | std::string const & | name, |
Options | opts = {} |
||
) |
Gets the details of a data exchange.
name | Required. The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::iam::v1::Policy > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::GetIamPolicy | ( | google::iam::v1::GetIamPolicyRequest const & | request, |
Options | opts = {} |
||
) |
Gets the IAM policy.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.iam.v1.GetIamPolicyRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::GetListing | ( | google::cloud::bigquery::analyticshub::v1::GetListingRequest const & | request, |
Options | opts = {} |
||
) |
Gets the details of a listing.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.GetListingRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::GetListing | ( | std::string const & | name, |
Options | opts = {} |
||
) |
Gets the details of a listing.
name | Required. The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListDataExchanges | ( | google::cloud::bigquery::analyticshub::v1::ListDataExchangesRequest | request, |
Options | opts = {} |
||
) |
Lists all data exchanges in a given project and location.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.ListDataExchangesRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.DataExchange, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules. StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListDataExchanges | ( | std::string const & | parent, |
Options | opts = {} |
||
) |
Lists all data exchanges in a given project and location.
parent | Required. The parent resource path of the data exchanges. e.g. projects/myproject/locations/US . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.DataExchange, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules. StreamRange< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListListings | ( | google::cloud::bigquery::analyticshub::v1::ListListingsRequest | request, |
Options | opts = {} |
||
) |
Lists all listings in a given project and location.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.ListListingsRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.Listing, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules. StreamRange< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListListings | ( | std::string const & | parent, |
Options | opts = {} |
||
) |
Lists all listings in a given project and location.
parent | Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.Listing, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules. StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListOrgDataExchanges | ( | google::cloud::bigquery::analyticshub::v1::ListOrgDataExchangesRequest | request, |
Options | opts = {} |
||
) |
Lists all data exchanges from projects in a given organization and location.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.ListOrgDataExchangesRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.DataExchange, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules. StreamRange< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::ListOrgDataExchanges | ( | std::string const & | organization, |
Options | opts = {} |
||
) |
Lists all data exchanges from projects in a given organization and location.
organization | Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
begin()
and end()
member functions returning a iterator class meeting the input iterator requirements. The value type for this iterator is a `StatusOr` as the iteration may fail even after some values are retrieved successfully, for example, if there is a network disconnect. An empty set of results does not indicate an error, it indicates that there are no resources meeting the request criteria. On a successful iteration the StatusOr<T>
contains elements of type google.cloud.bigquery.analyticshub.v1.DataExchange, or rather, the C++ class generated by Protobuf from that type. Please consult the Protobuf documentation for details on the Protobuf mapping rules.
|
default |
|
default |
StatusOr< google::iam::v1::Policy > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::SetIamPolicy | ( | google::iam::v1::SetIamPolicyRequest const & | request, |
Options | opts = {} |
||
) |
Sets the IAM policy.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.iam.v1.SetIamPolicyRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::SubscribeListingResponse > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::SubscribeListing | ( | google::cloud::bigquery::analyticshub::v1::SubscribeListingRequest const & | request, |
Options | opts = {} |
||
) |
Subscribes to a listing.
Currently, with Analytics Hub, you can create listings that reference only BigQuery datasets. Upon subscription to a listing for a BigQuery dataset, Analytics Hub creates a linked dataset in the subscriber's project.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.SubscribeListingRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::SubscribeListingResponse > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::SubscribeListing | ( | std::string const & | name, |
Options | opts = {} |
||
) |
Subscribes to a listing.
Currently, with Analytics Hub, you can create listings that reference only BigQuery datasets. Upon subscription to a listing for a BigQuery dataset, Analytics Hub creates a linked dataset in the subscriber's project.
name | Required. Resource name of the listing that you want to subscribe to. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456 . |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::iam::v1::TestIamPermissionsResponse > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::TestIamPermissions | ( | google::iam::v1::TestIamPermissionsRequest const & | request, |
Options | opts = {} |
||
) |
Returns the permissions that a caller has.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.iam.v1.TestIamPermissionsRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::UpdateDataExchange | ( | google::cloud::bigquery::analyticshub::v1::DataExchange const & | data_exchange, |
google::protobuf::FieldMask const & | update_mask, | ||
Options | opts = {} |
||
) |
Updates an existing data exchange.
data_exchange | Required. The data exchange to update. |
update_mask | Required. Field mask specifies the fields to update in the data exchange resource. The fields specified in the updateMask are relative to the resource and are not a full request. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::DataExchange > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::UpdateDataExchange | ( | google::cloud::bigquery::analyticshub::v1::UpdateDataExchangeRequest const & | request, |
Options | opts = {} |
||
) |
Updates an existing data exchange.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.UpdateDataExchangeRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::UpdateListing | ( | google::cloud::bigquery::analyticshub::v1::Listing const & | listing, |
google::protobuf::FieldMask const & | update_mask, | ||
Options | opts = {} |
||
) |
Updates an existing listing.
listing | Required. The listing to update. |
update_mask | Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
StatusOr< google::cloud::bigquery::analyticshub::v1::Listing > google::cloud::bigquery_analyticshub_v1::AnalyticsHubServiceClient::UpdateListing | ( | google::cloud::bigquery::analyticshub::v1::UpdateListingRequest const & | request, |
Options | opts = {} |
||
) |
Updates an existing listing.
request | Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.bigquery.analyticshub.v1.UpdateListingRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules. |
opts | Optional. Override the class-level options, such as retry and backoff policies. |
|
friend |
|
friend |