Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class ListTrustConfigsRequest.
Request for the ListTrustConfigs method.
Generated from protobuf message google.cloud.certificatemanager.v1.ListTrustConfigsRequest
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location from which the TrustConfigs should be listed, specified in the format |
↳ page_size |
int
Maximum number of TrustConfigs to return per call. |
↳ page_token |
string
The value returned by the last |
↳ filter |
string
Filter expression to restrict the TrustConfigs returned. |
↳ order_by |
string
A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix |
getParent
Required. The project and location from which the TrustConfigs should be
listed, specified in the format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The project and location from which the TrustConfigs should be
listed, specified in the format projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of TrustConfigs to return per call.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of TrustConfigs to return per call.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
The value returned by the last ListTrustConfigsResponse. Indicates
that this is a continuation of a prior ListTrustConfigs call, and that
the system should return the next page of data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
The value returned by the last ListTrustConfigsResponse. Indicates
that this is a continuation of a prior ListTrustConfigs call, and that
the system should return the next page of data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Filter expression to restrict the TrustConfigs returned.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Filter expression to restrict the TrustConfigs returned.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOrderBy
A list of TrustConfig field names used to specify the order of the
returned results. The default sorting order is ascending. To specify
descending order for a field, add a suffix " desc".
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrderBy
A list of TrustConfig field names used to specify the order of the
returned results. The default sorting order is ascending. To specify
descending order for a field, add a suffix " desc".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The project and location from which the TrustConfigs should be
listed, specified in the format |
| Returns | |
|---|---|
| Type | Description |
ListTrustConfigsRequest |
|