Resource: GoogleApiSource
A GoogleApiSource represents a subscription of 1P events from a MessageBus.
JSON representation |
---|
{
"name": string,
"uid": string,
"etag": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"displayName": string,
"destination": string,
"cryptoKeyName": string,
"loggingConfig": {
object ( |
Fields | |
---|---|
name |
Identifier. Resource name of the form projects/{project}/locations/{location}/googleApiSources/{googleApiSource} |
uid |
Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted. |
etag |
Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on update and delete requests to ensure that the client has an up-to-date value before proceeding. |
create |
Output only. The creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Resource labels. An object containing a list of |
annotations |
Optional. Resource annotations. An object containing a list of |
display |
Optional. Resource display name. |
destination |
Required. Destination is the message bus that the GoogleApiSource is delivering to. It must be point to the full resource name of a MessageBus. Format: "projects/{PROJECT_ID}/locations/{region}/messagesBuses/{MESSAGE_BUS_ID) |
crypto |
Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern |
logging |
Optional. Config to control Platform logging for the GoogleApiSource. |
Methods |
|
---|---|
|
Create a new GoogleApiSource in a particular project and location. |
|
Delete a single GoogleApiSource. |
|
Get a single GoogleApiSource. |
|
Gets the access control policy for a resource. |
|
List GoogleApiSources. |
|
Update a single GoogleApiSource. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |