public class GoogleAnalyticsAdmin.Properties.KeyEvents extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Properties.KeyEvents.Create |
class |
GoogleAnalyticsAdmin.Properties.KeyEvents.Delete |
class |
GoogleAnalyticsAdmin.Properties.KeyEvents.Get |
class |
GoogleAnalyticsAdmin.Properties.KeyEvents.List |
class |
GoogleAnalyticsAdmin.Properties.KeyEvents.Patch |
| Constructor and Description |
|---|
KeyEvents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.KeyEvents.Create |
create(String parent,
GoogleAnalyticsAdminV1betaKeyEvent content)
Creates a Key Event.
|
GoogleAnalyticsAdmin.Properties.KeyEvents.Delete |
delete(String name)
Deletes a Key Event.
|
GoogleAnalyticsAdmin.Properties.KeyEvents.Get |
get(String name)
Retrieve a single Key Event.
|
GoogleAnalyticsAdmin.Properties.KeyEvents.List |
list(String parent)
Returns a list of Key Events in the specified parent property.
|
GoogleAnalyticsAdmin.Properties.KeyEvents.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaKeyEvent content)
Updates a Key Event.
|
public GoogleAnalyticsAdmin.Properties.KeyEvents.Create create(String parent, GoogleAnalyticsAdminV1betaKeyEvent content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the parent property where this Key Event will be created. Format:
properties/123content - the GoogleAnalyticsAdminV1betaKeyEventIOExceptionpublic GoogleAnalyticsAdmin.Properties.KeyEvents.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the Key Event to delete. Format:
properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"IOExceptionpublic GoogleAnalyticsAdmin.Properties.KeyEvents.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the Key Event to retrieve. Format:
properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"IOExceptionpublic GoogleAnalyticsAdmin.Properties.KeyEvents.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the parent property. Example: 'properties/123'IOExceptionpublic GoogleAnalyticsAdmin.Properties.KeyEvents.Patch patch(String name, GoogleAnalyticsAdminV1betaKeyEvent content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{key_event}content - the GoogleAnalyticsAdminV1betaKeyEventIOExceptionCopyright © 2011–2024 Google. All rights reserved.