Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class PushConfigBuilder (2.39.0-rc)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.39.0-rckeyboard_arrow_down
Helper class to create google::pubsub::v1::PushConfig protos.
Makes it easier to create the protobuf messages consumed by SubscriptionAdminClient
. The main advantages are:
Use a fluent API to set multiple values when constructing complex objects.
Automatically compute the set of paths for update requests.
Constructors
PushConfigBuilder()
PushConfigBuilder(std::string)
Parameter
Name
Description
push_endpoint
std::string
Functions
set_push_endpoint(std::string) &
Setters for each protocol buffer field.
Parameter
Name
Description
v
std::string
Returns
Type
Description
PushConfigBuilder &
set_push_endpoint(std::string) &&
Setters for each protocol buffer field.
Parameter
Name
Description
v
std::string
Returns
Type
Description
PushConfigBuilder &&
add_attribute(std::string const &, std::string const &) &
Setters for each protocol buffer field.
Parameters
Name
Description
key
std::string const &
value
std::string const &
Returns
Type
Description
PushConfigBuilder &
add_attribute(std::string const &, std::string const &) &&
Setters for each protocol buffer field.
Parameters
Name
Description
key
std::string const &
value
std::string const &
Returns
Type
Description
PushConfigBuilder &&
set_attributes(std::vector< std::pair< std::string, std::string > >) &
Setters for each protocol buffer field.
Parameter
Name
Description
attr
std::vector< std::pair< std::string, std::string > >
Returns
Type
Description
PushConfigBuilder &
set_attributes(std::vector< std::pair< std::string, std::string > >) &&
Setters for each protocol buffer field.
Parameter
Name
Description
attr
std::vector< std::pair< std::string, std::string > >
Returns
Type
Description
PushConfigBuilder &&
clear_attributes() &
Setters for each protocol buffer field.
Returns
Type
Description
PushConfigBuilder &
clear_attributes() &&
Setters for each protocol buffer field.
Returns
Type
Description
PushConfigBuilder &&
set_authentication(google::pubsub::v1::PushConfig::OidcToken) &
Setters for each protocol buffer field.
Parameter
Name
Description
token
google::pubsub::v1::PushConfig::OidcToken
Returns
Type
Description
PushConfigBuilder &
set_authentication(google::pubsub::v1::PushConfig::OidcToken) &&
Setters for each protocol buffer field.
Parameter
Name
Description
token
google::pubsub::v1::PushConfig::OidcToken
Returns
Type
Description
PushConfigBuilder &&
set_wrapper(google::pubsub::v1::PushConfig::NoWrapper) &
Setters for each protocol buffer field.
Parameter
Name
Description
wrapper
google::pubsub::v1::PushConfig::NoWrapper
Returns
Type
Description
PushConfigBuilder &
set_wrapper(google::pubsub::v1::PushConfig::NoWrapper) &&
Setters for each protocol buffer field.
Parameter
Name
Description
wrapper
google::pubsub::v1::PushConfig::NoWrapper
Returns
Type
Description
PushConfigBuilder &&
static MakeOidcToken(std::string)
Setters for each protocol buffer field.
Parameter
Name
Description
service_account_email
std::string
Returns
Type
Description
google::pubsub::v1::PushConfig::OidcToken
static MakeOidcToken(std::string, std::string)
Setters for each protocol buffer field.
Parameters
Name
Description
service_account_email
std::string
audience
std::string
Returns
Type
Description
google::pubsub::v1::PushConfig::OidcToken
static MakeNoWrapper(bool)
Setters for each protocol buffer field.
Parameter
Name
Description
write_metadata
bool
Returns
Type
Description
google::pubsub::v1::PushConfig::NoWrapper
BuildModifyPushConfig(Subscription const &) &&
Build a protocol buffer message to update an existing push config.
Parameter
Name
Description
subscription
Subscription const &
Returns
Type
Description
google::pubsub::v1::ModifyPushConfigRequest
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[],[]]