Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: v0.20.0
repo: googleapis/google-cloud-node
sources:
googleapis:
commit: 4c284f1366a46993646dc9267cba257acbab6f45
sha256: 449ecc0edd76de7d592cf7f5c2a98070bef11af2593f8b64428e71b11211857e
commit: b6f9ff05aaec18070232a1ab36da98e684bc7909
sha256: 91788c6f956a0a409abe89a304c123cff73cb0ebb46b494e56d7ac9ece86f8cf
default:
keep:
- librarian.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,17 @@ service AnalyticsAdminService {
option (google.api.method_signature) = "name";
}

// Updates the reporting identity settings for this property.
rpc UpdateReportingIdentitySettings(UpdateReportingIdentitySettingsRequest)
returns (ReportingIdentitySettings) {
option (google.api.http) = {
patch: "/v1alpha/{reporting_identity_settings.name=properties/*/reportingIdentitySettings}"
body: "reporting_identity_settings"
};
option (google.api.method_signature) =
"reporting_identity_settings,update_mask";
}

// Looks up settings related to user-provided data for a property.
rpc GetUserProvidedDataSettings(GetUserProvidedDataSettingsRequest)
returns (UserProvidedDataSettings) {
Expand Down Expand Up @@ -4636,6 +4647,22 @@ message GetReportingIdentitySettingsRequest {
];
}

// Request message for UpdateReportingIdentitySettings RPC.
message UpdateReportingIdentitySettingsRequest {
// Required. The reporting identity settings to update.
// The settings' `name` field is used to identify the settings.
ReportingIdentitySettings reporting_identity_settings = 1
[(google.api.field_behavior) = REQUIRED];

// Optional. The list of fields to be updated. Field names must be in snake
// case (for example, "field_to_update"). Omitted fields will not be updated.
// To replace the entire entity, use one path with the string "*" to match all
// fields. If omitted, the service will treat it as an implied field mask
// equivalent to all fields that are populated.
google.protobuf.FieldMask update_mask = 2
[(google.api.field_behavior) = OPTIONAL];
}

// Request message for GetUserProvidedDataSettings RPC
message GetUserProvidedDataSettingsRequest {
// Required. The name of the user provided data settings to retrieve.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@ message PropertySummary {
// Format: accounts/{account}, properties/{property}
// Example: "accounts/100", "properties/200"
string parent = 4;

// If true, then the user has a Google Analytics role that permits them to
// edit the property.
bool can_edit = 5;
}

// A secret value used for sending hits to Measurement Protocol.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -736,17 +736,17 @@ message GetAccountRequest {

// Request message for ListAccounts RPC.
message ListAccountsRequest {
// The maximum number of resources to return. The service may return
// Optional. The maximum number of resources to return. The service may return
// fewer than this value, even if there are additional pages.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1;
int32 page_size = 1 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListAccounts` call.
// Optional. A page token, received from a previous `ListAccounts` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListAccounts` must
// match the call that provided the page token.
string page_token = 2;
string page_token = 2 [(google.api.field_behavior) = OPTIONAL];

// Whether to include soft-deleted (ie: "trashed") Accounts in the
// results. Accounts can be inspected to determine whether they are deleted or
Expand Down Expand Up @@ -840,17 +840,17 @@ message ListPropertiesRequest {
// ```
string filter = 1 [(google.api.field_behavior) = REQUIRED];

// The maximum number of resources to return. The service may return
// Optional. The maximum number of resources to return. The service may return
// fewer than this value, even if there are additional pages.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListProperties` call.
// Optional. A page token, received from a previous `ListProperties` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListProperties` must
// match the call that provided the page token.
string page_token = 3;
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];

// Whether to include soft-deleted (ie: "trashed") Properties in the
// results. Properties can be inspected to determine whether they are deleted
Expand Down Expand Up @@ -944,17 +944,17 @@ message ListFirebaseLinksRequest {
}
];

// The maximum number of resources to return. The service may return
// Optional. The maximum number of resources to return. The service may return
// fewer than this value, even if there are additional pages.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListFirebaseLinks` call.
// Optional. A page token, received from a previous `ListFirebaseLinks` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListFirebaseLinks` must
// match the call that provided the page token.
string page_token = 3;
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListFirebaseLinks RPC
Expand Down Expand Up @@ -1017,17 +1017,17 @@ message ListGoogleAdsLinksRequest {
}
];

// The maximum number of resources to return.
// Optional. The maximum number of resources to return.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200 (higher values will be coerced to the maximum).
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListGoogleAdsLinks` call.
// Optional. A page token, received from a previous `ListGoogleAdsLinks` call.
// Provide this to retrieve the subsequent page.
//
// When paginating, all other parameters provided to `ListGoogleAdsLinks` must
// match the call that provided the page token.
string page_token = 3;
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListGoogleAdsLinks RPC.
Expand Down Expand Up @@ -1056,17 +1056,17 @@ message GetDataSharingSettingsRequest {

// Request message for ListAccountSummaries RPC.
message ListAccountSummariesRequest {
// The maximum number of AccountSummary resources to return. The service may
// return fewer than this value, even if there are additional pages.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1;
// Optional. The maximum number of AccountSummary resources to return. The
// service may return fewer than this value, even if there are additional
// pages. If unspecified, at most 50 resources will be returned. The maximum
// value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListAccountSummaries` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListAccountSummaries`
// must match the call that provided the page token.
string page_token = 2;
// Optional. A page token, received from a previous `ListAccountSummaries`
// call. Provide this to retrieve the subsequent page. When paginating, all
// other parameters provided to `ListAccountSummaries` must match the call
// that provided the page token.
string page_token = 2 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListAccountSummaries RPC.
Expand Down Expand Up @@ -1244,16 +1244,17 @@ message ListMeasurementProtocolSecretsRequest {
}
];

// The maximum number of resources to return.
// Optional. The maximum number of resources to return.
// If unspecified, at most 10 resources will be returned.
// The maximum value is 10. Higher values will be coerced to the maximum.
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListMeasurementProtocolSecrets`
// call. Provide this to retrieve the subsequent page. When paginating, all
// other parameters provided to `ListMeasurementProtocolSecrets` must match
// the call that provided the page token.
string page_token = 3;
// Optional. A page token, received from a previous
// `ListMeasurementProtocolSecrets` call. Provide this to retrieve the
// subsequent page. When paginating, all other parameters provided to
// `ListMeasurementProtocolSecrets` must match the call that provided the page
// token.
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListMeasurementProtocolSecret RPC
Expand Down Expand Up @@ -1332,16 +1333,16 @@ message ListConversionEventsRequest {
}
];

// The maximum number of resources to return.
// Optional. The maximum number of resources to return.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListConversionEvents` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListConversionEvents`
// must match the call that provided the page token.
string page_token = 3;
// Optional. A page token, received from a previous `ListConversionEvents`
// call. Provide this to retrieve the subsequent page. When paginating, all
// other parameters provided to `ListConversionEvents` must match the call
// that provided the page token.
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListConversionEvents RPC.
Expand Down Expand Up @@ -1420,16 +1421,16 @@ message ListKeyEventsRequest {
}
];

// The maximum number of resources to return.
// Optional. The maximum number of resources to return.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListKeyEvents` call.
// Optional. A page token, received from a previous `ListKeyEvents` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListKeyEvents`
// must match the call that provided the page token.
string page_token = 3;
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListKeyEvents RPC.
Expand Down Expand Up @@ -1478,17 +1479,17 @@ message ListCustomDimensionsRequest {
}
];

// The maximum number of resources to return.
// Optional. The maximum number of resources to return.
// If unspecified, at most 50 resources will be returned.
// The maximum value is 200 (higher values will be coerced to the maximum).
int32 page_size = 2;
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];

// A page token, received from a previous `ListCustomDimensions` call.
// Provide this to retrieve the subsequent page.
// Optional. A page token, received from a previous `ListCustomDimensions`
// call. Provide this to retrieve the subsequent page.
//
// When paginating, all other parameters provided to `ListCustomDimensions`
// must match the call that provided the page token.
string page_token = 3;
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
}

// Response message for ListCustomDimensions RPC.
Expand Down
Loading