Uses of Class
com.google.cloud.aiplatform.v1.GroundingChunk.Maps.Builder
Packages that use GroundingChunk.Maps.Builder
-
Uses of GroundingChunk.Maps.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GroundingChunk.Maps.BuilderModifier and TypeMethodDescriptionGroundingChunk.Maps.Builder.clear()GroundingChunk.Maps.Builder.clearPlaceAnswerSources()Sources used to generate the place answer.GroundingChunk.Maps.Builder.clearPlaceId()This Place's resource name, in `places/{place_id}` format.GroundingChunk.Maps.Builder.clearText()Text of the chunk.GroundingChunk.Maps.Builder.clearTitle()Title of the chunk.GroundingChunk.Maps.Builder.clearUri()URI reference of the chunk.GroundingChunk.Builder.getMapsBuilder()Grounding chunk from Google Maps.GroundingChunk.Maps.Builder.mergeFrom(GroundingChunk.Maps other) GroundingChunk.Maps.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GroundingChunk.Maps.Builder.mergeFrom(com.google.protobuf.Message other) GroundingChunk.Maps.Builder.mergePlaceAnswerSources(GroundingChunk.Maps.PlaceAnswerSources value) Sources used to generate the place answer.static GroundingChunk.Maps.BuilderGroundingChunk.Maps.newBuilder()static GroundingChunk.Maps.BuilderGroundingChunk.Maps.newBuilder(GroundingChunk.Maps prototype) GroundingChunk.Maps.newBuilderForType()protected GroundingChunk.Maps.BuilderGroundingChunk.Maps.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GroundingChunk.Maps.Builder.setPlaceAnswerSources(GroundingChunk.Maps.PlaceAnswerSources value) Sources used to generate the place answer.GroundingChunk.Maps.Builder.setPlaceAnswerSources(GroundingChunk.Maps.PlaceAnswerSources.Builder builderForValue) Sources used to generate the place answer.GroundingChunk.Maps.Builder.setPlaceId(String value) This Place's resource name, in `places/{place_id}` format.GroundingChunk.Maps.Builder.setPlaceIdBytes(com.google.protobuf.ByteString value) This Place's resource name, in `places/{place_id}` format.Text of the chunk.GroundingChunk.Maps.Builder.setTextBytes(com.google.protobuf.ByteString value) Text of the chunk.Title of the chunk.GroundingChunk.Maps.Builder.setTitleBytes(com.google.protobuf.ByteString value) Title of the chunk.URI reference of the chunk.GroundingChunk.Maps.Builder.setUriBytes(com.google.protobuf.ByteString value) URI reference of the chunk.GroundingChunk.Maps.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type GroundingChunk.Maps.BuilderModifier and TypeMethodDescriptionGroundingChunk.Builder.setMaps(GroundingChunk.Maps.Builder builderForValue) Grounding chunk from Google Maps.