Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dataplex/v1/catalog.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.dataplex.v1;
/** Protobuf type {@code google.cloud.dataplex.v1.SearchEntriesResponse} */
public final class SearchEntriesResponse extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.dataplex.v1.SearchEntriesResponse)
SearchEntriesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use SearchEntriesResponse.newBuilder() to construct.
private SearchEntriesResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SearchEntriesResponse() {
results_ = java.util.Collections.emptyList();
nextPageToken_ = "";
unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new SearchEntriesResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.dataplex.v1.CatalogProto
.internal_static_google_cloud_dataplex_v1_SearchEntriesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.dataplex.v1.CatalogProto
.internal_static_google_cloud_dataplex_v1_SearchEntriesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.dataplex.v1.SearchEntriesResponse.class,
com.google.cloud.dataplex.v1.SearchEntriesResponse.Builder.class);
}
public static final int RESULTS_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List results_;
/**
*
*
*
*
* string next_page_token = 3;
*
* @return The bytes for nextPageToken.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNextPageTokenBytes() {
java.lang.Object ref = nextPageToken_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
nextPageToken_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int UNREACHABLE_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList unreachable_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @return A list containing the unreachable.
*/
public com.google.protobuf.ProtocolStringList getUnreachableList() {
return unreachable_;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @return The count of unreachable.
*/
public int getUnreachableCount() {
return unreachable_.size();
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param index The index of the element to return.
* @return The unreachable at the given index.
*/
public java.lang.String getUnreachable(int index) {
return unreachable_.get(index);
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param index The index of the value to return.
* @return The bytes of the unreachable at the given index.
*/
public com.google.protobuf.ByteString getUnreachableBytes(int index) {
return unreachable_.getByteString(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
for (int i = 0; i < results_.size(); i++) {
output.writeMessage(1, results_.get(i));
}
if (totalSize_ != 0) {
output.writeInt32(2, totalSize_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nextPageToken_);
}
for (int i = 0; i < unreachable_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, unreachable_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < results_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, results_.get(i));
}
if (totalSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, totalSize_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, nextPageToken_);
}
{
int dataSize = 0;
for (int i = 0; i < unreachable_.size(); i++) {
dataSize += computeStringSizeNoTag(unreachable_.getRaw(i));
}
size += dataSize;
size += 1 * getUnreachableList().size();
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.dataplex.v1.SearchEntriesResponse)) {
return super.equals(obj);
}
com.google.cloud.dataplex.v1.SearchEntriesResponse other =
(com.google.cloud.dataplex.v1.SearchEntriesResponse) obj;
if (!getResultsList().equals(other.getResultsList())) return false;
if (getTotalSize() != other.getTotalSize()) return false;
if (!getNextPageToken().equals(other.getNextPageToken())) return false;
if (!getUnreachableList().equals(other.getUnreachableList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getResultsCount() > 0) {
hash = (37 * hash) + RESULTS_FIELD_NUMBER;
hash = (53 * hash) + getResultsList().hashCode();
}
hash = (37 * hash) + TOTAL_SIZE_FIELD_NUMBER;
hash = (53 * hash) + getTotalSize();
hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getNextPageToken().hashCode();
if (getUnreachableCount() > 0) {
hash = (37 * hash) + UNREACHABLE_FIELD_NUMBER;
hash = (53 * hash) + getUnreachableList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.dataplex.v1.SearchEntriesResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.cloud.dataplex.v1.SearchEntriesResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/** Protobuf type {@code google.cloud.dataplex.v1.SearchEntriesResponse} */
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.dataplex.v1.SearchEntriesResponse)
com.google.cloud.dataplex.v1.SearchEntriesResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.dataplex.v1.CatalogProto
.internal_static_google_cloud_dataplex_v1_SearchEntriesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.dataplex.v1.CatalogProto
.internal_static_google_cloud_dataplex_v1_SearchEntriesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.dataplex.v1.SearchEntriesResponse.class,
com.google.cloud.dataplex.v1.SearchEntriesResponse.Builder.class);
}
// Construct using com.google.cloud.dataplex.v1.SearchEntriesResponse.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
if (resultsBuilder_ == null) {
results_ = java.util.Collections.emptyList();
} else {
results_ = null;
resultsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
totalSize_ = 0;
nextPageToken_ = "";
unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.dataplex.v1.CatalogProto
.internal_static_google_cloud_dataplex_v1_SearchEntriesResponse_descriptor;
}
@java.lang.Override
public com.google.cloud.dataplex.v1.SearchEntriesResponse getDefaultInstanceForType() {
return com.google.cloud.dataplex.v1.SearchEntriesResponse.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.dataplex.v1.SearchEntriesResponse build() {
com.google.cloud.dataplex.v1.SearchEntriesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.dataplex.v1.SearchEntriesResponse buildPartial() {
com.google.cloud.dataplex.v1.SearchEntriesResponse result =
new com.google.cloud.dataplex.v1.SearchEntriesResponse(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(
com.google.cloud.dataplex.v1.SearchEntriesResponse result) {
if (resultsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
results_ = java.util.Collections.unmodifiableList(results_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.results_ = results_;
} else {
result.results_ = resultsBuilder_.build();
}
}
private void buildPartial0(com.google.cloud.dataplex.v1.SearchEntriesResponse result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.totalSize_ = totalSize_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.nextPageToken_ = nextPageToken_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
unreachable_.makeImmutable();
result.unreachable_ = unreachable_;
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.dataplex.v1.SearchEntriesResponse) {
return mergeFrom((com.google.cloud.dataplex.v1.SearchEntriesResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.dataplex.v1.SearchEntriesResponse other) {
if (other == com.google.cloud.dataplex.v1.SearchEntriesResponse.getDefaultInstance())
return this;
if (resultsBuilder_ == null) {
if (!other.results_.isEmpty()) {
if (results_.isEmpty()) {
results_ = other.results_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureResultsIsMutable();
results_.addAll(other.results_);
}
onChanged();
}
} else {
if (!other.results_.isEmpty()) {
if (resultsBuilder_.isEmpty()) {
resultsBuilder_.dispose();
resultsBuilder_ = null;
results_ = other.results_;
bitField0_ = (bitField0_ & ~0x00000001);
resultsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getResultsFieldBuilder()
: null;
} else {
resultsBuilder_.addAllMessages(other.results_);
}
}
}
if (other.getTotalSize() != 0) {
setTotalSize(other.getTotalSize());
}
if (!other.getNextPageToken().isEmpty()) {
nextPageToken_ = other.nextPageToken_;
bitField0_ |= 0x00000004;
onChanged();
}
if (!other.unreachable_.isEmpty()) {
if (unreachable_.isEmpty()) {
unreachable_ = other.unreachable_;
bitField0_ |= 0x00000008;
} else {
ensureUnreachableIsMutable();
unreachable_.addAll(other.unreachable_);
}
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
com.google.cloud.dataplex.v1.SearchEntriesResult m =
input.readMessage(
com.google.cloud.dataplex.v1.SearchEntriesResult.parser(),
extensionRegistry);
if (resultsBuilder_ == null) {
ensureResultsIsMutable();
results_.add(m);
} else {
resultsBuilder_.addMessage(m);
}
break;
} // case 10
case 16:
{
totalSize_ = input.readInt32();
bitField0_ |= 0x00000002;
break;
} // case 16
case 26:
{
nextPageToken_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 26
case 34:
{
java.lang.String s = input.readStringRequireUtf8();
ensureUnreachableIsMutable();
unreachable_.add(s);
break;
} // case 34
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.util.List results_ =
java.util.Collections.emptyList();
private void ensureResultsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
results_ =
new java.util.ArrayList(results_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.dataplex.v1.SearchEntriesResult,
com.google.cloud.dataplex.v1.SearchEntriesResult.Builder,
com.google.cloud.dataplex.v1.SearchEntriesResultOrBuilder>
resultsBuilder_;
/**
*
*
*
*
* string next_page_token = 3;
*
* @param value The bytes for nextPageToken to set.
* @return This builder for chaining.
*/
public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
nextPageToken_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList unreachable_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureUnreachableIsMutable() {
if (!unreachable_.isModifiable()) {
unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_);
}
bitField0_ |= 0x00000008;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @return A list containing the unreachable.
*/
public com.google.protobuf.ProtocolStringList getUnreachableList() {
unreachable_.makeImmutable();
return unreachable_;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @return The count of unreachable.
*/
public int getUnreachableCount() {
return unreachable_.size();
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param index The index of the element to return.
* @return The unreachable at the given index.
*/
public java.lang.String getUnreachable(int index) {
return unreachable_.get(index);
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param index The index of the value to return.
* @return The bytes of the unreachable at the given index.
*/
public com.google.protobuf.ByteString getUnreachableBytes(int index) {
return unreachable_.getByteString(index);
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param index The index to set the value at.
* @param value The unreachable to set.
* @return This builder for chaining.
*/
public Builder setUnreachable(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUnreachableIsMutable();
unreachable_.set(index, value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param value The unreachable to add.
* @return This builder for chaining.
*/
public Builder addUnreachable(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUnreachableIsMutable();
unreachable_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*
*
* repeated string unreachable = 4;
*
* @param values The unreachable to add.
* @return This builder for chaining.
*/
public Builder addAllUnreachable(java.lang.Iterable values) {
ensureUnreachableIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Unreachable locations. Search results don't include data from those
* locations.
*