All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.spanner.spi.v1.grpc-gcp-apiconfig.json Maven / Gradle / Ivy

There is a newer version: 6.81.1
Show newest version
{
  "channelPool": {
    "maxSize": 3,
    "maxConcurrentStreamsLowWatermark": 0
  },
  "method": [
    {
      "name": ["google.spanner.v1.Spanner/CreateSession"],
      "affinity" : {
        "command": "BIND",
        "affinityKey": "name"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/BatchCreateSessions"],
      "affinity" : {
        "command": "BIND",
        "affinityKey": "session.name"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/GetSession"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "name"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/DeleteSession"],
      "affinity": {
        "command": "UNBIND",
        "affinityKey": "name"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/ExecuteSql"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/ExecuteBatchDml"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/ExecuteStreamingSql"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/Read"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/StreamingRead"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/BeginTransaction"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/Commit"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/PartitionRead"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/PartitionQuery"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    },
    {
      "name": ["google.spanner.v1.Spanner/Rollback"],
      "affinity": {
        "command": "BOUND",
        "affinityKey": "session"
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy