-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
- Loading branch information
1 parent
fde04a2
commit ff7d380
Showing
2,168 changed files
with
490,518 additions
and
418,629 deletions.
There are no files selected for viewing
File renamed without changes.
1,952 changes: 1,952 additions & 0 deletions
1,952
...admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5,189 changes: 5,189 additions & 0 deletions
5,189
.../src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
826 changes: 826 additions & 0 deletions
826
...-admin/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,994 changes: 1,994 additions & 0 deletions
1,994
...n/src/main/java/com/google/analytics/admin/v1beta/stub/GrpcAnalyticsAdminServiceStub.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16,824 changes: 16,824 additions & 0 deletions
16,824
...n-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
6,450 changes: 6,450 additions & 0 deletions
6,450
...min-v1beta/src/main/java/com/google/analytics/admin/v1beta/AnalyticsAdminServiceGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
972 changes: 972 additions & 0 deletions
972
...s-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBetweenFilter.java
Large diffs are not rendered by default.
Oops, something went wrong.
95 changes: 95 additions & 0 deletions
95
...1alpha/src/main/java/com/google/analytics/admin/v1alpha/AccessBetweenFilterOrBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
/* | ||
* Copyright 2023 Google LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* https://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
// Generated by the protocol buffer compiler. DO NOT EDIT! | ||
// source: google/analytics/admin/v1alpha/access_report.proto | ||
|
||
package com.google.analytics.admin.v1alpha; | ||
|
||
public interface AccessBetweenFilterOrBuilder | ||
extends | ||
// @@protoc_insertion_point(interface_extends:google.analytics.admin.v1alpha.AccessBetweenFilter) | ||
com.google.protobuf.MessageOrBuilder { | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* Begins with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue from_value = 1;</code> | ||
* | ||
* @return Whether the fromValue field is set. | ||
*/ | ||
boolean hasFromValue(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Begins with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue from_value = 1;</code> | ||
* | ||
* @return The fromValue. | ||
*/ | ||
com.google.analytics.admin.v1alpha.NumericValue getFromValue(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Begins with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue from_value = 1;</code> | ||
*/ | ||
com.google.analytics.admin.v1alpha.NumericValueOrBuilder getFromValueOrBuilder(); | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* Ends with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue to_value = 2;</code> | ||
* | ||
* @return Whether the toValue field is set. | ||
*/ | ||
boolean hasToValue(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Ends with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue to_value = 2;</code> | ||
* | ||
* @return The toValue. | ||
*/ | ||
com.google.analytics.admin.v1alpha.NumericValue getToValue(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Ends with this number. | ||
* </pre> | ||
* | ||
* <code>.google.analytics.admin.v1alpha.NumericValue to_value = 2;</code> | ||
*/ | ||
com.google.analytics.admin.v1alpha.NumericValueOrBuilder getToValueOrBuilder(); | ||
} |
Oops, something went wrong.