Google Cloud Dataplex V1 Client - Class ListGlossaryTermsResponse (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListGlossaryTermsResponse.
List GlossaryTerms Response
Generated from protobuf message google.cloud.dataplex.v1.ListGlossaryTermsResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ terms |
array<GlossaryTerm>
Lists the GlossaryTerms in the specified parent. |
↳ next_page_token |
string
A token, which can be sent as |
↳ unreachable_locations |
array
Locations that the service couldn't reach. |
getTerms
Lists the GlossaryTerms in the specified parent.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTerms
Lists the GlossaryTerms in the specified parent.
| Parameter | |
|---|---|
| Name | Description |
var |
array<GlossaryTerm>
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachableLocations
Locations that the service couldn't reach.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachableLocations
Locations that the service couldn't reach.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|