public class GoogleAnalyticsAdmin.Properties.DataStreams extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Properties.DataStreams.Create |
class |
GoogleAnalyticsAdmin.Properties.DataStreams.Delete |
class |
GoogleAnalyticsAdmin.Properties.DataStreams.Get |
class |
GoogleAnalyticsAdmin.Properties.DataStreams.List |
class |
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets
The "measurementProtocolSecrets" collection of methods.
|
class |
GoogleAnalyticsAdmin.Properties.DataStreams.Patch |
| Constructor and Description |
|---|
DataStreams() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.DataStreams.Create |
create(String parent,
GoogleAnalyticsAdminV1betaDataStream content)
Creates a DataStream.
|
GoogleAnalyticsAdmin.Properties.DataStreams.Delete |
delete(String name)
Deletes a DataStream on a property.
|
GoogleAnalyticsAdmin.Properties.DataStreams.Get |
get(String name)
Lookup for a single DataStream.
|
GoogleAnalyticsAdmin.Properties.DataStreams.List |
list(String parent)
Lists DataStreams on a property.
|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets |
measurementProtocolSecrets()
An accessor for creating requests from the MeasurementProtocolSecrets collection.
|
GoogleAnalyticsAdmin.Properties.DataStreams.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaDataStream content)
Updates a DataStream on a property.
|
public GoogleAnalyticsAdmin.Properties.DataStreams.Create create(String parent, GoogleAnalyticsAdminV1betaDataStream content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234content - the GoogleAnalyticsAdminV1betaDataStreamIOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the DataStream to delete. Example format: properties/1234/dataStreams/5678IOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the DataStream to get. Example format: properties/1234/dataStreams/5678IOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234IOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.Patch patch(String name, GoogleAnalyticsAdminV1betaDataStream content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this Data Stream. Format:
properties/{property_id}/dataStreams/{stream_id} Example:
"properties/1000/dataStreams/2000"content - the GoogleAnalyticsAdminV1betaDataStreamIOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets measurementProtocolSecrets()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.MeasurementProtocolSecrets.List request = analyticsadmin.measurementProtocolSecrets().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.