Send feedback
Class DiscoverConnectionProfileRequest (1.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class DiscoverConnectionProfileRequest extends GeneratedMessageV3 implements DiscoverConnectionProfileRequestOrBuilder
Request message for 'discover' ConnectionProfile request.
Protobuf type google.cloud.datastream.v1alpha1.DiscoverConnectionProfileRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONNECTION_PROFILE_FIELD_NUMBER
public static final int CONNECTION_PROFILE_FIELD_NUMBER
Field Value
Type
Description
int
CONNECTION_PROFILE_NAME_FIELD_NUMBER
public static final int CONNECTION_PROFILE_NAME_FIELD_NUMBER
Field Value
Type
Description
int
MYSQL_RDBMS_FIELD_NUMBER
public static final int MYSQL_RDBMS_FIELD_NUMBER
Field Value
Type
Description
int
ORACLE_RDBMS_FIELD_NUMBER
public static final int ORACLE_RDBMS_FIELD_NUMBER
Field Value
Type
Description
int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
RECURSION_DEPTH_FIELD_NUMBER
public static final int RECURSION_DEPTH_FIELD_NUMBER
Field Value
Type
Description
int
RECURSIVE_FIELD_NUMBER
public static final int RECURSIVE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DiscoverConnectionProfileRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DiscoverConnectionProfileRequest . Builder newBuilder ()
newBuilder(DiscoverConnectionProfileRequest prototype)
public static DiscoverConnectionProfileRequest . Builder newBuilder ( DiscoverConnectionProfileRequest prototype )
public static DiscoverConnectionProfileRequest parseDelimitedFrom ( InputStream input )
public static DiscoverConnectionProfileRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DiscoverConnectionProfileRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoverConnectionProfileRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DiscoverConnectionProfileRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoverConnectionProfileRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DiscoverConnectionProfileRequest parseFrom ( CodedInputStream input )
public static DiscoverConnectionProfileRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DiscoverConnectionProfileRequest parseFrom ( InputStream input )
public static DiscoverConnectionProfileRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DiscoverConnectionProfileRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoverConnectionProfileRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DiscoverConnectionProfileRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConnectionProfile()
public ConnectionProfile getConnectionProfile ()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
getConnectionProfileName()
public String getConnectionProfileName ()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
Returns
Type
Description
String
The connectionProfileName.
getConnectionProfileNameBytes()
public ByteString getConnectionProfileNameBytes ()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
Returns
Type
Description
ByteString
The bytes for connectionProfileName.
getConnectionProfileOrBuilder()
public ConnectionProfileOrBuilder getConnectionProfileOrBuilder ()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
getDataObjectCase()
public DiscoverConnectionProfileRequest . DataObjectCase getDataObjectCase ()
getDefaultInstanceForType()
public DiscoverConnectionProfileRequest getDefaultInstanceForType ()
getDepthCase()
public DiscoverConnectionProfileRequest . DepthCase getDepthCase ()
getMysqlRdbms()
public MysqlRdbms getMysqlRdbms ()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
Returns
Type
Description
MysqlRdbms
The mysqlRdbms.
getMysqlRdbmsOrBuilder()
public MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder ()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
getOracleRdbms()
public OracleRdbms getOracleRdbms ()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
getOracleRdbmsOrBuilder()
public OracleRdbmsOrBuilder getOracleRdbmsOrBuilder ()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
getParent()
public String getParent ()
Required. The parent resource of the ConnectionProfile type. Must be in the
format projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The parent resource of the ConnectionProfile type. Must be in the
format projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
getParserForType()
public Parser<DiscoverConnectionProfileRequest> getParserForType ()
Overrides
getRecursionDepth()
public int getRecursionDepth ()
The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
Returns
Type
Description
int
The recursionDepth.
getRecursive()
public boolean getRecursive ()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
bool recursive = 3;
Returns
Type
Description
boolean
The recursive.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTargetCase()
public DiscoverConnectionProfileRequest . TargetCase getTargetCase ()
hasConnectionProfile()
public boolean hasConnectionProfile ()
An ad-hoc ConnectionProfile configuration.
.google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
Returns
Type
Description
boolean
Whether the connectionProfile field is set.
hasConnectionProfileName()
public boolean hasConnectionProfileName ()
A reference to an existing ConnectionProfile.
string connection_profile_name = 201;
Returns
Type
Description
boolean
Whether the connectionProfileName field is set.
hasMysqlRdbms()
public boolean hasMysqlRdbms ()
MySQL RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
Returns
Type
Description
boolean
Whether the mysqlRdbms field is set.
hasOracleRdbms()
public boolean hasOracleRdbms ()
Oracle RDBMS to enrich with child data objects and metadata.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
Returns
Type
Description
boolean
Whether the oracleRdbms field is set.
hasRecursionDepth()
public boolean hasRecursionDepth ()
The number of hierarchy levels below the current level to be retrieved.
int32 recursion_depth = 4;
Returns
Type
Description
boolean
Whether the recursionDepth field is set.
hasRecursive()
public boolean hasRecursive ()
Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
bool recursive = 3;
Returns
Type
Description
boolean
Whether the recursive field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DiscoverConnectionProfileRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoverConnectionProfileRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DiscoverConnectionProfileRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]