Skip to main content
Google Cloud Documentation
Documentation Technology areas
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
Cross-product tools
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
/
Console
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어
Sign in
  • Application Integration
Start free
Guides Reference Samples Resources
Google Cloud Documentation
  • Documentation
    • Guides
    • Reference
    • Samples
    • Resources
  • Technology areas
    • More
  • Cross-product tools
    • More
  • Console
  • Quotas and limits reference
  • Quotas and limits
  • Application Integration APIs
  • All APIs and references
  • Authenticate to Application Integration
  • Application Integration REST API
  • REST reference (v1)
    • REST Resources
    • projects.locations
      • Overview
      • generateOpenApiSpec
    • projects.locations.authConfigs
      • Overview
      • create
      • delete
      • get
      • list
      • patch
    • projects.locations.certificates
      • Overview
      • create
      • delete
      • get
      • list
      • patch
    • projects.locations.clients
      • Overview
      • changeConfig
      • provision
      • provisionClientPostProcessor
      • switchVariableMasking
      • toggleHttp
    • projects.locations.integrations
      • Overview
      • delete
      • execute
      • list
      • schedule
      • search
      • test
    • projects.locations.integrations.executions
      • Overview
      • cancel
      • list
      • replay
    • projects.locations.integrations.executions.suspensions
      • Overview
      • lift
      • list
      • resolve
    • projects.locations.integrations.versions
      • Overview
      • create
      • delete
      • download
      • downloadJsonPackage
      • get
      • list
      • patch
      • publish
      • unpublish
      • upload
    • projects.locations.integrations.versions.testCases
      • Overview
      • create
      • delete
      • download
      • execute
      • executeTest
      • get
      • list
      • patch
      • takeoverEditLock
      • upload
    • projects.locations.sfdcInstances
      • Overview
      • create
      • delete
      • get
      • list
      • patch
    • projects.locations.sfdcInstances.sfdcChannels
      • Overview
      • create
      • delete
      • get
      • list
      • patch
    • projects.locations.templates
      • Overview
      • create
      • delete
      • download
      • get
      • import
      • list
      • patch
      • search
      • share
      • unshare
      • upload
      • use
    • Types
    • CloudKmsConfig
    • CloudLoggingDetails
    • Coordinate
    • DatabasePersistencePolicy
    • DownloadIntegrationVersionResponse
    • EventParameter
    • ExecuteIntegrationsResponse
    • ExecuteTestCaseResponse
    • FileFormat
    • IntegrationDetails
    • IntegrationFile
    • IntegrationParameter
    • IntegrationParameterDataType
    • IntegrationState
    • LiftSuspensionResponse
    • ListAuthConfigsResponse
    • ListCertificatesResponse
    • ListExecutionsResponse
    • ListIntegrationVersionsResponse
    • ListIntegrationsResponse
    • ListSfdcChannelsResponse
    • ListSfdcInstancesResponse
    • ListSuspensionsResponse
    • NextTask
    • NextTasksExecutionPolicy
    • PublishIntegrationVersionResponse
    • ResolveSuspensionResponse
    • ScheduleIntegrationsResponse
    • Suspension
    • TaskConfig
    • TestIntegrationsResponse
    • TriggerConfig
    • UploadIntegrationVersionResponse
    • ValueType
  • REST reference (v2)
    • REST Resources
    • projects.locations.integrations
      • Overview
      • execute
      • schedule
    • projects.locations.integrations.executions
      • Overview
      • list
      • troubleshoot
    • projects.locations.integrations.executions.taskExecutions
      • Overview
      • get
    • Types
    • HttpBody
  • Data mapping functions
  • Data transformer functions
    • Introduction
    • Array functions
    • Aggregate functions
    • Hash functions
    • JSON functions
    • Mathematical functions
    • String functions
    • Timestamp functions
    • Utility functions
    • XML functions
    • Miscellaneous functions
  • Data mapping functions
    • Introduction
    • Mapping functions
      • ADD
      • AND
      • APPEND
      • APPEND_ALL
      • APPEND_ELEMENT
      • AVG
      • CEIL
      • CONCAT
      • CONTAINS
      • DECODE_BASE64_STRING
      • DIVIDE
      • EQUALS
      • EQUALS_IGNORE_CASE
      • EPOCH_TO_HUMAN_READABLE_TIME
      • EXPONENT
      • FILTER
      • FLATTEN
      • FLOOR
      • FOR_EACH
      • GET
      • GET_ELEMENT
      • GET_PROPERTY
      • GREATER_THAN
      • GREATER_THAN_EQUAL_TO
      • LENGTH
      • LESS_THAN_EQUAL_TO
      • LESS_THAN
      • MAX
      • MERGE
      • MIN
      • MOD
      • MULTIPLY
      • NAND
      • NOR
      • NOT
      • OR
      • REMOVE
      • REMOVE_AT
      • REMOVE_PROPERTY
      • REPLACE_ALL
      • RESOLVE_TEMPLATE
      • ROUND
      • SET
      • SET_PROPERTY
      • SIZE
      • SPLIT
      • SUBSTRING
      • SUBTRACT
      • SUM
      • TO_BASE_64
      • TO_BOOLEAN_ARRAY
      • TO_BOOLEAN
      • TO_DOUBLE_ARRAY
      • TO_DOUBLE
      • TO_INT_ARRAY
      • TO_INT
      • TO_JSON
      • TO_LOWERCASE
      • TO_SET
      • TO_STRING_ARRAY
      • TO_STRING
      • TO_UPPERCASE
      • XNOR
      • XOR
    • Base functions
      • GENERATE_UUID
      • GET_EXECUTION_ID
      • GET_INTEGRATION_NAME
      • GET_INTEGRATION_REGION
      • GET_PROJECT_ID
      • INT_LIST
      • NOW_IN_MILLIS
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
  • Home
  • Documentation
  • Application development
  • Application Integration
  • Reference

Coordinate
Stay organized with collections Save and categorize content based on your preferences.

  • JSON representation

Configuration detail of coordinate, it used for UI

JSON representation
{
  "x": integer,
  "y": integer
}
Fields
x

integer

Required. X axis of the coordinate

y

integer

Required. Y axis of the coordinate

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-22 UTC.

  • Products and pricing

    • See all products
    • Google Cloud pricing
    • Google Cloud Marketplace
    • Contact sales
  • Support

    • Google Cloud Community
    • Support
    • Release Notes
    • System status
  • Resources

    • GitHub
    • Getting Started with Google Cloud
    • Code samples
    • Cloud Architecture Center
    • Training and Certification
  • Engage

    • Blog
    • Events
    • X (Twitter)
    • Google Cloud on YouTube
    • Google Cloud Tech on YouTube
  • About Google
  • Privacy
  • Site terms
  • Google Cloud terms
  • Manage cookies
  • Our third decade of climate action: join us
  • Sign up for the Google Cloud newsletter Subscribe
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어