public final class SearchEntriesResponse extends GeneratedMessageV3 implements SearchEntriesResponseOrBuilder
Protobuf type google.cloud.dataplex.v1.SearchEntriesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TOTAL_SIZE_FIELD_NUMBER
public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UNREACHABLE_FIELD_NUMBER
public static final int UNREACHABLE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SearchEntriesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SearchEntriesResponse.Builder newBuilder()
newBuilder(SearchEntriesResponse prototype)
public static SearchEntriesResponse.Builder newBuilder(SearchEntriesResponse prototype)
public static SearchEntriesResponse parseDelimitedFrom(InputStream input)
public static SearchEntriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SearchEntriesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchEntriesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SearchEntriesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchEntriesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchEntriesResponse parseFrom(CodedInputStream input)
public static SearchEntriesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchEntriesResponse parseFrom(InputStream input)
public static SearchEntriesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SearchEntriesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchEntriesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SearchEntriesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SearchEntriesResponse getDefaultInstanceForType()
getNextPageToken()
public String getNextPageToken()
Pagination token.
string next_page_token = 3;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Pagination token.
string next_page_token = 3;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<SearchEntriesResponse> getParserForType()
Overrides
getResults(int index)
public SearchEntriesResult getResults(int index)
The results matching the search query.
repeated .google.cloud.dataplex.v1.SearchEntriesResult results = 1;
Parameter |
Name |
Description |
index |
int
|
getResultsCount()
public int getResultsCount()
The results matching the search query.
repeated .google.cloud.dataplex.v1.SearchEntriesResult results = 1;
Returns |
Type |
Description |
int |
|
getResultsList()
public List<SearchEntriesResult> getResultsList()
The results matching the search query.
repeated .google.cloud.dataplex.v1.SearchEntriesResult results = 1;
getResultsOrBuilder(int index)
public SearchEntriesResultOrBuilder getResultsOrBuilder(int index)
The results matching the search query.
repeated .google.cloud.dataplex.v1.SearchEntriesResult results = 1;
Parameter |
Name |
Description |
index |
int
|
getResultsOrBuilderList()
public List<? extends SearchEntriesResultOrBuilder> getResultsOrBuilderList()
The results matching the search query.
repeated .google.cloud.dataplex.v1.SearchEntriesResult results = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dataplex.v1.SearchEntriesResultOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTotalSize()
public int getTotalSize()
The estimated total number of matching entries. Not guaranteed to be
accurate.
int32 total_size = 2;
Returns |
Type |
Description |
int |
The totalSize.
|
getUnreachable(int index)
public String getUnreachable(int index)
Unreachable locations. Search results don't include data from those
locations.
repeated string unreachable = 4;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The unreachable at the given index.
|
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Unreachable locations. Search results don't include data from those
locations.
repeated string unreachable = 4;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the unreachable at the given index.
|
getUnreachableCount()
public int getUnreachableCount()
Unreachable locations. Search results don't include data from those
locations.
repeated string unreachable = 4;
Returns |
Type |
Description |
int |
The count of unreachable.
|
getUnreachableList()
public ProtocolStringList getUnreachableList()
Unreachable locations. Search results don't include data from those
locations.
repeated string unreachable = 4;
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SearchEntriesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchEntriesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SearchEntriesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides