Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(regen): javadoc proto class changes from protoc update #9

Merged
merged 1 commit into from Dec 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -40,6 +40,8 @@ public interface ArrowSchemaOrBuilder
* </pre>
*
* <code>bytes serialized_schema = 1;</code>
*
* @return The serializedSchema.
*/
com.google.protobuf.ByteString getSerializedSchema();
}
Expand All @@ -66,6 +68,12 @@ private ArrowSchema() {
serializedSchema_ = com.google.protobuf.ByteString.EMPTY;
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -79,7 +87,6 @@ private ArrowSchema(
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 @@ -139,6 +146,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* </pre>
*
* <code>bytes serialized_schema = 1;</code>
*
* @return The serializedSchema.
*/
public com.google.protobuf.ByteString getSerializedSchema() {
return serializedSchema_;
Expand Down Expand Up @@ -484,6 +493,8 @@ public Builder mergeFrom(
* </pre>
*
* <code>bytes serialized_schema = 1;</code>
*
* @return The serializedSchema.
*/
public com.google.protobuf.ByteString getSerializedSchema() {
return serializedSchema_;
Expand All @@ -496,6 +507,9 @@ public com.google.protobuf.ByteString getSerializedSchema() {
* </pre>
*
* <code>bytes serialized_schema = 1;</code>
*
* @param value The serializedSchema to set.
* @return This builder for chaining.
*/
public Builder setSerializedSchema(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -514,6 +528,8 @@ public Builder setSerializedSchema(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>bytes serialized_schema = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearSerializedSchema() {

Expand Down Expand Up @@ -590,6 +606,8 @@ public interface ArrowRecordBatchOrBuilder
* </pre>
*
* <code>bytes serialized_record_batch = 1;</code>
*
* @return The serializedRecordBatch.
*/
com.google.protobuf.ByteString getSerializedRecordBatch();

Expand All @@ -601,6 +619,8 @@ public interface ArrowRecordBatchOrBuilder
* </pre>
*
* <code>int64 row_count = 2;</code>
*
* @return The rowCount.
*/
long getRowCount();
}
Expand All @@ -627,6 +647,12 @@ private ArrowRecordBatch() {
serializedRecordBatch_ = com.google.protobuf.ByteString.EMPTY;
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -640,7 +666,6 @@ private ArrowRecordBatch(
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 @@ -705,6 +730,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* </pre>
*
* <code>bytes serialized_record_batch = 1;</code>
*
* @return The serializedRecordBatch.
*/
public com.google.protobuf.ByteString getSerializedRecordBatch() {
return serializedRecordBatch_;
Expand All @@ -720,6 +747,8 @@ public com.google.protobuf.ByteString getSerializedRecordBatch() {
* </pre>
*
* <code>int64 row_count = 2;</code>
*
* @return The rowCount.
*/
public long getRowCount() {
return rowCount_;
Expand Down Expand Up @@ -1083,6 +1112,8 @@ public Builder mergeFrom(
* </pre>
*
* <code>bytes serialized_record_batch = 1;</code>
*
* @return The serializedRecordBatch.
*/
public com.google.protobuf.ByteString getSerializedRecordBatch() {
return serializedRecordBatch_;
Expand All @@ -1095,6 +1126,9 @@ public com.google.protobuf.ByteString getSerializedRecordBatch() {
* </pre>
*
* <code>bytes serialized_record_batch = 1;</code>
*
* @param value The serializedRecordBatch to set.
* @return This builder for chaining.
*/
public Builder setSerializedRecordBatch(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -1113,6 +1147,8 @@ public Builder setSerializedRecordBatch(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>bytes serialized_record_batch = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearSerializedRecordBatch() {

Expand All @@ -1130,6 +1166,8 @@ public Builder clearSerializedRecordBatch() {
* </pre>
*
* <code>int64 row_count = 2;</code>
*
* @return The rowCount.
*/
public long getRowCount() {
return rowCount_;
Expand All @@ -1142,6 +1180,9 @@ public long getRowCount() {
* </pre>
*
* <code>int64 row_count = 2;</code>
*
* @param value The rowCount to set.
* @return This builder for chaining.
*/
public Builder setRowCount(long value) {

Expand All @@ -1157,6 +1198,8 @@ public Builder setRowCount(long value) {
* </pre>
*
* <code>int64 row_count = 2;</code>
*
* @return This builder for chaining.
*/
public Builder clearRowCount() {

Expand Down Expand Up @@ -1248,16 +1291,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "g/genproto/googleapis/cloud/bigquery/sto"
+ "rage/v1beta1;storageb\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner);
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
internal_static_google_cloud_bigquery_storage_v1beta1_ArrowSchema_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_cloud_bigquery_storage_v1beta1_ArrowSchema_fieldAccessorTable =
Expand Down