Class GoogleCloudStorageIcebergStorage (0.42.0)

public final class GoogleCloudStorageIcebergStorage extends GeneratedMessage implements GoogleCloudStorageIcebergStorageOrBuilder

The Google Cloud Storage Iceberg storage.

Protobuf type google.cloud.oracledatabase.v1.GoogleCloudStorageIcebergStorage

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoogleCloudStorageIcebergStorage

Static Fields

BUCKET_FIELD_NUMBER

public static final int BUCKET_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_ACCOUNT_KEY_FILE_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_KEY_FILE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoogleCloudStorageIcebergStorage getDefaultInstance()
Returns
Type Description
GoogleCloudStorageIcebergStorage

getDescriptor()

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

newBuilder()

public static GoogleCloudStorageIcebergStorage.Builder newBuilder()
Returns
Type Description
GoogleCloudStorageIcebergStorage.Builder

newBuilder(GoogleCloudStorageIcebergStorage prototype)

public static GoogleCloudStorageIcebergStorage.Builder newBuilder(GoogleCloudStorageIcebergStorage prototype)
Parameter
Name Description
prototype GoogleCloudStorageIcebergStorage
Returns
Type Description
GoogleCloudStorageIcebergStorage.Builder

parseDelimitedFrom(InputStream input)

public static GoogleCloudStorageIcebergStorage parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoogleCloudStorageIcebergStorage parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoogleCloudStorageIcebergStorage parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoogleCloudStorageIcebergStorage parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoogleCloudStorageIcebergStorage parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoogleCloudStorageIcebergStorage parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoogleCloudStorageIcebergStorage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleCloudStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoogleCloudStorageIcebergStorage> parser()
Returns
Type Description
Parser<GoogleCloudStorageIcebergStorage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBucket()

public String getBucket()

Required. The bucket of Google Cloud Storage.

string bucket = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Required. The bucket of Google Cloud Storage.

string bucket = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public GoogleCloudStorageIcebergStorage getDefaultInstanceForType()
Returns
Type Description
GoogleCloudStorageIcebergStorage

getParserForType()

public Parser<GoogleCloudStorageIcebergStorage> getParserForType()
Returns
Type Description
Parser<GoogleCloudStorageIcebergStorage>
Overrides

getProjectId()

public String getProjectId()

Required. The project ID of Google Cloud Storage.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. The project ID of Google Cloud Storage.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceAccountKeyFile()

public String getServiceAccountKeyFile()

Optional. The base64 encoded content of the service account key file of Google Cloud Storage.

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

Returns
Type Description
String

The serviceAccountKeyFile.

getServiceAccountKeyFileBytes()

public ByteString getServiceAccountKeyFileBytes()

Optional. The base64 encoded content of the service account key file of Google Cloud Storage.

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

Returns
Type Description
ByteString

The bytes for serviceAccountKeyFile.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoogleCloudStorageIcebergStorage.Builder newBuilderForType()
Returns
Type Description
GoogleCloudStorageIcebergStorage.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoogleCloudStorageIcebergStorage.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoogleCloudStorageIcebergStorage.Builder
Overrides

toBuilder()

public GoogleCloudStorageIcebergStorage.Builder toBuilder()
Returns
Type Description
GoogleCloudStorageIcebergStorage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException