Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListGlossaryCategoriesResponse.
List GlossaryCategories Response
Generated from protobuf message google.cloud.dataplex.v1.ListGlossaryCategoriesResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ categories
↳ next_page_token
string
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
↳ unreachable_locations
array
Locations that the service couldn't reach.
getCategories
Lists the GlossaryCategories in the specified parent.
setCategories
Lists the GlossaryCategories in the specified parent.
$this
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
var
string
$this
getUnreachableLocations
Locations that the service couldn't reach.
setUnreachableLocations
Locations that the service couldn't reach.
var
string[]
$this

