Class: Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb

Overview

The Amazon S3 Iceberg storage.

Defined Under Namespace

Modules: SchemeType

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns Required. The access key ID of Amazon S3.

Returns:

  • (::String)

    Required. The access key ID of Amazon S3.



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end

#bucket::String

Returns Required. The bucket of Amazon S3.

Returns:

  • (::String)

    Required. The bucket of Amazon S3.



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end

#endpoint::String

Returns Optional. The endpoint of Amazon S3.

Returns:

  • (::String)

    Optional. The endpoint of Amazon S3.



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end

#region::String

Returns Required. The region of Amazon S3.

Returns:

  • (::String)

    Required. The region of Amazon S3.



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end

#scheme_type::Google::Cloud::OracleDatabase::V1::AmazonS3IcebergStorage::SchemeType

Returns Required. The scheme type of Amazon S3.

Returns:



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end

#secret_access_key_secret::String

Returns Optional. The secret access key of Amazon S3.

Returns:

  • (::String)

    Optional. The secret access key of Amazon S3.



1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1992

class AmazonS3IcebergStorage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum for scheme type of Amazon S3.
  module SchemeType
    # Scheme type not specified.
    SCHEME_TYPE_UNSPECIFIED = 0

    # S3 scheme.
    S3 = 1

    # S3A scheme.
    S3A = 2
  end
end