Uses of Class
itk.InstructionOuterClass.CallAgent.Builder
Packages that use InstructionOuterClass.CallAgent.Builder
-
Uses of InstructionOuterClass.CallAgent.Builder in itk
Methods in itk that return InstructionOuterClass.CallAgent.BuilderModifier and TypeMethodDescriptionInstructionOuterClass.CallAgent.Builder.clear()InstructionOuterClass.CallAgent.Builder.clearAgentCardUri()where to get the agent card fromInstructionOuterClass.CallAgent.Builder.clearBehavior()InstructionOuterClass.CallAgent.Builder.clearInstruction()instruction for the called agentInstructionOuterClass.CallAgent.Builder.clearPushNotification().itk.PushNotificationBehavior push_notification = 6;InstructionOuterClass.CallAgent.Builder.clearResubscribe().itk.ResubscribeBehavior resubscribe = 7;InstructionOuterClass.CallAgent.Builder.clearSendMessage().itk.SendMessageBehavior send_message = 5;InstructionOuterClass.CallAgent.Builder.clearStreaming()whether to use streamingInstructionOuterClass.CallAgent.Builder.clearTransport()which transport use to get agent card and later callInstructionOuterClass.Instruction.Builder.getCallAgentBuilder().itk.CallAgent call_agent = 1;InstructionOuterClass.CallAgent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InstructionOuterClass.CallAgent.Builder.mergeFrom(com.google.protobuf.Message other) InstructionOuterClass.CallAgent.Builder.mergeFrom(InstructionOuterClass.CallAgent other) InstructionOuterClass.CallAgent.Builder.mergeInstruction(InstructionOuterClass.Instruction value) instruction for the called agentInstructionOuterClass.CallAgent.Builder.mergePushNotification(InstructionOuterClass.PushNotificationBehavior value) .itk.PushNotificationBehavior push_notification = 6;InstructionOuterClass.CallAgent.Builder.mergeResubscribe(InstructionOuterClass.ResubscribeBehavior value) .itk.ResubscribeBehavior resubscribe = 7;InstructionOuterClass.CallAgent.Builder.mergeSendMessage(InstructionOuterClass.SendMessageBehavior value) .itk.SendMessageBehavior send_message = 5;InstructionOuterClass.CallAgent.newBuilder()InstructionOuterClass.CallAgent.newBuilder(InstructionOuterClass.CallAgent prototype) InstructionOuterClass.CallAgent.newBuilderForType()protected InstructionOuterClass.CallAgent.BuilderInstructionOuterClass.CallAgent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InstructionOuterClass.CallAgent.Builder.setAgentCardUri(String value) where to get the agent card fromInstructionOuterClass.CallAgent.Builder.setAgentCardUriBytes(com.google.protobuf.ByteString value) where to get the agent card fromInstructionOuterClass.CallAgent.Builder.setInstruction(InstructionOuterClass.Instruction value) instruction for the called agentInstructionOuterClass.CallAgent.Builder.setInstruction(InstructionOuterClass.Instruction.Builder builderForValue) instruction for the called agentInstructionOuterClass.CallAgent.Builder.setPushNotification(InstructionOuterClass.PushNotificationBehavior value) .itk.PushNotificationBehavior push_notification = 6;InstructionOuterClass.CallAgent.Builder.setPushNotification(InstructionOuterClass.PushNotificationBehavior.Builder builderForValue) .itk.PushNotificationBehavior push_notification = 6;InstructionOuterClass.CallAgent.Builder.setResubscribe(InstructionOuterClass.ResubscribeBehavior value) .itk.ResubscribeBehavior resubscribe = 7;InstructionOuterClass.CallAgent.Builder.setResubscribe(InstructionOuterClass.ResubscribeBehavior.Builder builderForValue) .itk.ResubscribeBehavior resubscribe = 7;InstructionOuterClass.CallAgent.Builder.setSendMessage(InstructionOuterClass.SendMessageBehavior value) .itk.SendMessageBehavior send_message = 5;InstructionOuterClass.CallAgent.Builder.setSendMessage(InstructionOuterClass.SendMessageBehavior.Builder builderForValue) .itk.SendMessageBehavior send_message = 5;InstructionOuterClass.CallAgent.Builder.setStreaming(boolean value) whether to use streamingInstructionOuterClass.CallAgent.Builder.setTransport(String value) which transport use to get agent card and later callInstructionOuterClass.CallAgent.Builder.setTransportBytes(com.google.protobuf.ByteString value) which transport use to get agent card and later callInstructionOuterClass.CallAgent.toBuilder()Methods in itk with parameters of type InstructionOuterClass.CallAgent.BuilderModifier and TypeMethodDescriptionInstructionOuterClass.Instruction.Builder.setCallAgent(InstructionOuterClass.CallAgent.Builder builderForValue) .itk.CallAgent call_agent = 1;