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

Commit

Permalink
docs(regen): updated docs from protoc update (#26)
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 8445988 commit f9132b6
Show file tree
Hide file tree
Showing 638 changed files with 17,315 additions and 2,071 deletions.
Expand Up @@ -42,6 +42,12 @@ private AddProductToProductSetRequest() {
product_ = "";
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -55,7 +61,6 @@ private AddProductToProductSetRequest(
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 @@ -128,6 +133,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -152,6 +159,8 @@ public java.lang.String getName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand Down Expand Up @@ -179,6 +188,8 @@ public com.google.protobuf.ByteString getNameBytes() {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The product.
*/
public java.lang.String getProduct() {
java.lang.Object ref = product_;
Expand All @@ -203,6 +214,8 @@ public java.lang.String getProduct() {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for product.
*/
public com.google.protobuf.ByteString getProductBytes() {
java.lang.Object ref = product_;
Expand Down Expand Up @@ -564,6 +577,8 @@ public Builder mergeFrom(
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -588,6 +603,8 @@ public java.lang.String getName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand All @@ -612,6 +629,9 @@ public com.google.protobuf.ByteString getNameBytes() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
Expand All @@ -634,6 +654,8 @@ public Builder setName(java.lang.String value) {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return This builder for chaining.
*/
public Builder clearName() {

Expand All @@ -653,6 +675,9 @@ public Builder clearName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -678,6 +703,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The product.
*/
public java.lang.String getProduct() {
java.lang.Object ref = product_;
Expand All @@ -702,6 +729,8 @@ public java.lang.String getProduct() {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for product.
*/
public com.google.protobuf.ByteString getProductBytes() {
java.lang.Object ref = product_;
Expand All @@ -726,6 +755,9 @@ public com.google.protobuf.ByteString getProductBytes() {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The product to set.
* @return This builder for chaining.
*/
public Builder setProduct(java.lang.String value) {
if (value == null) {
Expand All @@ -748,6 +780,8 @@ public Builder setProduct(java.lang.String value) {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return This builder for chaining.
*/
public Builder clearProduct() {

Expand All @@ -767,6 +801,9 @@ public Builder clearProduct() {
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The bytes for product to set.
* @return This builder for chaining.
*/
public Builder setProductBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -35,6 +35,8 @@ public interface AddProductToProductSetRequestOrBuilder
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
java.lang.String getName();
/**
Expand All @@ -49,6 +51,8 @@ public interface AddProductToProductSetRequestOrBuilder
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();

Expand All @@ -64,6 +68,8 @@ public interface AddProductToProductSetRequestOrBuilder
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The product.
*/
java.lang.String getProduct();
/**
Expand All @@ -78,6 +84,8 @@ public interface AddProductToProductSetRequestOrBuilder
* <code>
* string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for product.
*/
com.google.protobuf.ByteString getProductBytes();
}

0 comments on commit f9132b6

Please sign in to comment.