public interface LoadIcebergTableCredentialsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStorageCredentials(int index)
public abstract StorageCredential getStorageCredentials(int index)The credentials for the table assigned to the caller.
repeated .google.cloud.biglake.v1.StorageCredential storage_credentials = 1 [json_name = "storage-credentials"];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageCredential |
|
getStorageCredentialsCount()
public abstract int getStorageCredentialsCount()The credentials for the table assigned to the caller.
repeated .google.cloud.biglake.v1.StorageCredential storage_credentials = 1 [json_name = "storage-credentials"];
| Returns | |
|---|---|
| Type | Description |
int |
|
getStorageCredentialsList()
public abstract List<StorageCredential> getStorageCredentialsList()The credentials for the table assigned to the caller.
repeated .google.cloud.biglake.v1.StorageCredential storage_credentials = 1 [json_name = "storage-credentials"];
| Returns | |
|---|---|
| Type | Description |
List<StorageCredential> |
|
getStorageCredentialsOrBuilder(int index)
public abstract StorageCredentialOrBuilder getStorageCredentialsOrBuilder(int index)The credentials for the table assigned to the caller.
repeated .google.cloud.biglake.v1.StorageCredential storage_credentials = 1 [json_name = "storage-credentials"];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StorageCredentialOrBuilder |
|
getStorageCredentialsOrBuilderList()
public abstract List<? extends StorageCredentialOrBuilder> getStorageCredentialsOrBuilderList()The credentials for the table assigned to the caller.
repeated .google.cloud.biglake.v1.StorageCredential storage_credentials = 1 [json_name = "storage-credentials"];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.v1.StorageCredentialOrBuilder> |
|