public class GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets extends Object
| Constructor and Description |
|---|
MeasurementProtocolSecrets() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Create |
create(String parent,
GoogleAnalyticsAdminV1betaMeasurementProtocolSecret content)
Creates a measurement protocol secret.
|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Delete |
delete(String name)
Deletes target MeasurementProtocolSecret.
|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Get |
get(String name)
Lookup for a single "GA4" MeasurementProtocolSecret.
|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.List |
list(String parent)
Returns child MeasurementProtocolSecrets under the specified parent Property.
|
GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaMeasurementProtocolSecret content)
Updates a measurement protocol secret.
|
public GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Create create(String parent, GoogleAnalyticsAdminV1betaMeasurementProtocolSecret content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource where this secret will be created. Format:
properties/{property}/dataStreams/{dataStream}content - the GoogleAnalyticsAdminV1betaMeasurementProtocolSecretIOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the MeasurementProtocolSecret to delete. Format: properties/{property}/dataStr
eams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}IOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the measurement protocol secret to lookup. Format: properties/{property}/dataS
treams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}IOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the parent stream. Format:
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecretsIOExceptionpublic GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets.Patch patch(String name, GoogleAnalyticsAdminV1betaMeasurementProtocolSecret content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this secret. This secret may be a child of any type of stream. Format:
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProt
ocolSecret}content - the GoogleAnalyticsAdminV1betaMeasurementProtocolSecretIOExceptionCopyright © 2011–2023 Google. All rights reserved.