Uses of Class
com.google.api.generator.gapic.model.Message
-
-
Uses of Message in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type Message Modifier and Type Method Description protected abstract List<Statement>AbstractServiceClientTestClassComposer. constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String,VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage)Method parameters in com.google.api.generator.gapic.composer.common with type arguments of type Message Modifier and Type Method Description static ExprBatchingDescriptorComposer. createBatchingDescriptorFieldDeclExpr(Method method, GapicBatchingSettings batchingSettings, Map<String,Message> messageTypes)protected abstract StatementAbstractTransportServiceStubClassComposer. createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String,Message> messageTypes, boolean restNumericEnumsEnabled) -
Uses of Message in com.google.api.generator.gapic.composer.defaultvalue
Methods in com.google.api.generator.gapic.composer.defaultvalue with parameters of type Message Modifier and Type Method Description static ExprDefaultValueComposer. createSimpleMessageBuilderValue(Message message, Map<String,ResourceName> resourceNames, Map<String,Message> messageTypes, HttpBindings bindings)static ExprDefaultValueComposer. createSimpleMessageBuilderValue(Message message, Map<String,ResourceName> resourceNames, Map<String,Message> messageTypes, Map<String,String> valuePatterns, HttpBindings bindings) -
Uses of Message in com.google.api.generator.gapic.composer.grpc
Methods in com.google.api.generator.gapic.composer.grpc with parameters of type Message Modifier and Type Method Description protected List<Statement>ServiceClientTestClassComposer. constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String,VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage)Method parameters in com.google.api.generator.gapic.composer.grpc with type arguments of type Message Modifier and Type Method Description protected StatementGrpcServiceStubClassComposer. createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String,Message> messageTypes, boolean restNumericEnumsEnabled) -
Uses of Message in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest with parameters of type Message Modifier and Type Method Description protected List<Statement>ServiceClientTestClassComposer. constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String,VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage)Method parameters in com.google.api.generator.gapic.composer.rest with type arguments of type Message Modifier and Type Method Description protected StatementHttpJsonServiceStubClassComposer. createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String,Message> messageTypes, boolean restNumericEnumsEnabled) -
Uses of Message in com.google.api.generator.gapic.composer.store
Method parameters in com.google.api.generator.gapic.composer.store with type arguments of type Message Modifier and Type Method Description voidTypeStore. putMessageTypes(String pakkage, Map<String,Message> messages) -
Uses of Message in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Message Modifier and Type Method Description MessageMessage.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type Message Modifier and Type Method Description abstract com.google.common.collect.ImmutableMap<String,Message>GapicContext. messages()Method parameters in com.google.api.generator.gapic.model with type arguments of type Message Modifier and Type Method Description abstract GapicContext.BuilderGapicContext.Builder. setMessages(Map<String,Message> messages)voidMessage. validateField(String fieldName, Map<String,Message> messageTypes, TypeNode type)Validates if the field or fields exist in the message and the type of the leaf level field. -
Uses of Message in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return types with arguments of type Message Modifier and Type Method Description static Map<String,Message>Parser. parseMessages(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request, Set<ResourceReference> outputResourceReferencesSeen)static Map<String,Message>Parser. parseMessages(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor)static Map<String,Message>Parser. parseMessages(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Set<ResourceReference> outputResourceReferencesSeen)static Map<String,Message>Parser. updateResourceNamesInMessages(Map<String,Message> messageTypes, Collection<ResourceName> resources)Populates ResourceName objects in Message POJOs.Methods in com.google.api.generator.gapic.protoparser with parameters of type Message Modifier and Type Method Description static HttpBindingsHttpRuleParser. parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String,Message> messageTypes)static RoutingHeaderRuleRoutingRuleParser. parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String,Message> messageTypes)Method parameters in com.google.api.generator.gapic.protoparser with type arguments of type Message Modifier and Type Method Description static HttpBindingsHttpRuleParser. parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String,Message> messageTypes)static RoutingHeaderRuleRoutingRuleParser. parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String,Message> messageTypes)static List<List<MethodArgument>>MethodSignatureParser. parseMethodSignatures(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, String servicePackage, TypeNode methodInputType, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Set<ResourceName> outputArgResourceNames)Parses a list of method signature annotations out of an RPC.static List<Service>Parser. parseService(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, Set<ResourceName> outputArgResourceNames, Transport transport)static List<Service>Parser. parseService(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Set<ResourceName> outputArgResourceNames)static List<Service>Parser. parseServices(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Set<ResourceName> outputArgResourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, List<Service> outputMixinServices, Transport transport)static Map<String,Message>Parser. updateResourceNamesInMessages(Map<String,Message> messageTypes, Collection<ResourceName> resources)Populates ResourceName objects in Message POJOs.
-