| Modifier and Type | Method and Description |
|---|---|
SqlAclEntry |
SqlAclEntry.Builder.build() |
SqlAclEntry |
SqlAclEntry.Builder.buildPartial() |
SqlAclEntry |
SqlIpConfigOrBuilder.getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlAclEntry |
SqlIpConfig.getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlAclEntry |
SqlIpConfig.Builder.getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance
using the IP.
|
static SqlAclEntry |
SqlAclEntry.getDefaultInstance() |
SqlAclEntry |
SqlAclEntry.getDefaultInstanceForType() |
SqlAclEntry |
SqlAclEntry.Builder.getDefaultInstanceForType() |
static SqlAclEntry |
SqlAclEntry.parseDelimitedFrom(InputStream input) |
static SqlAclEntry |
SqlAclEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlAclEntry |
SqlAclEntry.parseFrom(byte[] data) |
static SqlAclEntry |
SqlAclEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlAclEntry |
SqlAclEntry.parseFrom(ByteBuffer data) |
static SqlAclEntry |
SqlAclEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlAclEntry |
SqlAclEntry.parseFrom(com.google.protobuf.ByteString data) |
static SqlAclEntry |
SqlAclEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlAclEntry |
SqlAclEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static SqlAclEntry |
SqlAclEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqlAclEntry |
SqlAclEntry.parseFrom(InputStream input) |
static SqlAclEntry |
SqlAclEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlAclEntry> |
SqlIpConfigOrBuilder.getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance
using the IP.
|
List<SqlAclEntry> |
SqlIpConfig.getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance
using the IP.
|
List<SqlAclEntry> |
SqlIpConfig.Builder.getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance
using the IP.
|
com.google.protobuf.Parser<SqlAclEntry> |
SqlAclEntry.getParserForType() |
static com.google.protobuf.Parser<SqlAclEntry> |
SqlAclEntry.parser() |
| Modifier and Type | Method and Description |
|---|---|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(int index,
SqlAclEntry value)
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(SqlAclEntry value)
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlAclEntry.Builder |
SqlAclEntry.Builder.mergeFrom(SqlAclEntry other) |
static SqlAclEntry.Builder |
SqlAclEntry.newBuilder(SqlAclEntry prototype) |
SqlIpConfig.Builder |
SqlIpConfig.Builder.setAuthorizedNetworks(int index,
SqlAclEntry value)
The list of external networks that are allowed to connect to the instance
using the IP.
|
| Modifier and Type | Method and Description |
|---|---|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAllAuthorizedNetworks(Iterable<? extends SqlAclEntry> values)
The list of external networks that are allowed to connect to the instance
using the IP.
|
Copyright © 2024 Google LLC. All rights reserved.