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

Commit

Permalink
docs(regen): update javadocs from protoc update (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 23, 2019
1 parent 45ed941 commit 634572b
Show file tree
Hide file tree
Showing 84 changed files with 2,551 additions and 164 deletions.
Expand Up @@ -43,6 +43,12 @@ private BindDeviceToGatewayRequest() {
deviceId_ = "";
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -56,7 +62,6 @@ private BindDeviceToGatewayRequest(
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 @@ -135,6 +140,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The parent.
*/
public java.lang.String getParent() {
java.lang.Object ref = parent_;
Expand All @@ -158,6 +165,8 @@ public java.lang.String getParent() {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for parent.
*/
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
Expand All @@ -182,6 +191,8 @@ public com.google.protobuf.ByteString getParentBytes() {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The gatewayId.
*/
public java.lang.String getGatewayId() {
java.lang.Object ref = gatewayId_;
Expand All @@ -203,6 +214,8 @@ public java.lang.String getGatewayId() {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for gatewayId.
*/
public com.google.protobuf.ByteString getGatewayIdBytes() {
java.lang.Object ref = gatewayId_;
Expand All @@ -228,6 +241,8 @@ public com.google.protobuf.ByteString getGatewayIdBytes() {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The deviceId.
*/
public java.lang.String getDeviceId() {
java.lang.Object ref = deviceId_;
Expand All @@ -250,6 +265,8 @@ public java.lang.String getDeviceId() {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for deviceId.
*/
public com.google.protobuf.ByteString getDeviceIdBytes() {
java.lang.Object ref = deviceId_;
Expand Down Expand Up @@ -625,6 +642,8 @@ public Builder mergeFrom(
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The parent.
*/
public java.lang.String getParent() {
java.lang.Object ref = parent_;
Expand All @@ -648,6 +667,8 @@ public java.lang.String getParent() {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for parent.
*/
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
Expand All @@ -671,6 +692,9 @@ public com.google.protobuf.ByteString getParentBytes() {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The parent to set.
* @return This builder for chaining.
*/
public Builder setParent(java.lang.String value) {
if (value == null) {
Expand All @@ -692,6 +716,8 @@ public Builder setParent(java.lang.String value) {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return This builder for chaining.
*/
public Builder clearParent() {

Expand All @@ -710,6 +736,9 @@ public Builder clearParent() {
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The bytes for parent to set.
* @return This builder for chaining.
*/
public Builder setParentBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -732,6 +761,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The gatewayId.
*/
public java.lang.String getGatewayId() {
java.lang.Object ref = gatewayId_;
Expand All @@ -753,6 +784,8 @@ public java.lang.String getGatewayId() {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for gatewayId.
*/
public com.google.protobuf.ByteString getGatewayIdBytes() {
java.lang.Object ref = gatewayId_;
Expand All @@ -774,6 +807,9 @@ public com.google.protobuf.ByteString getGatewayIdBytes() {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The gatewayId to set.
* @return This builder for chaining.
*/
public Builder setGatewayId(java.lang.String value) {
if (value == null) {
Expand All @@ -793,6 +829,8 @@ public Builder setGatewayId(java.lang.String value) {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return This builder for chaining.
*/
public Builder clearGatewayId() {

Expand All @@ -809,6 +847,9 @@ public Builder clearGatewayId() {
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The bytes for gatewayId to set.
* @return This builder for chaining.
*/
public Builder setGatewayIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -832,6 +873,8 @@ public Builder setGatewayIdBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The deviceId.
*/
public java.lang.String getDeviceId() {
java.lang.Object ref = deviceId_;
Expand All @@ -854,6 +897,8 @@ public java.lang.String getDeviceId() {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for deviceId.
*/
public com.google.protobuf.ByteString getDeviceIdBytes() {
java.lang.Object ref = deviceId_;
Expand All @@ -876,6 +921,9 @@ public com.google.protobuf.ByteString getDeviceIdBytes() {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The deviceId to set.
* @return This builder for chaining.
*/
public Builder setDeviceId(java.lang.String value) {
if (value == null) {
Expand All @@ -896,6 +944,8 @@ public Builder setDeviceId(java.lang.String value) {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return This builder for chaining.
*/
public Builder clearDeviceId() {

Expand All @@ -913,6 +963,9 @@ public Builder clearDeviceId() {
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @param value The bytes for deviceId to set.
* @return This builder for chaining.
*/
public Builder setDeviceIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -34,6 +34,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The parent.
*/
java.lang.String getParent();
/**
Expand All @@ -47,6 +49,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* <code>
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for parent.
*/
com.google.protobuf.ByteString getParentBytes();

Expand All @@ -59,6 +63,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The gatewayId.
*/
java.lang.String getGatewayId();
/**
Expand All @@ -70,6 +76,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for gatewayId.
*/
com.google.protobuf.ByteString getGatewayIdBytes();

Expand All @@ -83,6 +91,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The deviceId.
*/
java.lang.String getDeviceId();
/**
Expand All @@ -95,6 +105,8 @@ public interface BindDeviceToGatewayRequestOrBuilder
* </pre>
*
* <code>string device_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*
* @return The bytes for deviceId.
*/
com.google.protobuf.ByteString getDeviceIdBytes();
}
Expand Up @@ -39,6 +39,12 @@ private BindDeviceToGatewayResponse(com.google.protobuf.GeneratedMessageV3.Build

private BindDeviceToGatewayResponse() {}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand Down

0 comments on commit 634572b

Please sign in to comment.