Uses of Class
com.google.cloud.aiplatform.v1beta1.AgentEvent
Packages that use AgentEvent
-
Uses of AgentEvent in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return AgentEventModifier and TypeMethodDescriptionAgentEvent.Builder.build()AgentEvent.Builder.buildPartial()static AgentEventAgentEvent.getDefaultInstance()AgentEvent.Builder.getDefaultInstanceForType()AgentEvent.getDefaultInstanceForType()ConversationTurn.Builder.getEvents(int index) Optional.ConversationTurn.getEvents(int index) Optional.ConversationTurnOrBuilder.getEvents(int index) Optional.static AgentEventAgentEvent.parseDelimitedFrom(InputStream input) static AgentEventAgentEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentEventAgentEvent.parseFrom(byte[] data) static AgentEventAgentEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentEventAgentEvent.parseFrom(com.google.protobuf.ByteString data) static AgentEventAgentEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentEventAgentEvent.parseFrom(com.google.protobuf.CodedInputStream input) static AgentEventAgentEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentEventAgentEvent.parseFrom(InputStream input) static AgentEventAgentEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentEventAgentEvent.parseFrom(ByteBuffer data) static AgentEventAgentEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type AgentEventModifier and TypeMethodDescriptionConversationTurn.Builder.getEventsList()Optional.ConversationTurn.getEventsList()Optional.ConversationTurnOrBuilder.getEventsList()Optional.com.google.protobuf.Parser<AgentEvent>AgentEvent.getParserForType()static com.google.protobuf.Parser<AgentEvent>AgentEvent.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type AgentEventModifier and TypeMethodDescriptionConversationTurn.Builder.addEvents(int index, AgentEvent value) Optional.ConversationTurn.Builder.addEvents(AgentEvent value) Optional.AgentEvent.Builder.mergeFrom(AgentEvent other) static AgentEvent.BuilderAgentEvent.newBuilder(AgentEvent prototype) ConversationTurn.Builder.setEvents(int index, AgentEvent value) Optional.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type AgentEventModifier and TypeMethodDescriptionConversationTurn.Builder.addAllEvents(Iterable<? extends AgentEvent> values) Optional.