Uses of Class
com.google.cloud.aiplatform.v1beta1.CachedContent
Packages that use CachedContent
-
Uses of CachedContent in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CachedContentModifier and TypeMethodDescriptionCachedContent.Builder.build()CachedContent.Builder.buildPartial()CreateCachedContentRequest.Builder.getCachedContent()Required.CreateCachedContentRequest.getCachedContent()Required.CreateCachedContentRequestOrBuilder.getCachedContent()Required.UpdateCachedContentRequest.Builder.getCachedContent()Required.UpdateCachedContentRequest.getCachedContent()Required.UpdateCachedContentRequestOrBuilder.getCachedContent()Required.ListCachedContentsResponse.Builder.getCachedContents(int index) List of cached contents.ListCachedContentsResponse.getCachedContents(int index) List of cached contents.ListCachedContentsResponseOrBuilder.getCachedContents(int index) List of cached contents.static CachedContentCachedContent.getDefaultInstance()CachedContent.Builder.getDefaultInstanceForType()CachedContent.getDefaultInstanceForType()static CachedContentCachedContent.parseDelimitedFrom(InputStream input) static CachedContentCachedContent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CachedContentCachedContent.parseFrom(byte[] data) static CachedContentCachedContent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CachedContentCachedContent.parseFrom(com.google.protobuf.ByteString data) static CachedContentCachedContent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CachedContentCachedContent.parseFrom(com.google.protobuf.CodedInputStream input) static CachedContentCachedContent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CachedContentCachedContent.parseFrom(InputStream input) static CachedContentCachedContent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CachedContentCachedContent.parseFrom(ByteBuffer data) static CachedContentCachedContent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CachedContentModifier and TypeMethodDescriptionListCachedContentsResponse.Builder.getCachedContentsList()List of cached contents.ListCachedContentsResponse.getCachedContentsList()List of cached contents.ListCachedContentsResponseOrBuilder.getCachedContentsList()List of cached contents.com.google.protobuf.Parser<CachedContent>CachedContent.getParserForType()static com.google.protobuf.Parser<CachedContent>CachedContent.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CachedContentModifier and TypeMethodDescriptionListCachedContentsResponse.Builder.addCachedContents(int index, CachedContent value) List of cached contents.ListCachedContentsResponse.Builder.addCachedContents(CachedContent value) List of cached contents.CreateCachedContentRequest.Builder.mergeCachedContent(CachedContent value) Required.UpdateCachedContentRequest.Builder.mergeCachedContent(CachedContent value) Required.CachedContent.Builder.mergeFrom(CachedContent other) static CachedContent.BuilderCachedContent.newBuilder(CachedContent prototype) CreateCachedContentRequest.Builder.setCachedContent(CachedContent value) Required.UpdateCachedContentRequest.Builder.setCachedContent(CachedContent value) Required.ListCachedContentsResponse.Builder.setCachedContents(int index, CachedContent value) List of cached contents.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type CachedContentModifier and TypeMethodDescriptionListCachedContentsResponse.Builder.addAllCachedContents(Iterable<? extends CachedContent> values) List of cached contents.