Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 19, 2023
1 parent fde04a2 commit ff7d380
Show file tree
Hide file tree
Showing 2,168 changed files with 490,518 additions and 418,629 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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();
}
Loading

0 comments on commit ff7d380

Please sign in to comment.