Skip to content
New issue

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

chore: update copyright year for auto-generated protos #25838

Merged
merged 4 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2099,15 +2099,17 @@ def delete_entry request, options = nil
# Optional. A filter on the entries to return.
# Filters are case-sensitive.
# The request can be filtered by the following fields:
# entry_type, display_name.
# entry_type, entry_source.display_name.
# The comparison operators are =, !=, <, >, <=, >= (strings are compared
# according to lexical order)
# The logical operators AND, OR, NOT can be used
# in the filter. Example filter expressions:
# "display_name=AnExampleDisplayName"
# in the filter. Wildcard "*" can be used, but for entry_type the full
# project id or number needs to be provided. Example filter expressions:
# "entry_source.display_name=AnExampleDisplayName"
# "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type"
# "entry_type=projects/a* OR "entry_type=projects/k*"
# "NOT display_name=AnotherExampleDisplayName"
# "entry_type=projects/example-project/locations/us/entryTypes/a* OR
# entry_type=projects/another-project/locations/*"
# "NOT entry_source.display_name=AnotherExampleDisplayName"
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Dataplex::V1::Entry>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,15 +1965,17 @@ def delete_entry request, options = nil
# Optional. A filter on the entries to return.
# Filters are case-sensitive.
# The request can be filtered by the following fields:
# entry_type, display_name.
# entry_type, entry_source.display_name.
# The comparison operators are =, !=, <, >, <=, >= (strings are compared
# according to lexical order)
# The logical operators AND, OR, NOT can be used
# in the filter. Example filter expressions:
# "display_name=AnExampleDisplayName"
# in the filter. Wildcard "*" can be used, but for entry_type the full
# project id or number needs to be provided. Example filter expressions:
# "entry_source.display_name=AnExampleDisplayName"
# "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type"
# "entry_type=projects/a* OR "entry_type=projects/k*"
# "NOT display_name=AnotherExampleDisplayName"
# "entry_type=projects/example-project/locations/us/entryTypes/a* OR
# entry_type=projects/another-project/locations/*"
# "NOT entry_source.display_name=AnotherExampleDisplayName"
# @yield [result, operation] Access the result along with the TransportOperation object
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Entry>]
# @yieldparam operation [::Gapic::Rest::TransportOperation]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.