proto_docs/google/cloud/eventarc/v1/eventarc.rb in google-cloud-eventarc-v1-0.4.0 vs proto_docs/google/cloud/eventarc/v1/eventarc.rb in google-cloud-eventarc-v1-0.5.0
- old
+ new
@@ -35,10 +35,11 @@
# @return [::String]
# Required. The parent collection to list triggers on.
# @!attribute [rw] page_size
# @return [::Integer]
# The maximum number of triggers to return on each page.
+ #
# Note: The service may send fewer.
# @!attribute [rw] page_token
# @return [::String]
# The page token; provide the value from the `next_page_token` field in a
# previous `ListTriggers` call to retrieve the subsequent page.
@@ -49,10 +50,15 @@
# @return [::String]
# The sorting order of the resources returned. Value should be a
# comma-separated list of fields. The default sorting order is ascending. To
# specify descending order for a field, append a `desc` suffix; for example:
# `name desc, trigger_id`.
+ # @!attribute [rw] filter
+ # @return [::String]
+ # Filter field. Used to filter the Triggers to be listed. Possible filters
+ # are described in https://google.aip.dev/160. For example, using
+ # "?filter=destination:gke" would list only Triggers with a gke destination.
class ListTriggersRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -60,11 +66,11 @@
# @!attribute [rw] triggers
# @return [::Array<::Google::Cloud::Eventarc::V1::Trigger>]
# The requested triggers, up to the number specified in `page_size`.
# @!attribute [rw] next_page_token
# @return [::String]
- # A page token that can be sent to ListTriggers to request the next page.
+ # A page token that can be sent to `ListTriggers` to request the next page.
# If this is empty, then there are no more pages.
# @!attribute [rw] unreachable
# @return [::Array<::String>]
# Unreachable resources, if any.
class ListTriggersResponse
@@ -148,10 +154,11 @@
# @return [::String]
# Required. The parent collection to list channels on.
# @!attribute [rw] page_size
# @return [::Integer]
# The maximum number of channels to return on each page.
+ #
# Note: The service may send fewer.
# @!attribute [rw] page_token
# @return [::String]
# The page token; provide the value from the `next_page_token` field in a
# previous `ListChannels` call to retrieve the subsequent page.
@@ -173,11 +180,11 @@
# @!attribute [rw] channels
# @return [::Array<::Google::Cloud::Eventarc::V1::Channel>]
# The requested channels, up to the number specified in `page_size`.
# @!attribute [rw] next_page_token
# @return [::String]
- # A page token that can be sent to ListChannels to request the next page.
+ # A page token that can be sent to `ListChannels` to request the next page.
# If this is empty, then there are no more pages.
# @!attribute [rw] unreachable
# @return [::Array<::String>]
# Unreachable resources, if any.
class ListChannelsResponse
@@ -276,11 +283,11 @@
# @!attribute [rw] providers
# @return [::Array<::Google::Cloud::Eventarc::V1::Provider>]
# The requested providers, up to the number specified in `page_size`.
# @!attribute [rw] next_page_token
# @return [::String]
- # A page token that can be sent to ListProviders to request the next page.
+ # A page token that can be sent to `ListProviders` to request the next page.
# If this is empty, then there are no more pages.
# @!attribute [rw] unreachable
# @return [::Array<::String>]
# Unreachable resources, if any.
class ListProvidersResponse
@@ -302,10 +309,11 @@
# @return [::String]
# Required. The parent collection from which to list channel connections.
# @!attribute [rw] page_size
# @return [::Integer]
# The maximum number of channel connections to return on each page.
+ #
# Note: The service may send fewer responses.
# @!attribute [rw] page_token
# @return [::String]
# The page token; provide the value from the `next_page_token` field in a
# previous `ListChannelConnections` call to retrieve the subsequent page.
@@ -322,11 +330,11 @@
# @return [::Array<::Google::Cloud::Eventarc::V1::ChannelConnection>]
# The requested channel connections, up to the number specified in
# `page_size`.
# @!attribute [rw] next_page_token
# @return [::String]
- # A page token that can be sent to ListChannelConnections to request the
+ # A page token that can be sent to `ListChannelConnections` to request the
# next page.
# If this is empty, then there are no more pages.
# @!attribute [rw] unreachable
# @return [::Array<::String>]
# Unreachable resources, if any.
@@ -353,9 +361,32 @@
# The request message for the DeleteChannelConnection method.
# @!attribute [rw] name
# @return [::String]
# Required. The name of the channel connection to delete.
class DeleteChannelConnectionRequest
+ include ::Google::Protobuf::MessageExts
+ extend ::Google::Protobuf::MessageExts::ClassMethods
+ end
+
+ # The request message for the UpdateGoogleChannelConfig method.
+ # @!attribute [rw] google_channel_config
+ # @return [::Google::Cloud::Eventarc::V1::GoogleChannelConfig]
+ # Required. The config to be updated.
+ # @!attribute [rw] update_mask
+ # @return [::Google::Protobuf::FieldMask]
+ # The fields to be updated; only fields explicitly provided are updated.
+ # If no field mask is provided, all provided fields in the request are
+ # updated. To update all fields, provide a field mask of "*".
+ class UpdateGoogleChannelConfigRequest
+ include ::Google::Protobuf::MessageExts
+ extend ::Google::Protobuf::MessageExts::ClassMethods
+ end
+
+ # The request message for the GetGoogleChannelConfig method.
+ # @!attribute [rw] name
+ # @return [::String]
+ # Required. The name of the config to get.
+ class GetGoogleChannelConfigRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
# Represents the metadata of the long-running operation.