Interface GoogleCloudStorageIcebergStorageOrBuilder (0.42.0)

public interface GoogleCloudStorageIcebergStorageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract 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 abstract 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.

getProjectId()

public abstract 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 abstract 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.

getServiceAccountKeyFile()

public abstract 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 abstract 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.