Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
docs: App+Web properties renamed to GA4 (#78)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 340335600

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Nov 2 16:03:19 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: da21c5639535f27aa9b43360000bec0b01cecde8
Source-Link: googleapis/googleapis@da21c56
  • Loading branch information
yoshi-automation committed Nov 3, 2020
1 parent 4a3dfff commit 6a49d40
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
Expand Up @@ -372,7 +372,7 @@ public final UniversalMetadata getUniversalMetadata(GetUniversalMetadataRequest
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns metadata for dimensions and metrics available in reporting methods. Used to explore the
* dimensions and metrics. In this method, a Google Analytics App + Web Property Identifier is
* dimensions and metrics. In this method, a Google Analytics 4 (GA4) Property Identifier is
* specified in the request, and the metadata response includes Custom dimensions and metrics as
* well as Universal metadata.
*
Expand All @@ -390,8 +390,8 @@ public final UniversalMetadata getUniversalMetadata(GetUniversalMetadataRequest
* </code></pre>
*
* @param name Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric Google Analytics
* App + Web Property identifier.
* specified in the URL path and not URL parameters. Property is a numeric Google Analytics 4
* (GA4) Property identifier.
* <p>Example: properties/1234/metadata
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -404,7 +404,7 @@ public final Metadata getMetadata(MetadataName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns metadata for dimensions and metrics available in reporting methods. Used to explore the
* dimensions and metrics. In this method, a Google Analytics App + Web Property Identifier is
* dimensions and metrics. In this method, a Google Analytics 4 (GA4) Property Identifier is
* specified in the request, and the metadata response includes Custom dimensions and metrics as
* well as Universal metadata.
*
Expand All @@ -422,8 +422,8 @@ public final Metadata getMetadata(MetadataName name) {
* </code></pre>
*
* @param name Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric Google Analytics
* App + Web Property identifier.
* specified in the URL path and not URL parameters. Property is a numeric Google Analytics 4
* (GA4) Property identifier.
* <p>Example: properties/1234/metadata
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -435,7 +435,7 @@ public final Metadata getMetadata(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns metadata for dimensions and metrics available in reporting methods. Used to explore the
* dimensions and metrics. In this method, a Google Analytics App + Web Property Identifier is
* dimensions and metrics. In this method, a Google Analytics 4 (GA4) Property Identifier is
* specified in the request, and the metadata response includes Custom dimensions and metrics as
* well as Universal metadata.
*
Expand Down Expand Up @@ -465,7 +465,7 @@ public final Metadata getMetadata(GetMetadataRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns metadata for dimensions and metrics available in reporting methods. Used to explore the
* dimensions and metrics. In this method, a Google Analytics App + Web Property Identifier is
* dimensions and metrics. In this method, a Google Analytics 4 (GA4) Property Identifier is
* specified in the request, and the metadata response includes Custom dimensions and metrics as
* well as Universal metadata.
*
Expand Down
Expand Up @@ -468,7 +468,7 @@ public void getUniversalMetadata(
* <pre>
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics App + Web Property Identifier is specified in the request, and
* Analytics 4 (GA4) Property Identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
* For example if a custom metric with parameter name `levels_unlocked` is
Expand Down Expand Up @@ -655,7 +655,7 @@ public void getUniversalMetadata(
* <pre>
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics App + Web Property Identifier is specified in the request, and
* Analytics 4 (GA4) Property Identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
* For example if a custom metric with parameter name `levels_unlocked` is
Expand Down Expand Up @@ -778,7 +778,7 @@ public com.google.analytics.data.v1alpha.UniversalMetadata getUniversalMetadata(
* <pre>
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics App + Web Property Identifier is specified in the request, and
* Analytics 4 (GA4) Property Identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
* For example if a custom metric with parameter name `levels_unlocked` is
Expand Down Expand Up @@ -905,7 +905,7 @@ protected AlphaAnalyticsDataFutureStub build(
* <pre>
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics App + Web Property Identifier is specified in the request, and
* Analytics 4 (GA4) Property Identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
* For example if a custom metric with parameter name `levels_unlocked` is
Expand Down
Expand Up @@ -117,7 +117,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -140,7 +140,7 @@ public java.lang.String getPropertyId() {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand Down Expand Up @@ -480,7 +480,7 @@ public Builder mergeFrom(
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -502,7 +502,7 @@ public java.lang.String getPropertyId() {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -524,7 +524,7 @@ public com.google.protobuf.ByteString getPropertyIdBytes() {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -545,7 +545,7 @@ public Builder setPropertyId(java.lang.String value) {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -562,7 +562,7 @@ public Builder clearPropertyId() {
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand Down
Expand Up @@ -27,7 +27,7 @@ public interface EntityOrBuilder
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand All @@ -39,7 +39,7 @@ public interface EntityOrBuilder
*
*
* <pre>
* A Google Analytics App + Web property id.
* A Google Analytics 4 (GA4) property id.
* </pre>
*
* <code>string property_id = 1;</code>
Expand Down
Expand Up @@ -119,7 +119,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand Down Expand Up @@ -147,7 +147,7 @@ public java.lang.String getName() {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand Down Expand Up @@ -495,7 +495,7 @@ public Builder mergeFrom(
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand All @@ -522,7 +522,7 @@ public java.lang.String getName() {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand All @@ -549,7 +549,7 @@ public com.google.protobuf.ByteString getNameBytes() {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand All @@ -575,7 +575,7 @@ public Builder setName(java.lang.String value) {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand All @@ -597,7 +597,7 @@ public Builder clearName() {
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand Down
Expand Up @@ -29,7 +29,7 @@ public interface GetMetadataRequestOrBuilder
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand All @@ -46,7 +46,7 @@ public interface GetMetadataRequestOrBuilder
* <pre>
* Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics App + Web Property identifier.
* Google Analytics 4 (GA4) Property identifier.
* Example: properties/1234/metadata
* </pre>
*
Expand Down
Expand Up @@ -92,7 +92,7 @@ service AlphaAnalyticsData {

// Returns metadata for dimensions and metrics available in reporting methods.
// Used to explore the dimensions and metrics. In this method, a Google
// Analytics App + Web Property Identifier is specified in the request, and
// Analytics 4 (GA4) Property Identifier is specified in the request, and
// the metadata response includes Custom dimensions and metrics as well as
// Universal metadata.
//
Expand Down Expand Up @@ -393,7 +393,7 @@ message UniversalMetadata {
message GetMetadataRequest {
// Required. The resource name of the metadata to retrieve. This name field is
// specified in the URL path and not URL parameters. Property is a numeric
// Google Analytics App + Web Property identifier.
// Google Analytics 4 (GA4) Property identifier.
//
// Example: properties/1234/metadata
string name = 1 [
Expand Down
Expand Up @@ -46,7 +46,7 @@ message DateRange {

// The unique identifier of the property whose events are tracked.
message Entity {
// A Google Analytics App + Web property id.
// A Google Analytics 4 (GA4) property id.
string property_id = 1;
}

Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-analytics-data.git",
"sha": "609457a68abaf439803bf9f3e147cb27b21e4853"
"sha": "4a3dfff12c4de094d210759b265236fd622bb581"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7e400b0d3a810afe0f28226306eab2ba905df16b",
"internalRef": "338118656"
"sha": "da21c5639535f27aa9b43360000bec0b01cecde8",
"internalRef": "340335600"
}
},
{
Expand Down

0 comments on commit 6a49d40

Please sign in to comment.