Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading