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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#163)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/be3f3d7d-9836-42f7-b80c-ebaa93e845f1/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
Source-Link: googleapis/googleapis-gen@a9e44ab
  • Loading branch information
yoshi-automation committed Mar 1, 2021
1 parent 7192fb5 commit b1852d4
Show file tree
Hide file tree
Showing 15 changed files with 384 additions and 6 deletions.
Expand Up @@ -154,6 +154,20 @@ public OneValueCase getOneValueCase() {
}

public static final int VALUE_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
public boolean hasValue() {
return oneValueCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -565,6 +579,21 @@ public Builder clearOneValue() {
return this;
}

/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
@java.lang.Override
public boolean hasValue() {
return oneValueCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface DimensionValueOrBuilder
// @@protoc_insertion_point(interface_extends:google.analytics.data.v1alpha.DimensionValue)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
*
Expand Down
Expand Up @@ -4637,6 +4637,24 @@ public com.google.protobuf.ByteString getFieldNameBytes() {
}

public static final int NULL_FILTER_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* A filter for null values. If True, a null dimension value is matched by
* this filter. Null filter is commonly used inside a NOT filter
* expression. For example, a NOT expression of a null filter removes rows
* when a dimension is null.
* </pre>
*
* <code>bool null_filter = 2;</code>
*
* @return Whether the nullFilter field is set.
*/
@java.lang.Override
public boolean hasNullFilter() {
return oneFilterCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -5454,6 +5472,23 @@ public Builder setFieldNameBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* A filter for null values. If True, a null dimension value is matched by
* this filter. Null filter is commonly used inside a NOT filter
* expression. For example, a NOT expression of a null filter removes rows
* when a dimension is null.
* </pre>
*
* <code>bool null_filter = 2;</code>
*
* @return Whether the nullFilter field is set.
*/
public boolean hasNullFilter() {
return oneFilterCase_ == 2;
}
/**
*
*
Expand Down
Expand Up @@ -50,6 +50,21 @@ public interface FilterOrBuilder
*/
com.google.protobuf.ByteString getFieldNameBytes();

/**
*
*
* <pre>
* A filter for null values. If True, a null dimension value is matched by
* this filter. Null filter is commonly used inside a NOT filter
* expression. For example, a NOT expression of a null filter removes rows
* when a dimension is null.
* </pre>
*
* <code>bool null_filter = 2;</code>
*
* @return Whether the nullFilter field is set.
*/
boolean hasNullFilter();
/**
*
*
Expand Down
Expand Up @@ -154,6 +154,20 @@ public OneValueCase getOneValueCase() {
}

public static final int VALUE_FIELD_NUMBER = 4;
/**
*
*
* <pre>
* Measurement value. See MetricHeader for type.
* </pre>
*
* <code>string value = 4;</code>
*
* @return Whether the value field is set.
*/
public boolean hasValue() {
return oneValueCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -564,6 +578,21 @@ public Builder clearOneValue() {
return this;
}

/**
*
*
* <pre>
* Measurement value. See MetricHeader for type.
* </pre>
*
* <code>string value = 4;</code>
*
* @return Whether the value field is set.
*/
@java.lang.Override
public boolean hasValue() {
return oneValueCase_ == 4;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface MetricValueOrBuilder
// @@protoc_insertion_point(interface_extends:google.analytics.data.v1alpha.MetricValue)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Measurement value. See MetricHeader for type.
* </pre>
*
* <code>string value = 4;</code>
*
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
*
Expand Down
Expand Up @@ -162,6 +162,21 @@ public OneValueCase getOneValueCase() {
}

public static final int INT64_VALUE_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Integer value
* </pre>
*
* <code>int64 int64_value = 1;</code>
*
* @return Whether the int64Value field is set.
*/
@java.lang.Override
public boolean hasInt64Value() {
return oneValueCase_ == 1;
}
/**
*
*
Expand All @@ -182,6 +197,21 @@ public long getInt64Value() {
}

public static final int DOUBLE_VALUE_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* Double value
* </pre>
*
* <code>double double_value = 2;</code>
*
* @return Whether the doubleValue field is set.
*/
@java.lang.Override
public boolean hasDoubleValue() {
return oneValueCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -583,6 +613,20 @@ public Builder clearOneValue() {
return this;
}

/**
*
*
* <pre>
* Integer value
* </pre>
*
* <code>int64 int64_value = 1;</code>
*
* @return Whether the int64Value field is set.
*/
public boolean hasInt64Value() {
return oneValueCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -638,6 +682,20 @@ public Builder clearInt64Value() {
return this;
}

/**
*
*
* <pre>
* Double value
* </pre>
*
* <code>double double_value = 2;</code>
*
* @return Whether the doubleValue field is set.
*/
public boolean hasDoubleValue() {
return oneValueCase_ == 2;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface NumericValueOrBuilder
// @@protoc_insertion_point(interface_extends:google.analytics.data.v1alpha.NumericValue)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Integer value
* </pre>
*
* <code>int64 int64_value = 1;</code>
*
* @return Whether the int64Value field is set.
*/
boolean hasInt64Value();
/**
*
*
Expand All @@ -36,6 +48,18 @@ public interface NumericValueOrBuilder
*/
long getInt64Value();

/**
*
*
* <pre>
* Double value
* </pre>
*
* <code>double double_value = 2;</code>
*
* @return Whether the doubleValue field is set.
*/
boolean hasDoubleValue();
/**
*
*
Expand Down
Expand Up @@ -154,6 +154,20 @@ public OneValueCase getOneValueCase() {
}

public static final int VALUE_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
public boolean hasValue() {
return oneValueCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -565,6 +579,21 @@ public Builder clearOneValue() {
return this;
}

/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
@java.lang.Override
public boolean hasValue() {
return oneValueCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,18 @@ public interface DimensionValueOrBuilder
// @@protoc_insertion_point(interface_extends:google.analytics.data.v1beta.DimensionValue)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Value as a string if the dimension type is a string.
* </pre>
*
* <code>string value = 1;</code>
*
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
*
Expand Down

0 comments on commit b1852d4

Please sign in to comment.