We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! It seems missing constant for PubSubClient:
Here in costruct have calling trait method ClientOptionsTrait::buildClientOptions from Google/ApiCore: https://github.com/googleapis/google-cloud-php-pubsub/blob/main/src/PubSubClient.php#L191 And there have calling method ClientOptionsTrait::logConfiguration https://github.com/googleapis/gax-php/blob/main/src/ClientOptionsTrait.php#L147 where access to constant in current client: https://github.com/googleapis/gax-php/blob/main/src/ClientOptionsTrait.php#L374
ClientOptionsTrait::buildClientOptions
ClientOptionsTrait::logConfiguration
putenv('GOOGLE_SDK_PHP_LOGGING=true'); $pubSub = new PubSubClient(); $topic = $pubSub->topic('my_topic'); $topic->publish([ 'data' => 'My new message.', 'attributes' => [ 'location' => 'Detroit' ] ]);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
It seems missing constant for PubSubClient:
Here in costruct have calling trait method
ClientOptionsTrait::buildClientOptions
from Google/ApiCore:https://github.com/googleapis/google-cloud-php-pubsub/blob/main/src/PubSubClient.php#L191
And there have calling method
ClientOptionsTrait::logConfiguration
https://github.com/googleapis/gax-php/blob/main/src/ClientOptionsTrait.php#L147
where access to constant in current client:
https://github.com/googleapis/gax-php/blob/main/src/ClientOptionsTrait.php#L374
Code example
Environment details
The text was updated successfully, but these errors were encountered: