Class: Google::Cloud::AlloyDB::V1alpha::ListSupportedDatabaseFlagsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/service.rb

Overview

Message for listing the information about the supported Database flags.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



920
921
922
923
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 920

class ListSupportedDatabaseFlagsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



920
921
922
923
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 920

class ListSupportedDatabaseFlagsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the parent resource. The required format is:

  • projects/{project}/locations/{location}

Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.

Returns:

  • (::String)

    Required. The name of the parent resource. The required format is:

    • projects/{project}/locations/{location}

    Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.



920
921
922
923
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 920

class ListSupportedDatabaseFlagsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end