public final class ConnectionProfile extends com.google.protobuf.GeneratedMessageV3 implements ConnectionProfileOrBuilder
A set of reusable connection configurations to be used as a source or destination for a stream.Protobuf type
google.cloud.datastream.v1.ConnectionProfile| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionProfile.Builder
A set of reusable connection configurations to be used as a source or
destination for a stream.
|
static class |
ConnectionProfile.ConnectivityCase |
static class |
ConnectionProfile.ProfileCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BIGQUERY_PROFILE_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
FORWARD_SSH_CONNECTIVITY_FIELD_NUMBER |
static int |
GCS_PROFILE_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
MYSQL_PROFILE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ORACLE_PROFILE_FIELD_NUMBER |
static int |
POSTGRESQL_PROFILE_FIELD_NUMBER |
static int |
PRIVATE_CONNECTIVITY_FIELD_NUMBER |
static int |
STATIC_SERVICE_IP_CONNECTIVITY_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels.
|
boolean |
equals(Object obj) |
BigQueryProfile |
getBigqueryProfile()
BigQuery Connection Profile configuration.
|
BigQueryProfileOrBuilder |
getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
|
ConnectionProfile.ConnectivityCase |
getConnectivityCase() |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static ConnectionProfile |
getDefaultInstance() |
ConnectionProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
ForwardSshTunnelConnectivity |
getForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
ForwardSshTunnelConnectivityOrBuilder |
getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
|
GcsProfile |
getGcsProfile()
Cloud Storage ConnectionProfile configuration.
|
GcsProfileOrBuilder |
getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels.
|
Map<String,String> |
getLabelsMap()
Labels.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels.
|
String |
getLabelsOrThrow(String key)
Labels.
|
MysqlProfile |
getMysqlProfile()
MySQL ConnectionProfile configuration.
|
MysqlProfileOrBuilder |
getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
OracleProfile |
getOracleProfile()
Oracle ConnectionProfile configuration.
|
OracleProfileOrBuilder |
getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
|
com.google.protobuf.Parser<ConnectionProfile> |
getParserForType() |
PostgresqlProfile |
getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
PostgresqlProfileOrBuilder |
getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
|
PrivateConnectivity |
getPrivateConnectivity()
Private connectivity.
|
PrivateConnectivityOrBuilder |
getPrivateConnectivityOrBuilder()
Private connectivity.
|
ConnectionProfile.ProfileCase |
getProfileCase() |
int |
getSerializedSize() |
StaticServiceIpConnectivity |
getStaticServiceIpConnectivity()
Static Service IP connectivity.
|
StaticServiceIpConnectivityOrBuilder |
getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBigqueryProfile()
BigQuery Connection Profile configuration.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
boolean |
hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
|
int |
hashCode() |
boolean |
hasMysqlProfile()
MySQL ConnectionProfile configuration.
|
boolean |
hasOracleProfile()
Oracle ConnectionProfile configuration.
|
boolean |
hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
boolean |
hasPrivateConnectivity()
Private connectivity.
|
boolean |
hasStaticServiceIpConnectivity()
Static Service IP connectivity.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static ConnectionProfile.Builder |
newBuilder() |
static ConnectionProfile.Builder |
newBuilder(ConnectionProfile prototype) |
ConnectionProfile.Builder |
newBuilderForType() |
protected ConnectionProfile.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ConnectionProfile |
parseDelimitedFrom(InputStream input) |
static ConnectionProfile |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectionProfile |
parseFrom(byte[] data) |
static ConnectionProfile |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectionProfile |
parseFrom(ByteBuffer data) |
static ConnectionProfile |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectionProfile |
parseFrom(com.google.protobuf.ByteString data) |
static ConnectionProfile |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectionProfile |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConnectionProfile |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectionProfile |
parseFrom(InputStream input) |
static ConnectionProfile |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConnectionProfile> |
parser() |
ConnectionProfile.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int ORACLE_PROFILE_FIELD_NUMBER
public static final int GCS_PROFILE_FIELD_NUMBER
public static final int MYSQL_PROFILE_FIELD_NUMBER
public static final int BIGQUERY_PROFILE_FIELD_NUMBER
public static final int POSTGRESQL_PROFILE_FIELD_NUMBER
public static final int STATIC_SERVICE_IP_CONNECTIVITY_FIELD_NUMBER
public static final int FORWARD_SSH_CONNECTIVITY_FIELD_NUMBER
public static final int PRIVATE_CONNECTIVITY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ConnectionProfile.ProfileCase getProfileCase()
getProfileCase in interface ConnectionProfileOrBuilderpublic ConnectionProfile.ConnectivityCase getConnectivityCase()
getConnectivityCase in interface ConnectionProfileOrBuilderpublic String getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface ConnectionProfileOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface ConnectionProfileOrBuilderpublic boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface ConnectionProfileOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface ConnectionProfileOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface ConnectionProfileOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface ConnectionProfileOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface ConnectionProfileOrBuilderpublic int getLabelsCount()
ConnectionProfileOrBuilderLabels.
map<string, string> labels = 4;getLabelsCount in interface ConnectionProfileOrBuilderpublic boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;containsLabels in interface ConnectionProfileOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface ConnectionProfileOrBuilderpublic Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;getLabelsMap in interface ConnectionProfileOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;getLabelsOrDefault in interface ConnectionProfileOrBuilderpublic String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;getLabelsOrThrow in interface ConnectionProfileOrBuilderpublic String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface ConnectionProfileOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface ConnectionProfileOrBuilderpublic boolean hasOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;hasOracleProfile in interface ConnectionProfileOrBuilderpublic OracleProfile getOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;getOracleProfile in interface ConnectionProfileOrBuilderpublic OracleProfileOrBuilder getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;getOracleProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;hasGcsProfile in interface ConnectionProfileOrBuilderpublic GcsProfile getGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;getGcsProfile in interface ConnectionProfileOrBuilderpublic GcsProfileOrBuilder getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;getGcsProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;hasMysqlProfile in interface ConnectionProfileOrBuilderpublic MysqlProfile getMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;getMysqlProfile in interface ConnectionProfileOrBuilderpublic MysqlProfileOrBuilder getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;getMysqlProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;hasBigqueryProfile in interface ConnectionProfileOrBuilderpublic BigQueryProfile getBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;getBigqueryProfile in interface ConnectionProfileOrBuilderpublic BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;getBigqueryProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;hasPostgresqlProfile in interface ConnectionProfileOrBuilderpublic PostgresqlProfile getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;getPostgresqlProfile in interface ConnectionProfileOrBuilderpublic PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;getPostgresqlProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
hasStaticServiceIpConnectivity in interface ConnectionProfileOrBuilderpublic StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getStaticServiceIpConnectivity in interface ConnectionProfileOrBuilderpublic StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getStaticServiceIpConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
hasForwardSshConnectivity in interface ConnectionProfileOrBuilderpublic ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getForwardSshConnectivity in interface ConnectionProfileOrBuilderpublic ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getForwardSshConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;hasPrivateConnectivity in interface ConnectionProfileOrBuilderpublic PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;getPrivateConnectivity in interface ConnectionProfileOrBuilderpublic PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;getPrivateConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConnectionProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectionProfile parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConnectionProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConnectionProfile parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConnectionProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConnectionProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConnectionProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConnectionProfile.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConnectionProfile.Builder newBuilder()
public static ConnectionProfile.Builder newBuilder(ConnectionProfile prototype)
public ConnectionProfile.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConnectionProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConnectionProfile getDefaultInstance()
public static com.google.protobuf.Parser<ConnectionProfile> parser()
public com.google.protobuf.Parser<ConnectionProfile> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConnectionProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.