Package com.google.cloud.alloydb.v1alpha
Interface ConnectionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionInfo,ConnectionInfo.Builder
public interface ConnectionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetInstanceUid()Output only.com.google.protobuf.ByteStringgetInstanceUidBytes()Output only.StringgetIpAddress()Output only.com.google.protobuf.ByteStringgetIpAddressBytes()Output only.StringgetName()The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.com.google.protobuf.ByteStringgetNameBytes()The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.StringgetPemCertificateChain(int index)Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.com.google.protobuf.ByteStringgetPemCertificateChainBytes(int index)Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.intgetPemCertificateChainCount()Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.List<String>getPemCertificateChainList()Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.string name = 1;- Returns:
- The bytes for name.
-
getIpAddress
String getIpAddress()
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for ipAddress.
-
getPemCertificateChainList
@Deprecated List<String> getPemCertificateChainList()
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated. See google/cloud/alloydb/v1alpha/resources.proto;l=900Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
repeated string pem_certificate_chain = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the pemCertificateChain.
-
getPemCertificateChainCount
@Deprecated int getPemCertificateChainCount()
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated. See google/cloud/alloydb/v1alpha/resources.proto;l=900Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
repeated string pem_certificate_chain = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of pemCertificateChain.
-
getPemCertificateChain
@Deprecated String getPemCertificateChain(int index)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated. See google/cloud/alloydb/v1alpha/resources.proto;l=900Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
repeated string pem_certificate_chain = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The pemCertificateChain at the given index.
-
getPemCertificateChainBytes
@Deprecated com.google.protobuf.ByteString getPemCertificateChainBytes(int index)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated. See google/cloud/alloydb/v1alpha/resources.proto;l=900Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
repeated string pem_certificate_chain = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the pemCertificateChain at the given index.
-
getInstanceUid
String getInstanceUid()
Output only. The unique ID of the Instance.
string instance_uid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The instanceUid.
-
getInstanceUidBytes
com.google.protobuf.ByteString getInstanceUidBytes()
Output only. The unique ID of the Instance.
string instance_uid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for instanceUid.
-
-