Uses of Class
com.google.cloud.alloydb.v1alpha.ConnectionInfo.Builder
-
Packages that use ConnectionInfo.Builder Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of ConnectionInfo.Builder in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return ConnectionInfo.Builder Modifier and Type Method Description ConnectionInfo.Builder
ConnectionInfo.Builder. addAllPemCertificateChain(Iterable<String> values)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.ConnectionInfo.Builder
ConnectionInfo.Builder. addPemCertificateChain(String value)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.ConnectionInfo.Builder
ConnectionInfo.Builder. addPemCertificateChainBytes(com.google.protobuf.ByteString value)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.ConnectionInfo.Builder
ConnectionInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ConnectionInfo.Builder
ConnectionInfo.Builder. clear()
ConnectionInfo.Builder
ConnectionInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ConnectionInfo.Builder
ConnectionInfo.Builder. clearInstanceUid()
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. clearIpAddress()
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. clearName()
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.ConnectionInfo.Builder
ConnectionInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ConnectionInfo.Builder
ConnectionInfo.Builder. clearPemCertificateChain()
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.ConnectionInfo.Builder
ConnectionInfo.Builder. clone()
ConnectionInfo.Builder
ConnectionInfo.Builder. mergeFrom(ConnectionInfo other)
ConnectionInfo.Builder
ConnectionInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ConnectionInfo.Builder
ConnectionInfo.Builder. mergeFrom(com.google.protobuf.Message other)
ConnectionInfo.Builder
ConnectionInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static ConnectionInfo.Builder
ConnectionInfo. newBuilder()
static ConnectionInfo.Builder
ConnectionInfo. newBuilder(ConnectionInfo prototype)
ConnectionInfo.Builder
ConnectionInfo. newBuilderForType()
protected ConnectionInfo.Builder
ConnectionInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ConnectionInfo.Builder
ConnectionInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ConnectionInfo.Builder
ConnectionInfo.Builder. setInstanceUid(String value)
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. setInstanceUidBytes(com.google.protobuf.ByteString value)
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. setIpAddress(String value)
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. setIpAddressBytes(com.google.protobuf.ByteString value)
Output only.ConnectionInfo.Builder
ConnectionInfo.Builder. setName(String value)
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.ConnectionInfo.Builder
ConnectionInfo.Builder. setNameBytes(com.google.protobuf.ByteString value)
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.ConnectionInfo.Builder
ConnectionInfo.Builder. setPemCertificateChain(int index, String value)
Deprecated.google.cloud.alloydb.v1alpha.ConnectionInfo.pem_certificate_chain is deprecated.ConnectionInfo.Builder
ConnectionInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ConnectionInfo.Builder
ConnectionInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ConnectionInfo.Builder
ConnectionInfo. toBuilder()
-