Package io.milvus.grpc
Class ShowCollectionsResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ShowCollectionsResponse.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
io.milvus.grpc.ShowCollectionsResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ShowCollectionsResponseOrBuilder,Cloneable
- Enclosing class:
ShowCollectionsResponse
public static final class ShowCollectionsResponse.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
implements ShowCollectionsResponseOrBuilder
Return basic collection infos.Protobuf type
milvus.proto.milvus.ShowCollectionsResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllCollectionIds(Iterable<? extends Long> values) Collection Id arrayaddAllCollectionNames(Iterable<String> values) Collection name arrayaddAllCreatedTimestamps(Iterable<? extends Long> values) Hybrid timestamps in milvusaddAllCreatedUtcTimestamps(Iterable<? extends Long> values) The utc timestamp calculated by created_timestampaddAllInMemoryPercentages(Iterable<? extends Long> values) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.addAllQueryServiceAvailable(Iterable<? extends Boolean> values) Indicate whether query service is availableaddCollectionIds(long value) Collection Id arrayaddCollectionNames(String value) Collection name arrayaddCollectionNamesBytes(com.google.protobuf.ByteString value) Collection name arrayaddCreatedTimestamps(long value) Hybrid timestamps in milvusaddCreatedUtcTimestamps(long value) The utc timestamp calculated by created_timestampaddInMemoryPercentages(long value) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.addQueryServiceAvailable(boolean value) Indicate whether query service is availableaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Collection Id arrayCollection name arrayHybrid timestamps in milvusThe utc timestamp calculated by created_timestampclearField(com.google.protobuf.Descriptors.FieldDescriptor field) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Indicate whether query service is availableContain error_code and reasonclone()longgetCollectionIds(int index) Collection Id arrayintCollection Id arrayCollection Id arraygetCollectionNames(int index) Collection name arraycom.google.protobuf.ByteStringgetCollectionNamesBytes(int index) Collection name arrayintCollection name arraycom.google.protobuf.ProtocolStringListCollection name arraylonggetCreatedTimestamps(int index) Hybrid timestamps in milvusintHybrid timestamps in milvusHybrid timestamps in milvuslonggetCreatedUtcTimestamps(int index) The utc timestamp calculated by created_timestampintThe utc timestamp calculated by created_timestampThe utc timestamp calculated by created_timestampstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlonggetInMemoryPercentages(int index) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.intDeprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.booleangetQueryServiceAvailable(int index) Indicate whether query service is availableintIndicate whether query service is availableIndicate whether query service is availableContain error_code and reasonContain error_code and reasonContain error_code and reasonbooleanContain error_code and reasonprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(ShowCollectionsResponse other) mergeStatus(Status value) Contain error_code and reasonmergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setCollectionIds(int index, long value) Collection Id arraysetCollectionNames(int index, String value) Collection name arraysetCreatedTimestamps(int index, long value) Hybrid timestamps in milvussetCreatedUtcTimestamps(int index, long value) The utc timestamp calculated by created_timestampsetInMemoryPercentages(int index, long value) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.setQueryServiceAvailable(int index, boolean value) Indicate whether query service is availablesetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Contain error_code and reasonsetStatus(Status.Builder builderForValue) Contain error_code and reasonsetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
setField
public ShowCollectionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
clearField
public ShowCollectionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
clearOneof
public ShowCollectionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
setRepeatedField
public ShowCollectionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
addRepeatedField
public ShowCollectionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ShowCollectionsResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
mergeFrom
public ShowCollectionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ShowCollectionsResponse.Builder>- Throws:
IOException
-
hasStatus
public boolean hasStatus()Contain error_code and reason
.milvus.proto.common.Status status = 1;- Specified by:
hasStatusin interfaceShowCollectionsResponseOrBuilder- Returns:
- Whether the status field is set.
-
getStatus
Contain error_code and reason
.milvus.proto.common.Status status = 1;- Specified by:
getStatusin interfaceShowCollectionsResponseOrBuilder- Returns:
- The status.
-
setStatus
Contain error_code and reason
.milvus.proto.common.Status status = 1; -
setStatus
Contain error_code and reason
.milvus.proto.common.Status status = 1; -
mergeStatus
Contain error_code and reason
.milvus.proto.common.Status status = 1; -
clearStatus
Contain error_code and reason
.milvus.proto.common.Status status = 1; -
getStatusBuilder
Contain error_code and reason
.milvus.proto.common.Status status = 1; -
getStatusOrBuilder
Contain error_code and reason
.milvus.proto.common.Status status = 1;- Specified by:
getStatusOrBuilderin interfaceShowCollectionsResponseOrBuilder
-
getCollectionNamesList
public com.google.protobuf.ProtocolStringList getCollectionNamesList()Collection name array
repeated string collection_names = 2;- Specified by:
getCollectionNamesListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the collectionNames.
-
getCollectionNamesCount
public int getCollectionNamesCount()Collection name array
repeated string collection_names = 2;- Specified by:
getCollectionNamesCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of collectionNames.
-
getCollectionNames
Collection name array
repeated string collection_names = 2;- Specified by:
getCollectionNamesin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The collectionNames at the given index.
-
getCollectionNamesBytes
public com.google.protobuf.ByteString getCollectionNamesBytes(int index) Collection name array
repeated string collection_names = 2;- Specified by:
getCollectionNamesBytesin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionNames at the given index.
-
setCollectionNames
Collection name array
repeated string collection_names = 2;- Parameters:
index- The index to set the value at.value- The collectionNames to set.- Returns:
- This builder for chaining.
-
addCollectionNames
Collection name array
repeated string collection_names = 2;- Parameters:
value- The collectionNames to add.- Returns:
- This builder for chaining.
-
addAllCollectionNames
Collection name array
repeated string collection_names = 2;- Parameters:
values- The collectionNames to add.- Returns:
- This builder for chaining.
-
clearCollectionNames
Collection name array
repeated string collection_names = 2;- Returns:
- This builder for chaining.
-
addCollectionNamesBytes
public ShowCollectionsResponse.Builder addCollectionNamesBytes(com.google.protobuf.ByteString value) Collection name array
repeated string collection_names = 2;- Parameters:
value- The bytes of the collectionNames to add.- Returns:
- This builder for chaining.
-
getCollectionIdsList
Collection Id array
repeated int64 collection_ids = 3;- Specified by:
getCollectionIdsListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the collectionIds.
-
getCollectionIdsCount
public int getCollectionIdsCount()Collection Id array
repeated int64 collection_ids = 3;- Specified by:
getCollectionIdsCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of collectionIds.
-
getCollectionIds
public long getCollectionIds(int index) Collection Id array
repeated int64 collection_ids = 3;- Specified by:
getCollectionIdsin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The collectionIds at the given index.
-
setCollectionIds
Collection Id array
repeated int64 collection_ids = 3;- Parameters:
index- The index to set the value at.value- The collectionIds to set.- Returns:
- This builder for chaining.
-
addCollectionIds
Collection Id array
repeated int64 collection_ids = 3;- Parameters:
value- The collectionIds to add.- Returns:
- This builder for chaining.
-
addAllCollectionIds
Collection Id array
repeated int64 collection_ids = 3;- Parameters:
values- The collectionIds to add.- Returns:
- This builder for chaining.
-
clearCollectionIds
Collection Id array
repeated int64 collection_ids = 3;- Returns:
- This builder for chaining.
-
getCreatedTimestampsList
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Specified by:
getCreatedTimestampsListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the createdTimestamps.
-
getCreatedTimestampsCount
public int getCreatedTimestampsCount()Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Specified by:
getCreatedTimestampsCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of createdTimestamps.
-
getCreatedTimestamps
public long getCreatedTimestamps(int index) Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Specified by:
getCreatedTimestampsin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The createdTimestamps at the given index.
-
setCreatedTimestamps
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Parameters:
index- The index to set the value at.value- The createdTimestamps to set.- Returns:
- This builder for chaining.
-
addCreatedTimestamps
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Parameters:
value- The createdTimestamps to add.- Returns:
- This builder for chaining.
-
addAllCreatedTimestamps
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Parameters:
values- The createdTimestamps to add.- Returns:
- This builder for chaining.
-
clearCreatedTimestamps
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;- Returns:
- This builder for chaining.
-
getCreatedUtcTimestampsList
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Specified by:
getCreatedUtcTimestampsListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the createdUtcTimestamps.
-
getCreatedUtcTimestampsCount
public int getCreatedUtcTimestampsCount()The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Specified by:
getCreatedUtcTimestampsCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of createdUtcTimestamps.
-
getCreatedUtcTimestamps
public long getCreatedUtcTimestamps(int index) The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Specified by:
getCreatedUtcTimestampsin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The createdUtcTimestamps at the given index.
-
setCreatedUtcTimestamps
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Parameters:
index- The index to set the value at.value- The createdUtcTimestamps to set.- Returns:
- This builder for chaining.
-
addCreatedUtcTimestamps
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Parameters:
value- The createdUtcTimestamps to add.- Returns:
- This builder for chaining.
-
addAllCreatedUtcTimestamps
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Parameters:
values- The createdUtcTimestamps to add.- Returns:
- This builder for chaining.
-
clearCreatedUtcTimestamps
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;- Returns:
- This builder for chaining.
-
getInMemoryPercentagesList
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Specified by:
getInMemoryPercentagesListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the inMemoryPercentages.
-
getInMemoryPercentagesCount
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Specified by:
getInMemoryPercentagesCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of inMemoryPercentages.
-
getInMemoryPercentages
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Specified by:
getInMemoryPercentagesin interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The inMemoryPercentages at the given index.
-
setInMemoryPercentages
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Parameters:
index- The index to set the value at.value- The inMemoryPercentages to set.- Returns:
- This builder for chaining.
-
addInMemoryPercentages
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Parameters:
value- The inMemoryPercentages to add.- Returns:
- This builder for chaining.
-
addAllInMemoryPercentages
@Deprecated public ShowCollectionsResponse.Builder addAllInMemoryPercentages(Iterable<? extends Long> values) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Parameters:
values- The inMemoryPercentages to add.- Returns:
- This builder for chaining.
-
clearInMemoryPercentages
Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=501Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Returns:
- This builder for chaining.
-
getQueryServiceAvailableList
Indicate whether query service is available
repeated bool query_service_available = 7;- Specified by:
getQueryServiceAvailableListin interfaceShowCollectionsResponseOrBuilder- Returns:
- A list containing the queryServiceAvailable.
-
getQueryServiceAvailableCount
public int getQueryServiceAvailableCount()Indicate whether query service is available
repeated bool query_service_available = 7;- Specified by:
getQueryServiceAvailableCountin interfaceShowCollectionsResponseOrBuilder- Returns:
- The count of queryServiceAvailable.
-
getQueryServiceAvailable
public boolean getQueryServiceAvailable(int index) Indicate whether query service is available
repeated bool query_service_available = 7;- Specified by:
getQueryServiceAvailablein interfaceShowCollectionsResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The queryServiceAvailable at the given index.
-
setQueryServiceAvailable
Indicate whether query service is available
repeated bool query_service_available = 7;- Parameters:
index- The index to set the value at.value- The queryServiceAvailable to set.- Returns:
- This builder for chaining.
-
addQueryServiceAvailable
Indicate whether query service is available
repeated bool query_service_available = 7;- Parameters:
value- The queryServiceAvailable to add.- Returns:
- This builder for chaining.
-
addAllQueryServiceAvailable
public ShowCollectionsResponse.Builder addAllQueryServiceAvailable(Iterable<? extends Boolean> values) Indicate whether query service is available
repeated bool query_service_available = 7;- Parameters:
values- The queryServiceAvailable to add.- Returns:
- This builder for chaining.
-
clearQueryServiceAvailable
Indicate whether query service is available
repeated bool query_service_available = 7;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ShowCollectionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-
mergeUnknownFields
public final ShowCollectionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ShowCollectionsResponse.Builder>
-