Uses of Class
com.oracle.bmc.goldengate.model.GooglePubSubConnection.TechnologyType
-
Packages that use GooglePubSubConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of GooglePubSubConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return GooglePubSubConnection.TechnologyType Modifier and Type Method Description static GooglePubSubConnection.TechnologyTypeGooglePubSubConnection.TechnologyType. create(String key)GooglePubSubConnection.TechnologyTypeCreateGooglePubSubConnectionDetails. getTechnologyType()The Google PubSub technology type.GooglePubSubConnection.TechnologyTypeGooglePubSubConnection. getTechnologyType()The Google PubSub technology type.GooglePubSubConnection.TechnologyTypeGooglePubSubConnectionSummary. getTechnologyType()The Google PubSub technology type.static GooglePubSubConnection.TechnologyTypeGooglePubSubConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static GooglePubSubConnection.TechnologyType[]GooglePubSubConnection.TechnologyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type GooglePubSubConnection.TechnologyType Modifier and Type Method Description CreateGooglePubSubConnectionDetails.BuilderCreateGooglePubSubConnectionDetails.Builder. technologyType(GooglePubSubConnection.TechnologyType technologyType)The Google PubSub technology type.GooglePubSubConnection.BuilderGooglePubSubConnection.Builder. technologyType(GooglePubSubConnection.TechnologyType technologyType)The Google PubSub technology type.GooglePubSubConnectionSummary.BuilderGooglePubSubConnectionSummary.Builder. technologyType(GooglePubSubConnection.TechnologyType technologyType)The Google PubSub technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type GooglePubSubConnection.TechnologyType Constructor Description CreateGooglePubSubConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, GooglePubSubConnection.TechnologyType technologyType, String serviceAccountKeyFile, String serviceAccountKeyFileSecretId)Deprecated.GooglePubSubConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, GooglePubSubConnection.TechnologyType technologyType, String serviceAccountKeyFileSecretId)Deprecated.GooglePubSubConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, GooglePubSubConnection.TechnologyType technologyType, String serviceAccountKeyFileSecretId)Deprecated.
-