public interface CreateHiveDatabaseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHiveDatabase()
public abstract HiveDatabase getHiveDatabase() Required. The database to create.
The name field does not need to be provided.
.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveDatabase |
The hiveDatabase. |
getHiveDatabaseId()
public abstract String getHiveDatabaseId()Required. The ID to use for the Hive Database. The maximum length is 128 characters.
string hive_database_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The hiveDatabaseId. |
getHiveDatabaseIdBytes()
public abstract ByteString getHiveDatabaseIdBytes()Required. The ID to use for the Hive Database. The maximum length is 128 characters.
string hive_database_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hiveDatabaseId. |
getHiveDatabaseOrBuilder()
public abstract HiveDatabaseOrBuilder getHiveDatabaseOrBuilder() Required. The database to create.
The name field does not need to be provided.
.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveDatabaseOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this database will be created. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this database will be created. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasHiveDatabase()
public abstract boolean hasHiveDatabase() Required. The database to create.
The name field does not need to be provided.
.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hiveDatabase field is set. |