Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: regenerate with updated protoc (#179)
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/129bf4ce-2255-4b88-83a1-1b40d560e3d3/targets

PiperOrigin-RevId: 313460921
Source-Link: googleapis/googleapis@c4e3701
  • Loading branch information
yoshi-automation committed Jun 4, 2020
1 parent ce13caa commit 4f5d1ea
Show file tree
Hide file tree
Showing 135 changed files with 1,266 additions and 2 deletions.
Expand Up @@ -234,6 +234,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -258,6 +259,7 @@ public java.lang.String getName() {
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -285,6 +287,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* @return The displayName.
*/
@java.lang.Override
public java.lang.String getDisplayName() {
java.lang.Object ref = displayName_;
if (ref instanceof java.lang.String) {
Expand All @@ -309,6 +312,7 @@ public java.lang.String getDisplayName() {
*
* @return The bytes for displayName.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDisplayNameBytes() {
java.lang.Object ref = displayName_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -336,6 +340,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
*
* @return The description.
*/
@java.lang.Override
public java.lang.String getDescription() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
Expand All @@ -360,6 +365,7 @@ public java.lang.String getDescription() {
*
* @return The bytes for description.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
Expand All @@ -385,6 +391,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
* @return The enum numeric value on the wire for annotationSource.
*/
@java.lang.Override
public int getAnnotationSourceValue() {
return annotationSource_;
}
Expand All @@ -399,6 +406,7 @@ public int getAnnotationSourceValue() {
*
* @return The annotationSource.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotationSource getAnnotationSource() {
@SuppressWarnings("deprecation")
com.google.cloud.datalabeling.v1beta1.AnnotationSource result =
Expand All @@ -422,6 +430,7 @@ public com.google.cloud.datalabeling.v1beta1.AnnotationSource getAnnotationSourc
*
* @return The enum numeric value on the wire for annotationType.
*/
@java.lang.Override
public int getAnnotationTypeValue() {
return annotationType_;
}
Expand All @@ -437,6 +446,7 @@ public int getAnnotationTypeValue() {
*
* @return The annotationType.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotationType getAnnotationType() {
@SuppressWarnings("deprecation")
com.google.cloud.datalabeling.v1beta1.AnnotationType result =
Expand All @@ -459,6 +469,7 @@ public com.google.cloud.datalabeling.v1beta1.AnnotationType getAnnotationType()
*
* @return The exampleCount.
*/
@java.lang.Override
public long getExampleCount() {
return exampleCount_;
}
Expand All @@ -477,6 +488,7 @@ public long getExampleCount() {
*
* @return The completedExampleCount.
*/
@java.lang.Override
public long getCompletedExampleCount() {
return completedExampleCount_;
}
Expand All @@ -494,6 +506,7 @@ public long getCompletedExampleCount() {
*
* @return Whether the labelStats field is set.
*/
@java.lang.Override
public boolean hasLabelStats() {
return labelStats_ != null;
}
Expand All @@ -508,6 +521,7 @@ public boolean hasLabelStats() {
*
* @return The labelStats.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.LabelStats getLabelStats() {
return labelStats_ == null
? com.google.cloud.datalabeling.v1beta1.LabelStats.getDefaultInstance()
Expand All @@ -522,6 +536,7 @@ public com.google.cloud.datalabeling.v1beta1.LabelStats getLabelStats() {
*
* <code>.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 6;</code>
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.LabelStatsOrBuilder getLabelStatsOrBuilder() {
return getLabelStats();
}
Expand All @@ -539,6 +554,7 @@ public com.google.cloud.datalabeling.v1beta1.LabelStatsOrBuilder getLabelStatsOr
*
* @return Whether the createTime field is set.
*/
@java.lang.Override
public boolean hasCreateTime() {
return createTime_ != null;
}
Expand All @@ -553,6 +569,7 @@ public boolean hasCreateTime() {
*
* @return The createTime.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getCreateTime() {
return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
}
Expand All @@ -565,6 +582,7 @@ public com.google.protobuf.Timestamp getCreateTime() {
*
* <code>.google.protobuf.Timestamp create_time = 7;</code>
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
return getCreateTime();
}
Expand All @@ -582,6 +600,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
* @return Whether the metadata field is set.
*/
@java.lang.Override
public boolean hasMetadata() {
return metadata_ != null;
}
Expand All @@ -596,6 +615,7 @@ public boolean hasMetadata() {
*
* @return The metadata.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata getMetadata() {
return metadata_ == null
? com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata.getDefaultInstance()
Expand All @@ -610,6 +630,7 @@ public com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata getMetadat
*
* <code>.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata metadata = 10;</code>
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadataOrBuilder
getMetadataOrBuilder() {
return getMetadata();
Expand Down Expand Up @@ -1581,6 +1602,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
* @return The enum numeric value on the wire for annotationSource.
*/
@java.lang.Override
public int getAnnotationSourceValue() {
return annotationSource_;
}
Expand All @@ -1597,6 +1619,7 @@ public int getAnnotationSourceValue() {
* @return This builder for chaining.
*/
public Builder setAnnotationSourceValue(int value) {

annotationSource_ = value;
onChanged();
return this;
Expand All @@ -1612,6 +1635,7 @@ public Builder setAnnotationSourceValue(int value) {
*
* @return The annotationSource.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotationSource getAnnotationSource() {
@SuppressWarnings("deprecation")
com.google.cloud.datalabeling.v1beta1.AnnotationSource result =
Expand Down Expand Up @@ -1673,6 +1697,7 @@ public Builder clearAnnotationSource() {
*
* @return The enum numeric value on the wire for annotationType.
*/
@java.lang.Override
public int getAnnotationTypeValue() {
return annotationType_;
}
Expand All @@ -1690,6 +1715,7 @@ public int getAnnotationTypeValue() {
* @return This builder for chaining.
*/
public Builder setAnnotationTypeValue(int value) {

annotationType_ = value;
onChanged();
return this;
Expand All @@ -1706,6 +1732,7 @@ public Builder setAnnotationTypeValue(int value) {
*
* @return The annotationType.
*/
@java.lang.Override
public com.google.cloud.datalabeling.v1beta1.AnnotationType getAnnotationType() {
@SuppressWarnings("deprecation")
com.google.cloud.datalabeling.v1beta1.AnnotationType result =
Expand Down Expand Up @@ -1767,6 +1794,7 @@ public Builder clearAnnotationType() {
*
* @return The exampleCount.
*/
@java.lang.Override
public long getExampleCount() {
return exampleCount_;
}
Expand Down Expand Up @@ -1819,6 +1847,7 @@ public Builder clearExampleCount() {
*
* @return The completedExampleCount.
*/
@java.lang.Override
public long getCompletedExampleCount() {
return completedExampleCount_;
}
Expand Down

0 comments on commit 4f5d1ea

Please sign in to comment.