public static final class ListCachedContentsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder> implements ListCachedContentsResponseOrBuilder
Response with a list of CachedContents.Protobuf type
google.cloud.aiplatform.v1beta1.ListCachedContentsResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListCachedContentsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListCachedContentsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListCachedContentsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder mergeFrom(ListCachedContentsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public ListCachedContentsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCachedContentsResponse.Builder>IOExceptionpublic List<CachedContent> getCachedContentsList()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;getCachedContentsList in interface ListCachedContentsResponseOrBuilderpublic int getCachedContentsCount()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;getCachedContentsCount in interface ListCachedContentsResponseOrBuilderpublic CachedContent getCachedContents(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;getCachedContents in interface ListCachedContentsResponseOrBuilderpublic ListCachedContentsResponse.Builder setCachedContents(int index, CachedContent value)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder setCachedContents(int index, CachedContent.Builder builderForValue)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder addCachedContents(CachedContent value)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder addCachedContents(int index, CachedContent value)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder addCachedContents(CachedContent.Builder builderForValue)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder addCachedContents(int index, CachedContent.Builder builderForValue)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder addAllCachedContents(Iterable<? extends CachedContent> values)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder clearCachedContents()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public ListCachedContentsResponse.Builder removeCachedContents(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public CachedContent.Builder getCachedContentsBuilder(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public CachedContentOrBuilder getCachedContentsOrBuilder(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;getCachedContentsOrBuilder in interface ListCachedContentsResponseOrBuilderpublic List<? extends CachedContentOrBuilder> getCachedContentsOrBuilderList()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;getCachedContentsOrBuilderList in interface ListCachedContentsResponseOrBuilderpublic CachedContent.Builder addCachedContentsBuilder()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public CachedContent.Builder addCachedContentsBuilder(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public List<CachedContent.Builder> getCachedContentsBuilderList()
List of cached contents.
repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;public String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageToken in interface ListCachedContentsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageTokenBytes in interface ListCachedContentsResponseOrBuilderpublic ListCachedContentsResponse.Builder setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public ListCachedContentsResponse.Builder clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;public ListCachedContentsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListCachedContentsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>public final ListCachedContentsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCachedContentsResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.