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 (#154)
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 authored Jun 4, 2020
1 parent 5a537fa commit 01518e7
Show file tree
Hide file tree
Showing 23 changed files with 200 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The projectName.
*/
@java.lang.Override
public java.lang.String getProjectName() {
java.lang.Object ref = projectName_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -158,6 +159,7 @@ public java.lang.String getProjectName() {
*
* @return The bytes for projectName.
*/
@java.lang.Override
public com.google.protobuf.ByteString getProjectNameBytes() {
java.lang.Object ref = projectName_;
if (ref instanceof java.lang.String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return Whether the httpRequest field is set.
*/
@java.lang.Override
public boolean hasHttpRequest() {
return httpRequest_ != null;
}
Expand All @@ -179,6 +180,7 @@ public boolean hasHttpRequest() {
*
* @return The httpRequest.
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.HttpRequestContext getHttpRequest() {
return httpRequest_ == null
? com.google.devtools.clouderrorreporting.v1beta1.HttpRequestContext.getDefaultInstance()
Expand All @@ -194,6 +196,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.HttpRequestContext getHtt
*
* <code>.google.devtools.clouderrorreporting.v1beta1.HttpRequestContext http_request = 1;</code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.HttpRequestContextOrBuilder
getHttpRequestOrBuilder() {
return getHttpRequest();
Expand All @@ -219,6 +222,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.HttpRequestContext getHtt
*
* @return The user.
*/
@java.lang.Override
public java.lang.String getUser() {
java.lang.Object ref = user_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -248,6 +252,7 @@ public java.lang.String getUser() {
*
* @return The bytes for user.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUserBytes() {
java.lang.Object ref = user_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -277,6 +282,7 @@ public com.google.protobuf.ByteString getUserBytes() {
*
* @return Whether the reportLocation field is set.
*/
@java.lang.Override
public boolean hasReportLocation() {
return reportLocation_ != null;
}
Expand All @@ -295,6 +301,7 @@ public boolean hasReportLocation() {
*
* @return The reportLocation.
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.SourceLocation getReportLocation() {
return reportLocation_ == null
? com.google.devtools.clouderrorreporting.v1beta1.SourceLocation.getDefaultInstance()
Expand All @@ -313,6 +320,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.SourceLocation getReportL
*
* <code>.google.devtools.clouderrorreporting.v1beta1.SourceLocation report_location = 3;</code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.SourceLocationOrBuilder
getReportLocationOrBuilder() {
return getReportLocation();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return Whether the eventTime field is set.
*/
@java.lang.Override
public boolean hasEventTime() {
return eventTime_ != null;
}
Expand All @@ -193,6 +194,7 @@ public boolean hasEventTime() {
*
* @return The eventTime.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getEventTime() {
return eventTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : eventTime_;
}
Expand All @@ -207,6 +209,7 @@ public com.google.protobuf.Timestamp getEventTime() {
*
* <code>.google.protobuf.Timestamp event_time = 1;</code>
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder() {
return getEventTime();
}
Expand All @@ -224,6 +227,7 @@ public com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder() {
*
* @return Whether the serviceContext field is set.
*/
@java.lang.Override
public boolean hasServiceContext() {
return serviceContext_ != null;
}
Expand All @@ -238,6 +242,7 @@ public boolean hasServiceContext() {
*
* @return The serviceContext.
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.ServiceContext getServiceContext() {
return serviceContext_ == null
? com.google.devtools.clouderrorreporting.v1beta1.ServiceContext.getDefaultInstance()
Expand All @@ -252,6 +257,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.ServiceContext getService
*
* <code>.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;</code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.ServiceContextOrBuilder
getServiceContextOrBuilder() {
return getServiceContext();
Expand All @@ -270,6 +276,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.ServiceContext getService
*
* @return The message.
*/
@java.lang.Override
public java.lang.String getMessage() {
java.lang.Object ref = message_;
if (ref instanceof java.lang.String) {
Expand All @@ -292,6 +299,7 @@ public java.lang.String getMessage() {
*
* @return The bytes for message.
*/
@java.lang.Override
public com.google.protobuf.ByteString getMessageBytes() {
java.lang.Object ref = message_;
if (ref instanceof java.lang.String) {
Expand All @@ -317,6 +325,7 @@ public com.google.protobuf.ByteString getMessageBytes() {
*
* @return Whether the context field is set.
*/
@java.lang.Override
public boolean hasContext() {
return context_ != null;
}
Expand All @@ -331,6 +340,7 @@ public boolean hasContext() {
*
* @return The context.
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.ErrorContext getContext() {
return context_ == null
? com.google.devtools.clouderrorreporting.v1beta1.ErrorContext.getDefaultInstance()
Expand All @@ -345,6 +355,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.ErrorContext getContext()
*
* <code>.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 5;</code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.ErrorContextOrBuilder
getContextOrBuilder() {
return getContext();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,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 @@ -175,6 +176,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 All @@ -201,6 +203,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* @return The groupId.
*/
@java.lang.Override
public java.lang.String getGroupId() {
java.lang.Object ref = groupId_;
if (ref instanceof java.lang.String) {
Expand All @@ -224,6 +227,7 @@ public java.lang.String getGroupId() {
*
* @return The bytes for groupId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getGroupIdBytes() {
java.lang.Object ref = groupId_;
if (ref instanceof java.lang.String) {
Expand All @@ -249,6 +253,7 @@ public com.google.protobuf.ByteString getGroupIdBytes() {
* <code>repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
* </code>
*/
@java.lang.Override
public java.util.List<com.google.devtools.clouderrorreporting.v1beta1.TrackingIssue>
getTrackingIssuesList() {
return trackingIssues_;
Expand All @@ -263,6 +268,7 @@ public com.google.protobuf.ByteString getGroupIdBytes() {
* <code>repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
* </code>
*/
@java.lang.Override
public java.util.List<
? extends com.google.devtools.clouderrorreporting.v1beta1.TrackingIssueOrBuilder>
getTrackingIssuesOrBuilderList() {
Expand All @@ -278,6 +284,7 @@ public com.google.protobuf.ByteString getGroupIdBytes() {
* <code>repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
* </code>
*/
@java.lang.Override
public int getTrackingIssuesCount() {
return trackingIssues_.size();
}
Expand All @@ -291,6 +298,7 @@ public int getTrackingIssuesCount() {
* <code>repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
* </code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.TrackingIssue getTrackingIssues(
int index) {
return trackingIssues_.get(index);
Expand All @@ -305,6 +313,7 @@ public com.google.devtools.clouderrorreporting.v1beta1.TrackingIssue getTracking
* <code>repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
* </code>
*/
@java.lang.Override
public com.google.devtools.clouderrorreporting.v1beta1.TrackingIssueOrBuilder
getTrackingIssuesOrBuilder(int index) {
return trackingIssues_.get(index);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ public ErrorGroupOrder findValueByNumber(int number) {
};

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}

Expand Down
Loading

0 comments on commit 01518e7

Please sign in to comment.