Uses of Class
com.google.cloud.aiplatform.v1.CachedContent.Builder
Packages that use CachedContent.Builder
-
Uses of CachedContent.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CachedContent.BuilderModifier and TypeMethodDescriptionCachedContent.Builder.addAllContents(Iterable<? extends Content> values) Optional.CachedContent.Builder.addAllTools(Iterable<? extends Tool> values) Optional.ListCachedContentsResponse.Builder.addCachedContentsBuilder()List of cached contents.ListCachedContentsResponse.Builder.addCachedContentsBuilder(int index) List of cached contents.CachedContent.Builder.addContents(int index, Content value) Optional.CachedContent.Builder.addContents(int index, Content.Builder builderForValue) Optional.CachedContent.Builder.addContents(Content value) Optional.CachedContent.Builder.addContents(Content.Builder builderForValue) Optional.Optional.CachedContent.Builder.addTools(int index, Tool.Builder builderForValue) Optional.Optional.CachedContent.Builder.addTools(Tool.Builder builderForValue) Optional.CachedContent.Builder.clear()CachedContent.Builder.clearContents()Optional.CachedContent.Builder.clearCreateTime()Output only.CachedContent.Builder.clearDisplayName()Optional.CachedContent.Builder.clearEncryptionSpec()Input only.CachedContent.Builder.clearExpiration()CachedContent.Builder.clearExpireTime()Timestamp of when this resource is considered expired.CachedContent.Builder.clearModel()Immutable.CachedContent.Builder.clearName()Immutable.CachedContent.Builder.clearSystemInstruction()Optional.CachedContent.Builder.clearToolConfig()Optional.CachedContent.Builder.clearTools()Optional.CachedContent.Builder.clearTtl()Input only.CachedContent.Builder.clearUpdateTime()Output only.CachedContent.Builder.clearUsageMetadata()Output only.CreateCachedContentRequest.Builder.getCachedContentBuilder()Required.UpdateCachedContentRequest.Builder.getCachedContentBuilder()Required.ListCachedContentsResponse.Builder.getCachedContentsBuilder(int index) List of cached contents.CachedContent.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.CachedContent.Builder.mergeEncryptionSpec(EncryptionSpec value) Input only.CachedContent.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) Timestamp of when this resource is considered expired.CachedContent.Builder.mergeFrom(CachedContent other) CachedContent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CachedContent.Builder.mergeFrom(com.google.protobuf.Message other) CachedContent.Builder.mergeSystemInstruction(Content value) Optional.CachedContent.Builder.mergeToolConfig(ToolConfig value) Optional.CachedContent.Builder.mergeTtl(com.google.protobuf.Duration value) Input only.CachedContent.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.CachedContent.Builder.mergeUsageMetadata(CachedContent.UsageMetadata value) Output only.static CachedContent.BuilderCachedContent.newBuilder()static CachedContent.BuilderCachedContent.newBuilder(CachedContent prototype) CachedContent.newBuilderForType()protected CachedContent.BuilderCachedContent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CachedContent.Builder.removeContents(int index) Optional.CachedContent.Builder.removeTools(int index) Optional.CachedContent.Builder.setContents(int index, Content value) Optional.CachedContent.Builder.setContents(int index, Content.Builder builderForValue) Optional.CachedContent.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.CachedContent.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.CachedContent.Builder.setDisplayName(String value) Optional.CachedContent.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Optional.CachedContent.Builder.setEncryptionSpec(EncryptionSpec value) Input only.CachedContent.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Input only.CachedContent.Builder.setExpireTime(com.google.protobuf.Timestamp value) Timestamp of when this resource is considered expired.CachedContent.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp of when this resource is considered expired.Immutable.CachedContent.Builder.setModelBytes(com.google.protobuf.ByteString value) Immutable.Immutable.CachedContent.Builder.setNameBytes(com.google.protobuf.ByteString value) Immutable.CachedContent.Builder.setSystemInstruction(Content value) Optional.CachedContent.Builder.setSystemInstruction(Content.Builder builderForValue) Optional.CachedContent.Builder.setToolConfig(ToolConfig value) Optional.CachedContent.Builder.setToolConfig(ToolConfig.Builder builderForValue) Optional.Optional.CachedContent.Builder.setTools(int index, Tool.Builder builderForValue) Optional.CachedContent.Builder.setTtl(com.google.protobuf.Duration value) Input only.CachedContent.Builder.setTtl(com.google.protobuf.Duration.Builder builderForValue) Input only.CachedContent.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.CachedContent.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.CachedContent.Builder.setUsageMetadata(CachedContent.UsageMetadata value) Output only.CachedContent.Builder.setUsageMetadata(CachedContent.UsageMetadata.Builder builderForValue) Output only.CachedContent.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CachedContent.BuilderModifier and TypeMethodDescriptionListCachedContentsResponse.Builder.getCachedContentsBuilderList()List of cached contents.Methods in com.google.cloud.aiplatform.v1 with parameters of type CachedContent.BuilderModifier and TypeMethodDescriptionListCachedContentsResponse.Builder.addCachedContents(int index, CachedContent.Builder builderForValue) List of cached contents.ListCachedContentsResponse.Builder.addCachedContents(CachedContent.Builder builderForValue) List of cached contents.CreateCachedContentRequest.Builder.setCachedContent(CachedContent.Builder builderForValue) Required.UpdateCachedContentRequest.Builder.setCachedContent(CachedContent.Builder builderForValue) Required.ListCachedContentsResponse.Builder.setCachedContents(int index, CachedContent.Builder builderForValue) List of cached contents.