Reference documentation and code samples for the Stackdriver Logging V2 Client class ConfigServiceV2Client.
Service Description: Service for configuring sinks used to route log entries.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parseName method to extract the individual identifiers contained within formatted names that are returned by the API.
This class is currently experimental and may be subject to changes. See Google\Cloud\Logging\V2\ConfigServiceV2Client for the stable implementation
Namespace
Google \ Cloud \ Logging \ V2 \ ClientMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
options |
array
Optional. Options for configuring the service API wrapper. |
↳ apiEndpoint |
string
The address of the API remote host. May optionally include the port, formatted as "
|
↳ credentials |
string|array|FetchAuthTokenInterface|CredentialsWrapper
The credentials to be used by the client to authorize API calls. This option accepts either a path to a credentials file, or a decoded credentials file as a PHP array. Advanced usage: In addition, this option can also accept a pre-constructed Google\Auth\FetchAuthTokenInterface object or Google\ApiCore\CredentialsWrapper object. Note that when one of these objects are provided, any settings in $credentialsConfig will be ignored. |
↳ credentialsConfig |
array
Options used to configure credentials, including auth token caching, for the client. For a full list of supporting configuration options, see Google\ApiCore\CredentialsWrapper::build() . |
↳ disableRetries |
bool
Determines whether or not retries defined by the client configuration should be disabled. Defaults to |
↳ clientConfig |
string|array
Client method configuration, including retry settings. This option can be either a path to a JSON file, or a PHP array containing the decoded JSON data. By default this settings points to the default client config file, which is provided in the resources folder. |
↳ transport |
string|TransportInterface
The transport used for executing network requests. May be either the string |
↳ transportConfig |
array
Configuration options that will be used to construct the transport. Options for each supported transport type should be passed in a key for that transport. For example: $transportConfig = [ 'grpc' => [...], 'rest' => [...], ]; See the Google\ApiCore\Transport\GrpcTransport::build() and Google\ApiCore\Transport\RestTransport::build() methods for the supported options. |
↳ clientCertSource |
callable
A callable which returns the client cert as a string. This can be used to provide a certificate and private key to the transport layer for mTLS. |
copyLogEntries
Copies a set of log entries from a log bucket to a Cloud Storage bucket.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::copyLogEntriesAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CopyLogEntriesRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\OperationResponse |
createBucket
Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::createBucketAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateBucketRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogBucket |
createBucketAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createExclusion
Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::createExclusionAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateExclusionRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogExclusion |
createLink
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::createLinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateLinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\OperationResponse |
createSink
Creates a sink that exports specified log entries to a destination. The
export of newly-ingested log entries begins immediately, unless the sink's
writer_identity
is not permitted to write to the destination. A sink can
export log entries only from the resource owning the sink.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::createSinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateSinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogSink |
createView
Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::createViewAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateViewRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogView |
deleteBucket
Deletes a log bucket.
Changes the bucket's lifecycle_state
to the DELETE_REQUESTED
state.
After 7 days, the bucket will be purged and all log entries in the bucket
will be permanently deleted.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::deleteBucketAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteBucketRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
deleteExclusion
Deletes an exclusion in the _Default sink.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::deleteExclusionAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteExclusionRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
deleteLink
Deletes a link. This will also delete the corresponding BigQuery linked dataset.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::deleteLinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteLinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\OperationResponse |
deleteSink
Deletes a sink. If the sink has a unique writer_identity
, then that
service account is also deleted.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::deleteSinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteSinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
deleteView
Deletes a view on a log bucket.
If an UNAVAILABLE
error is returned, this indicates that system is not in
a state where it can delete the view. If this occurs, please try again in a
few minutes.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::deleteViewAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteViewRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
getBucket
Gets a log bucket.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getBucketAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetBucketRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogBucket |
getCmekSettings
Gets the Logging CMEK settings for the given resource.
Note: CMEK for the Log Router can be configured for Google Cloud projects, folders, organizations and billing accounts. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.
See Enabling CMEK for Log Router for more information.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getCmekSettingsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetCmekSettingsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\CmekSettings |
getExclusion
Gets the description of an exclusion in the _Default sink.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getExclusionAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetExclusionRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogExclusion |
getLink
Gets a link.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getLinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetLinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\Link |
getSettings
Gets the Log Router settings for the given resource.
Note: Settings for the Log Router can be get for Google Cloud projects, folders, organizations and billing accounts. Currently it can only be configured for organizations. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.
See Enabling CMEK for Log Router for more information.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getSettingsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetSettingsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\Settings |
getSink
Gets a sink.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::getSinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetSinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogSink |
getView
Gets a view on a log bucket..
The async variant is ConfigServiceV2Client::getViewAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetViewRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogView |
listBuckets
Lists log buckets.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::listBucketsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListBucketsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\PagedListResponse |
listExclusions
Lists all the exclusions on the _Default sink in a parent resource.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::listExclusionsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListExclusionsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\PagedListResponse |
listLinks
Lists links.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::listLinksAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListLinksRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\PagedListResponse |
listSinks
Lists sinks.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::listSinksAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListSinksRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\PagedListResponse |
listViews
Lists views on a log bucket.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::listViewsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListViewsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\ApiCore\PagedListResponse |
undeleteBucket
Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::undeleteBucketAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UndeleteBucketRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
updateBucket
Updates a log bucket.
If the bucket has a lifecycle_state
of DELETE_REQUESTED
, then
FAILED_PRECONDITION
will be returned.
After a bucket has been created, the bucket's location cannot be changed.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateBucketAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateBucketRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogBucket |
updateBucketAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateCmekSettings
Updates the Log Router CMEK settings for the given resource.
Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.
UpdateCmekSettings
will fail if 1) kms_key_name
is invalid, or 2) the associated service
account does not have the required
roles/cloudkms.cryptoKeyEncrypterDecrypter
role assigned for the key, or
3) access to the key is disabled.
See Enabling CMEK for Log Router for more information.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateCmekSettingsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateCmekSettingsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\CmekSettings |
updateExclusion
Changes one or more properties of an existing exclusion in the _Default sink.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateExclusionAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateExclusionRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogExclusion |
updateSettings
Updates the Log Router settings for the given resource.
Note: Settings for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.
UpdateSettings
will fail if 1) kms_key_name
is invalid, or 2) the associated service
account does not have the required
roles/cloudkms.cryptoKeyEncrypterDecrypter
role assigned for the key, or
3) access to the key is disabled. 4) location_id
is not supported by
Logging. 5) location_id
violate OrgPolicy.
See Enabling CMEK for Log Router for more information.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateSettingsAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateSettingsRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\Settings |
updateSink
Updates a sink. This method replaces the following fields in the existing
sink with values from the new sink: destination
, and filter
.
The updated sink might also have a new writer_identity
; see the
unique_writer_identity
field.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateSinkAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateSinkRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogSink |
updateView
Updates a view on a log bucket. This method replaces the following fields
in the existing view with values from the new view: filter
.
If an UNAVAILABLE
error is returned, this indicates that system is not in
a state where it can update the view. If this occurs, please try again in a
few minutes.
The async variant is Google\Cloud\Logging\V2\Client\ConfigServiceV2Client::updateViewAsync() .
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateViewRequest
A request to house fields associated with the call. |
callOptions |
array
Optional. |
↳ retrySettings |
RetrySettings|array
Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogView |
copyLogEntriesAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CopyLogEntriesRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createBucketAsyncAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createExclusionAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateExclusionRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createLinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateLinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createSinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateSinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
createViewAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\CreateViewRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
deleteBucketAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
deleteExclusionAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteExclusionRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
deleteLinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteLinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
deleteSinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteSinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
deleteViewAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\DeleteViewRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getBucketAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getCmekSettingsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetCmekSettingsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getExclusionAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetExclusionRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getLinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetLinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getSettingsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetSettingsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getSinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetSinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getViewAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\GetViewRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
listBucketsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListBucketsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
listExclusionsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListExclusionsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
listLinksAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListLinksRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
listSinksAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListSinksRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
listViewsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\ListViewsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
undeleteBucketAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UndeleteBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateBucketAsyncAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateBucketRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateCmekSettingsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateCmekSettingsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateExclusionAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateExclusionRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateSettingsAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateSettingsRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateSinkAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateSinkRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
updateViewAsync
Parameters | |
---|---|
Name | Description |
request |
Google\Cloud\Logging\V2\UpdateViewRequest
|
optionalArgs = [] |
array
|
Returns | |
---|---|
Type | Description |
GuzzleHttp\Promise\PromiseInterface |
getOperationsClient
Return an OperationsClient object with the same endpoint as $this.
Returns | |
---|---|
Type | Description |
Google\ApiCore\LongRunning\OperationsClient |
resumeOperation
Resume an existing long running operation that was previously started by a long running API method. If $methodName is not provided, or does not match a long running API method, then the operation can still be resumed, but the OperationResponse object will not deserialize the final response.
Parameters | |
---|---|
Name | Description |
operationName |
string
The name of the long running operation |
methodName |
string
The name of the method used to start the operation |
Returns | |
---|---|
Type | Description |
Google\ApiCore\OperationResponse |
static::billingAccountName
Formats a string containing the fully-qualified path to represent a billing_account resource.
Parameter | |
---|---|
Name | Description |
billingAccount |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account resource. |
static::billingAccountCmekSettingsName
Formats a string containing the fully-qualified path to represent a billing_account_cmekSettings resource.
Parameter | |
---|---|
Name | Description |
billingAccount |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_cmekSettings resource. |
static::billingAccountExclusionName
Formats a string containing the fully-qualified path to represent a billing_account_exclusion resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
exclusion |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_exclusion resource. |
static::billingAccountLocationName
Formats a string containing the fully-qualified path to represent a billing_account_location resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
location |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_location resource. |
static::billingAccountLocationBucketName
Formats a string containing the fully-qualified path to represent a billing_account_location_bucket resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
location |
string
|
bucket |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_location_bucket resource. |
static::billingAccountLocationBucketLinkName
Formats a string containing the fully-qualified path to represent a billing_account_location_bucket_link resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
location |
string
|
bucket |
string
|
link |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_location_bucket_link resource. |
static::billingAccountLocationBucketViewName
Formats a string containing the fully-qualified path to represent a billing_account_location_bucket_view resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
location |
string
|
bucket |
string
|
view |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_location_bucket_view resource. |
static::billingAccountSettingsName
Formats a string containing the fully-qualified path to represent a billing_account_settings resource.
Parameter | |
---|---|
Name | Description |
billingAccount |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_settings resource. |
static::billingAccountSinkName
Formats a string containing the fully-qualified path to represent a billing_account_sink resource.
Parameters | |
---|---|
Name | Description |
billingAccount |
string
|
sink |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted billing_account_sink resource. |
static::cmekSettingsName
Formats a string containing the fully-qualified path to represent a cmek_settings resource.
Parameter | |
---|---|
Name | Description |
project |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted cmek_settings resource. |
static::folderName
Formats a string containing the fully-qualified path to represent a folder resource.
Parameter | |
---|---|
Name | Description |
folder |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder resource. |
static::folderCmekSettingsName
Formats a string containing the fully-qualified path to represent a folder_cmekSettings resource.
Parameter | |
---|---|
Name | Description |
folder |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_cmekSettings resource. |
static::folderExclusionName
Formats a string containing the fully-qualified path to represent a folder_exclusion resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
exclusion |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_exclusion resource. |
static::folderLocationName
Formats a string containing the fully-qualified path to represent a folder_location resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
location |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_location resource. |
static::folderLocationBucketName
Formats a string containing the fully-qualified path to represent a folder_location_bucket resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
location |
string
|
bucket |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_location_bucket resource. |
static::folderLocationBucketLinkName
Formats a string containing the fully-qualified path to represent a folder_location_bucket_link resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
location |
string
|
bucket |
string
|
link |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_location_bucket_link resource. |
static::folderLocationBucketViewName
Formats a string containing the fully-qualified path to represent a folder_location_bucket_view resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
location |
string
|
bucket |
string
|
view |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_location_bucket_view resource. |
static::folderSettingsName
Formats a string containing the fully-qualified path to represent a folder_settings resource.
Parameter | |
---|---|
Name | Description |
folder |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_settings resource. |
static::folderSinkName
Formats a string containing the fully-qualified path to represent a folder_sink resource.
Parameters | |
---|---|
Name | Description |
folder |
string
|
sink |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted folder_sink resource. |
static::linkName
Formats a string containing the fully-qualified path to represent a link resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
link |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted link resource. |
static::locationName
Formats a string containing the fully-qualified path to represent a location resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted location resource. |
static::logBucketName
Formats a string containing the fully-qualified path to represent a log_bucket resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted log_bucket resource. |
static::logExclusionName
Formats a string containing the fully-qualified path to represent a log_exclusion resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
exclusion |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted log_exclusion resource. |
static::logSinkName
Formats a string containing the fully-qualified path to represent a log_sink resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
sink |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted log_sink resource. |
static::logViewName
Formats a string containing the fully-qualified path to represent a log_view resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
view |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted log_view resource. |
static::organizationName
Formats a string containing the fully-qualified path to represent a organization resource.
Parameter | |
---|---|
Name | Description |
organization |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization resource. |
static::organizationCmekSettingsName
Formats a string containing the fully-qualified path to represent a organization_cmekSettings resource.
Parameter | |
---|---|
Name | Description |
organization |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_cmekSettings resource. |
static::organizationExclusionName
Formats a string containing the fully-qualified path to represent a organization_exclusion resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
exclusion |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_exclusion resource. |
static::organizationLocationName
Formats a string containing the fully-qualified path to represent a organization_location resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
location |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_location resource. |
static::organizationLocationBucketName
Formats a string containing the fully-qualified path to represent a organization_location_bucket resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
location |
string
|
bucket |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_location_bucket resource. |
static::organizationLocationBucketLinkName
Formats a string containing the fully-qualified path to represent a organization_location_bucket_link resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
location |
string
|
bucket |
string
|
link |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_location_bucket_link resource. |
static::organizationLocationBucketViewName
Formats a string containing the fully-qualified path to represent a organization_location_bucket_view resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
location |
string
|
bucket |
string
|
view |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_location_bucket_view resource. |
static::organizationSettingsName
Formats a string containing the fully-qualified path to represent a organization_settings resource.
Parameter | |
---|---|
Name | Description |
organization |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_settings resource. |
static::organizationSinkName
Formats a string containing the fully-qualified path to represent a organization_sink resource.
Parameters | |
---|---|
Name | Description |
organization |
string
|
sink |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted organization_sink resource. |
static::projectName
Formats a string containing the fully-qualified path to represent a project resource.
Parameter | |
---|---|
Name | Description |
project |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project resource. |
static::projectCmekSettingsName
Formats a string containing the fully-qualified path to represent a project_cmekSettings resource.
Parameter | |
---|---|
Name | Description |
project |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_cmekSettings resource. |
static::projectExclusionName
Formats a string containing the fully-qualified path to represent a project_exclusion resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
exclusion |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_exclusion resource. |
static::projectLocationBucketName
Formats a string containing the fully-qualified path to represent a project_location_bucket resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_location_bucket resource. |
static::projectLocationBucketLinkName
Formats a string containing the fully-qualified path to represent a project_location_bucket_link resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
link |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_location_bucket_link resource. |
static::projectLocationBucketViewName
Formats a string containing the fully-qualified path to represent a project_location_bucket_view resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
location |
string
|
bucket |
string
|
view |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_location_bucket_view resource. |
static::projectSettingsName
Formats a string containing the fully-qualified path to represent a project_settings resource.
Parameter | |
---|---|
Name | Description |
project |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_settings resource. |
static::projectSinkName
Formats a string containing the fully-qualified path to represent a project_sink resource.
Parameters | |
---|---|
Name | Description |
project |
string
|
sink |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted project_sink resource. |
static::settingsName
Formats a string containing the fully-qualified path to represent a settings resource.
Parameter | |
---|---|
Name | Description |
project |
string
|
Returns | |
---|---|
Type | Description |
string | The formatted settings resource. |
static::parseName
Parses a formatted name string and returns an associative array of the components in the name.
The following name formats are supported: Template: Pattern
- billingAccount: billingAccounts/{billing_account}
- billingAccountCmekSettings: billingAccounts/{billing_account}/cmekSettings
- billingAccountExclusion: billingAccounts/{billing_account}/exclusions/{exclusion}
- billingAccountLocation: billingAccounts/{billing_account}/locations/{location}
- billingAccountLocationBucket: billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}
- billingAccountLocationBucketLink: billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/links/{link}
- billingAccountLocationBucketView: billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/views/{view}
- billingAccountSettings: billingAccounts/{billing_account}/settings
- billingAccountSink: billingAccounts/{billing_account}/sinks/{sink}
- cmekSettings: projects/{project}/cmekSettings
- folder: folders/{folder}
- folderCmekSettings: folders/{folder}/cmekSettings
- folderExclusion: folders/{folder}/exclusions/{exclusion}
- folderLocation: folders/{folder}/locations/{location}
- folderLocationBucket: folders/{folder}/locations/{location}/buckets/{bucket}
- folderLocationBucketLink: folders/{folder}/locations/{location}/buckets/{bucket}/links/{link}
- folderLocationBucketView: folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}
- folderSettings: folders/{folder}/settings
- folderSink: folders/{folder}/sinks/{sink}
- link: projects/{project}/locations/{location}/buckets/{bucket}/links/{link}
- location: projects/{project}/locations/{location}
- logBucket: projects/{project}/locations/{location}/buckets/{bucket}
- logExclusion: projects/{project}/exclusions/{exclusion}
- logSink: projects/{project}/sinks/{sink}
- logView: projects/{project}/locations/{location}/buckets/{bucket}/views/{view}
- organization: organizations/{organization}
- organizationCmekSettings: organizations/{organization}/cmekSettings
- organizationExclusion: organizations/{organization}/exclusions/{exclusion}
- organizationLocation: organizations/{organization}/locations/{location}
- organizationLocationBucket: organizations/{organization}/locations/{location}/buckets/{bucket}
- organizationLocationBucketLink: organizations/{organization}/locations/{location}/buckets/{bucket}/links/{link}
- organizationLocationBucketView: organizations/{organization}/locations/{location}/buckets/{bucket}/views/{view}
- organizationSettings: organizations/{organization}/settings
- organizationSink: organizations/{organization}/sinks/{sink}
- project: projects/{project}
- projectCmekSettings: projects/{project}/cmekSettings
- projectExclusion: projects/{project}/exclusions/{exclusion}
- projectLocationBucket: projects/{project}/locations/{location}/buckets/{bucket}
- projectLocationBucketLink: projects/{project}/locations/{location}/buckets/{bucket}/links/{link}
- projectLocationBucketView: projects/{project}/locations/{location}/buckets/{bucket}/views/{view}
- projectSettings: projects/{project}/settings
- projectSink: projects/{project}/sinks/{sink}
- settings: projects/{project}/settings
The optional $template argument can be supplied to specify a particular pattern, and must match one of the templates listed above. If no $template argument is provided, or if the $template argument does not match one of the templates listed, then parseName will check each of the supported templates, and return the first match.
Parameters | |
---|---|
Name | Description |
formattedName |
string
The formatted name string |
template |
string
Optional name of template to match |
Returns | |
---|---|
Type | Description |
array | An associative array from name component IDs to component values. |