public interface CreateInstanceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstance()
public abstract Instance getInstance()
An instance resource.
.google.cloud.datafusion.v1.Instance instance = 3;
Type | Description |
Instance | The instance. |
getInstanceId()
public abstract String getInstanceId()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()
Required. The name of the instance to create.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for instanceId. |
getInstanceOrBuilder()
public abstract InstanceOrBuilder getInstanceOrBuilder()
An instance resource.
.google.cloud.datafusion.v1.Instance instance = 3;
Type | Description |
InstanceOrBuilder |
getParent()
public abstract String getParent()
Required. The instance's project and location in the format projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The instance's project and location in the format projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
hasInstance()
public abstract boolean hasInstance()
An instance resource.
.google.cloud.datafusion.v1.Instance instance = 3;
Type | Description |
boolean | Whether the instance field is set. |