Skip to content

Commit 6d007ac

Browse files
feat: [Eventarc] usage deprecation of credentials client option (#8595)
* feat: add new fields to Eventarc resources docs: correct some comments PiperOrigin-RevId: 807339306 Source-Link: googleapis/googleapis@dfce92d Source-Link: googleapis/googleapis-gen@3c3884e Copy-Tag: eyJwIjoiRXZlbnRhcmMvLk93bEJvdC55YW1sIiwiaCI6IjNjMzg4NGU5YWEyM2FkYmMxZTQzZWFiMDE1MjE5NTM3ZDY2OTI0Y2YifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: support ClientOptions in client constructor docs: document universeDomain client option docs: add "generic" phpdocs for OperationResponse and ServerStream fix: Update pagination rules for compute clients deps: Update dependency google/protobuf to v4 PiperOrigin-RevId: 807444648 Source-Link: googleapis/googleapis@6288882 Source-Link: googleapis/googleapis-gen@577eee9 Copy-Tag: eyJwIjoiRXZlbnRhcmMvLk93bEJvdC55YW1sIiwiaCI6IjU3N2VlZTkzMWI3M2U5MTBmZmFlMWIxNzBmNmY5ZjhiZDc5NzVhMzYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: usage deprecation of credentials client option PiperOrigin-RevId: 809097824 Source-Link: googleapis/googleapis@e8ed6b4 Source-Link: googleapis/googleapis-gen@96cfee1 Copy-Tag: eyJwIjoiRXZlbnRhcmMvLk93bEJvdC55YW1sIiwiaCI6Ijk2Y2ZlZTE2MzkzNjhlMzRhOGQxZjc2NWNlZGRlY2Y5ZGNhMTE5ZGMifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 313d3ff commit 6d007ac

34 files changed

Lines changed: 453 additions & 277 deletions

Eventarc/metadata/V1/Channel.php

118 Bytes
Binary file not shown.

Eventarc/metadata/V1/ChannelConnection.php

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Eventarc/metadata/V1/Enrollment.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Eventarc/metadata/V1/GoogleChannelConfig.php

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Eventarc/metadata/V1/Pipeline.php

33 Bytes
Binary file not shown.

Eventarc/metadata/V1/Trigger.php

113 Bytes
Binary file not shown.

Eventarc/samples/V1/EventarcClient/create_enrollment.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
* {@see EventarcClient::locationName()} for help formatting this field.
3838
* @param string $enrollmentCelMatch A CEL expression identifying which messages this enrollment
3939
* applies to.
40-
* @param string $formattedEnrollmentMessageBus Resource name of the message bus identifying the source of the
41-
* messages. It matches the form
40+
* @param string $formattedEnrollmentMessageBus Immutable. Resource name of the message bus identifying the
41+
* source of the messages. It matches the form
4242
* projects/{project}/locations/{location}/messageBuses/{messageBus}. Please see
4343
* {@see EventarcClient::messageBusName()} for help formatting this field.
4444
* @param string $enrollmentDestination Destination is the Pipeline that the Enrollment is delivering to.
4545
* It must point to the full resource name of a Pipeline. Format:
4646
* "projects/{PROJECT_ID}/locations/{region}/pipelines/{PIPELINE_ID)"
4747
* @param string $enrollmentId The user-provided ID to be assigned to the Enrollment. It should
48-
* match the format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
48+
* match the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
4949
*/
5050
function create_enrollment_sample(
5151
string $formattedParent,

Eventarc/samples/V1/EventarcClient/create_google_api_source.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* "projects/{PROJECT_ID}/locations/{region}/messagesBuses/{MESSAGE_BUS_ID)
4242
* Please see {@see EventarcClient::messageBusName()} for help formatting this field.
4343
* @param string $googleApiSourceId The user-provided ID to be assigned to the GoogleApiSource. It
44-
* should match the format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
44+
* should match the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
4545
*/
4646
function create_google_api_source_sample(
4747
string $formattedParent,

Eventarc/samples/V1/EventarcClient/create_message_bus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @param string $formattedParent The parent collection in which to add this message bus. Please see
3737
* {@see EventarcClient::locationName()} for help formatting this field.
3838
* @param string $messageBusId The user-provided ID to be assigned to the MessageBus. It should
39-
* match the format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$)
39+
* match the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
4040
*/
4141
function create_message_bus_sample(string $formattedParent, string $messageBusId): void
4242
{

Eventarc/samples/V1/EventarcClient/create_pipeline.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
*
3737
* @param string $formattedParent The parent collection in which to add this pipeline. Please see
3838
* {@see EventarcClient::locationName()} for help formatting this field.
39-
* @param string $pipelineId The user-provided ID to be assigned to the Pipeline.
39+
* @param string $pipelineId The user-provided ID to be assigned to the Pipeline. It should
40+
* match the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
4041
*/
4142
function create_pipeline_sample(string $formattedParent, string $pipelineId): void
4243
{

0 commit comments

Comments
 (0)