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

Commit

Permalink
docs(regen): updated docs from protoc update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent c1503ea commit fa43c47
Show file tree
Hide file tree
Showing 30 changed files with 1,239 additions and 135 deletions.
Expand Up @@ -42,6 +42,12 @@ private GetTraceRequest() {
traceId_ = "";
}

@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new GetTraceRequest();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -55,7 +61,6 @@ private GetTraceRequest(
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
Expand Down Expand Up @@ -124,6 +129,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The projectId.
*/
public java.lang.String getProjectId() {
java.lang.Object ref = projectId_;
Expand All @@ -144,6 +151,8 @@ public java.lang.String getProjectId() {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for projectId.
*/
public com.google.protobuf.ByteString getProjectIdBytes() {
java.lang.Object ref = projectId_;
Expand All @@ -167,6 +176,8 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The traceId.
*/
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
Expand All @@ -187,6 +198,8 @@ public java.lang.String getTraceId() {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for traceId.
*/
public com.google.protobuf.ByteString getTraceIdBytes() {
java.lang.Object ref = traceId_;
Expand Down Expand Up @@ -543,6 +556,8 @@ public Builder mergeFrom(
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The projectId.
*/
public java.lang.String getProjectId() {
java.lang.Object ref = projectId_;
Expand All @@ -563,6 +578,8 @@ public java.lang.String getProjectId() {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for projectId.
*/
public com.google.protobuf.ByteString getProjectIdBytes() {
java.lang.Object ref = projectId_;
Expand All @@ -583,6 +600,9 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The projectId to set.
* @return This builder for chaining.
*/
public Builder setProjectId(java.lang.String value) {
if (value == null) {
Expand All @@ -601,6 +621,8 @@ public Builder setProjectId(java.lang.String value) {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return This builder for chaining.
*/
public Builder clearProjectId() {

Expand All @@ -616,6 +638,9 @@ public Builder clearProjectId() {
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The bytes for projectId to set.
* @return This builder for chaining.
*/
public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -637,6 +662,8 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The traceId.
*/
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
Expand All @@ -657,6 +684,8 @@ public java.lang.String getTraceId() {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for traceId.
*/
public com.google.protobuf.ByteString getTraceIdBytes() {
java.lang.Object ref = traceId_;
Expand All @@ -677,6 +706,9 @@ public com.google.protobuf.ByteString getTraceIdBytes() {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The traceId to set.
* @return This builder for chaining.
*/
public Builder setTraceId(java.lang.String value) {
if (value == null) {
Expand All @@ -695,6 +727,8 @@ public Builder setTraceId(java.lang.String value) {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return This builder for chaining.
*/
public Builder clearTraceId() {

Expand All @@ -710,6 +744,9 @@ public Builder clearTraceId() {
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The bytes for traceId to set.
* @return This builder for chaining.
*/
public Builder setTraceIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -31,6 +31,8 @@ public interface GetTraceRequestOrBuilder
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The projectId.
*/
java.lang.String getProjectId();
/**
Expand All @@ -41,6 +43,8 @@ public interface GetTraceRequestOrBuilder
* </pre>
*
* <code>string project_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for projectId.
*/
com.google.protobuf.ByteString getProjectIdBytes();

Expand All @@ -52,6 +56,8 @@ public interface GetTraceRequestOrBuilder
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The traceId.
*/
java.lang.String getTraceId();
/**
Expand All @@ -62,6 +68,8 @@ public interface GetTraceRequestOrBuilder
* </pre>
*
* <code>string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString getTraceIdBytes();
}

0 comments on commit fa43c47

Please sign in to comment.