The request sent to the SearchOrganizations
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of organizations to return in the response. If unspecified, server picks an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of organizations to return in the response. If unspecified, server picks an appropriate default.
- (::Integer) — Optional. The maximum number of organizations to return in the response. If unspecified, server picks an appropriate default.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A pagination token returned from a previous call to
SearchOrganizations
that indicates from where listing should continue.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A pagination token returned from a previous call to
SearchOrganizations
that indicates from where listing should continue.
-
(::String) — Optional. A pagination token returned from a previous call to
SearchOrganizations
that indicates from where listing should continue.
#query
def query() -> ::String
-
(::String) —
Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive.
| Field | Description | |------------------|--------------------------------------------| | directoryCustomerId, owner.directoryCustomerId | Filters by directory customer id. | | domain | Filters by domain. |
Organizations may be queried by
directoryCustomerId
or bydomain
, where the domain is a G Suite domain, for example:- Query
directorycustomerid:123456789
returns Organization resources withowner.directory_customer_id
equal to123456789
. - Query
domain:google.com
returns Organization resources corresponding to the domaingoogle.com
.
- Query
#query=
def query=(value) -> ::String
-
value (::String) —
Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive.
| Field | Description | |------------------|--------------------------------------------| | directoryCustomerId, owner.directoryCustomerId | Filters by directory customer id. | | domain | Filters by domain. |
Organizations may be queried by
directoryCustomerId
or bydomain
, where the domain is a G Suite domain, for example:- Query
directorycustomerid:123456789
returns Organization resources withowner.directory_customer_id
equal to123456789
. - Query
domain:google.com
returns Organization resources corresponding to the domaingoogle.com
.
- Query
-
(::String) —
Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive.
| Field | Description | |------------------|--------------------------------------------| | directoryCustomerId, owner.directoryCustomerId | Filters by directory customer id. | | domain | Filters by domain. |
Organizations may be queried by
directoryCustomerId
or bydomain
, where the domain is a G Suite domain, for example:- Query
directorycustomerid:123456789
returns Organization resources withowner.directory_customer_id
equal to123456789
. - Query
domain:google.com
returns Organization resources corresponding to the domaingoogle.com
.
- Query