Class: Google::Logging::V2::ListSinksRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb

Overview

The parameters to +ListSinks+.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of +nextPageToken+ in the response indicates that more results might be available.

Returns:

  • (Integer)

    Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of +nextPageToken+ in the response indicates that more results might be available.



118
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 118

class ListSinksRequest; end

#page_tokenString

Returns Optional. If present, then retrieve the next batch of results from the preceding call to this method. +pageToken+ must be the value of +nextPageToken+ from the previous response. The values of other method parameters should be identical to those in the previous call.

Returns:

  • (String)

    Optional. If present, then retrieve the next batch of results from the preceding call to this method. +pageToken+ must be the value of +nextPageToken+ from the previous response. The values of other method parameters should be identical to those in the previous call.



118
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 118

class ListSinksRequest; end

#parentString

Returns Required. The parent resource whose sinks are to be listed. Examples: +"projects/my-logging-project"+, +"organizations/123456789"+.

Returns:

  • (String)

    Required. The parent resource whose sinks are to be listed. Examples: +"projects/my-logging-project"+, +"organizations/123456789"+.



118
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 118

class ListSinksRequest; end