public final class GoldengateDeploymentType extends GeneratedMessage implements GoldengateDeploymentTypeOrBuilder
Details of the Goldengate Deployment Type resource.
Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentType
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CATEGORY_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CONNECTION_TYPES_FIELD_NUMBER
public static final int CONNECTION_TYPES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DEFAULT_USERNAME_FIELD_NUMBER
public static final int DEFAULT_USERNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DEPLOYMENT_TYPE_FIELD_NUMBER
public static final int DEPLOYMENT_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OGG_VERSION_FIELD_NUMBER
public static final int OGG_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SOURCE_TECHNOLOGIES_FIELD_NUMBER
public static final int SOURCE_TECHNOLOGIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUPPORTED_CAPABILITIES_FIELD_NUMBER
public static final int SUPPORTED_CAPABILITIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUPPORTED_TECHNOLOGIES_URL_FIELD_NUMBER
public static final int SUPPORTED_TECHNOLOGIES_URL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TARGET_TECHNOLOGIES_FIELD_NUMBER
public static final int TARGET_TECHNOLOGIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GoldengateDeploymentType getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GoldengateDeploymentType.Builder newBuilder()
newBuilder(GoldengateDeploymentType prototype)
public static GoldengateDeploymentType.Builder newBuilder(GoldengateDeploymentType prototype)
public static GoldengateDeploymentType parseDelimitedFrom(InputStream input)
public static GoldengateDeploymentType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GoldengateDeploymentType parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GoldengateDeploymentType parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GoldengateDeploymentType parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateDeploymentType parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateDeploymentType parseFrom(CodedInputStream input)
public static GoldengateDeploymentType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateDeploymentType parseFrom(InputStream input)
public static GoldengateDeploymentType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GoldengateDeploymentType parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GoldengateDeploymentType parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GoldengateDeploymentType> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCategory()
public GoldengateDeploymentType.DeploymentCategory getCategory()
Output only. The category of the Goldengate Deployment Type resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCategoryValue()
public int getCategoryValue()
Output only. The category of the Goldengate Deployment Type resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for category.
|
getConnectionTypes(int index)
public String getConnectionTypes(int index)
Output only. The connection types of the Goldengate Deployment Type
resource.
repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The connectionTypes at the given index.
|
getConnectionTypesBytes(int index)
public ByteString getConnectionTypesBytes(int index)
Output only. The connection types of the Goldengate Deployment Type
resource.
repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the connectionTypes at the given index.
|
getConnectionTypesCount()
public int getConnectionTypesCount()
Output only. The connection types of the Goldengate Deployment Type
resource.
repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The count of connectionTypes.
|
getConnectionTypesList()
public ProtocolStringList getConnectionTypesList()
Output only. The connection types of the Goldengate Deployment Type
resource.
repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public GoldengateDeploymentType getDefaultInstanceForType()
getDefaultUsername()
public String getDefaultUsername()
Output only. The default username of the Goldengate Deployment Type
resource.
string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The defaultUsername.
|
getDefaultUsernameBytes()
public ByteString getDefaultUsernameBytes()
Output only. The default username of the Goldengate Deployment Type
resource.
string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for defaultUsername.
|
getDeploymentType()
public GoldengateDeploymentType.DeploymentType getDeploymentType()
Output only. The deployment type of the Goldengate Deployment Type
resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentType deployment_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeploymentTypeValue()
public int getDeploymentTypeValue()
Output only. The deployment type of the Goldengate Deployment Type
resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentType deployment_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for deploymentType.
|
getDisplayName()
public String getDisplayName()
Output only. The display name of the Goldengate Deployment Type resource.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Output only. The display name of the Goldengate Deployment Type resource.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for displayName.
|
getName()
Identifier. The name of the Goldengate Deployment Type resource with the
format:
projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the Goldengate Deployment Type resource with the
format:
projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getOggVersion()
public String getOggVersion()
Output only. The Ogg version of the Goldengate Deployment Type resource.
string ogg_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The oggVersion.
|
getOggVersionBytes()
public ByteString getOggVersionBytes()
Output only. The Ogg version of the Goldengate Deployment Type resource.
string ogg_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for oggVersion.
|
getParserForType()
public Parser<GoldengateDeploymentType> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSourceTechnologies(int index)
public String getSourceTechnologies(int index)
Output only. The source technologies of the Goldengate Deployment Type
resource.
repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The sourceTechnologies at the given index.
|
getSourceTechnologiesBytes(int index)
public ByteString getSourceTechnologiesBytes(int index)
Output only. The source technologies of the Goldengate Deployment Type
resource.
repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the sourceTechnologies at the given index.
|
getSourceTechnologiesCount()
public int getSourceTechnologiesCount()
Output only. The source technologies of the Goldengate Deployment Type
resource.
repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The count of sourceTechnologies.
|
getSourceTechnologiesList()
public ProtocolStringList getSourceTechnologiesList()
Output only. The source technologies of the Goldengate Deployment Type
resource.
repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSupportedCapabilities(int index)
public String getSupportedCapabilities(int index)
Output only. The supported capabilities of the Goldengate Deployment Type
resource.
repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The supportedCapabilities at the given index.
|
getSupportedCapabilitiesBytes(int index)
public ByteString getSupportedCapabilitiesBytes(int index)
Output only. The supported capabilities of the Goldengate Deployment Type
resource.
repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the supportedCapabilities at the given index.
|
getSupportedCapabilitiesCount()
public int getSupportedCapabilitiesCount()
Output only. The supported capabilities of the Goldengate Deployment Type
resource.
repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The count of supportedCapabilities.
|
getSupportedCapabilitiesList()
public ProtocolStringList getSupportedCapabilitiesList()
Output only. The supported capabilities of the Goldengate Deployment Type
resource.
repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSupportedTechnologiesUrl()
public String getSupportedTechnologiesUrl()
Output only. The supported technologies URL of the Goldengate Deployment
Type resource.
string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The supportedTechnologiesUrl.
|
getSupportedTechnologiesUrlBytes()
public ByteString getSupportedTechnologiesUrlBytes()
Output only. The supported technologies URL of the Goldengate Deployment
Type resource.
string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for supportedTechnologiesUrl.
|
getTargetTechnologies(int index)
public String getTargetTechnologies(int index)
Output only. The target technologies of the Goldengate Deployment Type
resource.
repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The targetTechnologies at the given index.
|
getTargetTechnologiesBytes(int index)
public ByteString getTargetTechnologiesBytes(int index)
Output only. The target technologies of the Goldengate Deployment Type
resource.
repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the targetTechnologies at the given index.
|
getTargetTechnologiesCount()
public int getTargetTechnologiesCount()
Output only. The target technologies of the Goldengate Deployment Type
resource.
repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The count of targetTechnologies.
|
getTargetTechnologiesList()
public ProtocolStringList getTargetTechnologiesList()
Output only. The target technologies of the Goldengate Deployment Type
resource.
repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GoldengateDeploymentType.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GoldengateDeploymentType.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GoldengateDeploymentType.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides