Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::ListDeploymentEventsResponse.
Response to listing DeploymentEvents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment_events
def deployment_events() -> ::Array<::Google::Cloud::Developerconnect::V1::DeploymentEvent>
Returns
- (::Array<::Google::Cloud::Developerconnect::V1::DeploymentEvent>) — The list of DeploymentEvents.
#deployment_events=
def deployment_events=(value) -> ::Array<::Google::Cloud::Developerconnect::V1::DeploymentEvent>
Parameter
- value (::Array<::Google::Cloud::Developerconnect::V1::DeploymentEvent>) — The list of DeploymentEvents.
Returns
- (::Array<::Google::Cloud::Developerconnect::V1::DeploymentEvent>) — The list of DeploymentEvents.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.