Class GoldengateMicrosoftFabricConnectionProperties.Builder (0.42.0)

public static final class GoldengateMicrosoftFabricConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateMicrosoftFabricConnectionProperties.Builder> implements GoldengateMicrosoftFabricConnectionPropertiesOrBuilder

The properties of GoldengateMicrosoftFabricConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateMicrosoftFabricConnectionProperties

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GoldengateMicrosoftFabricConnectionProperties build()
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties

buildPartial()

public GoldengateMicrosoftFabricConnectionProperties buildPartial()
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties

clear()

public GoldengateMicrosoftFabricConnectionProperties.Builder clear()
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder
Overrides

clearClientId()

public GoldengateMicrosoftFabricConnectionProperties.Builder clearClientId()

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

clearClientSecret()

public GoldengateMicrosoftFabricConnectionProperties.Builder clearClientSecret()

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

clearEndpoint()

public GoldengateMicrosoftFabricConnectionProperties.Builder clearEndpoint()

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

clearTechnologyType()

public GoldengateMicrosoftFabricConnectionProperties.Builder clearTechnologyType()

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

clearTenantId()

public GoldengateMicrosoftFabricConnectionProperties.Builder clearTenantId()

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

getClientId()

public String getClientId()

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The clientId.

getClientIdBytes()

public ByteString getClientIdBytes()

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for clientId.

getClientSecret()

public String getClientSecret()

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The clientSecret.

getClientSecretBytes()

public ByteString getClientSecretBytes()

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for clientSecret.

getDefaultInstanceForType()

public GoldengateMicrosoftFabricConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndpoint()

public String getEndpoint()

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public ByteString getEndpointBytes()

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for endpoint.

getTechnologyType()

public String getTechnologyType()

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for technologyType.

getTenantId()

public String getTenantId()

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tenantId.

getTenantIdBytes()

public ByteString getTenantIdBytes()

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tenantId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GoldengateMicrosoftFabricConnectionProperties other)

public GoldengateMicrosoftFabricConnectionProperties.Builder mergeFrom(GoldengateMicrosoftFabricConnectionProperties other)
Parameter
Name Description
other GoldengateMicrosoftFabricConnectionProperties
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GoldengateMicrosoftFabricConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GoldengateMicrosoftFabricConnectionProperties.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder
Overrides

setClientId(String value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setClientId(String value)

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The clientId to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setClientIdBytes(ByteString value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setClientIdBytes(ByteString value)

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for clientId to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setClientSecret(String value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setClientSecret(String value)

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The clientSecret to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setClientSecretBytes(ByteString value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setClientSecretBytes(ByteString value)

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for clientSecret to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setEndpoint(String value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setEndpoint(String value)

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The endpoint to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setEndpointBytes(ByteString value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setEndpointBytes(ByteString value)

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for endpoint to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setTechnologyType(String value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setTechnologyType(String value)

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The technologyType to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setTechnologyTypeBytes(ByteString value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for technologyType to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setTenantId(String value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setTenantId(String value)

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The tenantId to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.

setTenantIdBytes(ByteString value)

public GoldengateMicrosoftFabricConnectionProperties.Builder setTenantIdBytes(ByteString value)

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for tenantId to set.

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

This builder for chaining.