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 (#42)
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 7d07286 commit 87883e1
Show file tree
Hide file tree
Showing 137 changed files with 3,336 additions and 349 deletions.
Expand Up @@ -44,6 +44,12 @@ private BigQueryDateShardedSpec() {
tablePrefix_ = "";
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -57,7 +63,6 @@ private BigQueryDateShardedSpec(
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 dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The dataset.
*/
public java.lang.String getDataset() {
java.lang.Object ref = dataset_;
Expand All @@ -159,6 +166,8 @@ public java.lang.String getDataset() {
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for dataset.
*/
public com.google.protobuf.ByteString getDatasetBytes() {
java.lang.Object ref = dataset_;
Expand All @@ -184,6 +193,8 @@ public com.google.protobuf.ByteString getDatasetBytes() {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The tablePrefix.
*/
public java.lang.String getTablePrefix() {
java.lang.Object ref = tablePrefix_;
Expand All @@ -206,6 +217,8 @@ public java.lang.String getTablePrefix() {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The bytes for tablePrefix.
*/
public com.google.protobuf.ByteString getTablePrefixBytes() {
java.lang.Object ref = tablePrefix_;
Expand All @@ -229,6 +242,8 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
* </pre>
*
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The shardCount.
*/
public long getShardCount() {
return shardCount_;
Expand Down Expand Up @@ -601,6 +616,8 @@ public Builder mergeFrom(
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The dataset.
*/
public java.lang.String getDataset() {
java.lang.Object ref = dataset_;
Expand All @@ -625,6 +642,8 @@ public java.lang.String getDataset() {
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for dataset.
*/
public com.google.protobuf.ByteString getDatasetBytes() {
java.lang.Object ref = dataset_;
Expand All @@ -649,6 +668,9 @@ public com.google.protobuf.ByteString getDatasetBytes() {
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The dataset to set.
* @return This builder for chaining.
*/
public Builder setDataset(java.lang.String value) {
if (value == null) {
Expand All @@ -671,6 +693,8 @@ public Builder setDataset(java.lang.String value) {
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return This builder for chaining.
*/
public Builder clearDataset() {

Expand All @@ -690,6 +714,9 @@ public Builder clearDataset() {
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The bytes for dataset to set.
* @return This builder for chaining.
*/
public Builder setDatasetBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -713,6 +740,8 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The tablePrefix.
*/
public java.lang.String getTablePrefix() {
java.lang.Object ref = tablePrefix_;
Expand All @@ -735,6 +764,8 @@ public java.lang.String getTablePrefix() {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The bytes for tablePrefix.
*/
public com.google.protobuf.ByteString getTablePrefixBytes() {
java.lang.Object ref = tablePrefix_;
Expand All @@ -757,6 +788,9 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @param value The tablePrefix to set.
* @return This builder for chaining.
*/
public Builder setTablePrefix(java.lang.String value) {
if (value == null) {
Expand All @@ -777,6 +811,8 @@ public Builder setTablePrefix(java.lang.String value) {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return This builder for chaining.
*/
public Builder clearTablePrefix() {

Expand All @@ -794,6 +830,9 @@ public Builder clearTablePrefix() {
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @param value The bytes for tablePrefix to set.
* @return This builder for chaining.
*/
public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -815,6 +854,8 @@ public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The shardCount.
*/
public long getShardCount() {
return shardCount_;
Expand All @@ -827,6 +868,9 @@ public long getShardCount() {
* </pre>
*
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @param value The shardCount to set.
* @return This builder for chaining.
*/
public Builder setShardCount(long value) {

Expand All @@ -842,6 +886,8 @@ public Builder setShardCount(long value) {
* </pre>
*
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return This builder for chaining.
*/
public Builder clearShardCount() {

Expand Down
Expand Up @@ -35,6 +35,8 @@ public interface BigQueryDateShardedSpecOrBuilder
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The dataset.
*/
java.lang.String getDataset();
/**
Expand All @@ -49,6 +51,8 @@ public interface BigQueryDateShardedSpecOrBuilder
* <code>
* string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for dataset.
*/
com.google.protobuf.ByteString getDatasetBytes();

Expand All @@ -62,6 +66,8 @@ public interface BigQueryDateShardedSpecOrBuilder
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The tablePrefix.
*/
java.lang.String getTablePrefix();
/**
Expand All @@ -74,6 +80,8 @@ public interface BigQueryDateShardedSpecOrBuilder
* </pre>
*
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The bytes for tablePrefix.
*/
com.google.protobuf.ByteString getTablePrefixBytes();

Expand All @@ -85,6 +93,8 @@ public interface BigQueryDateShardedSpecOrBuilder
* </pre>
*
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The shardCount.
*/
long getShardCount();
}

0 comments on commit 87883e1

Please sign in to comment.