public interface CreateInstanceRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstance()
Required.
|
java.lang.String |
getInstanceId()
Required.
|
ByteString |
getInstanceIdBytes()
Required.
|
InstanceOrBuilder |
getInstanceOrBuilder()
Required.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasInstance()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
Required. The name of the project in which to create the instance. Values are of the form `projects/<project>`.
string parent = 1;ByteString getParentBytes()
Required. The name of the project in which to create the instance. Values are of the form `projects/<project>`.
string parent = 1;java.lang.String getInstanceId()
Required. The ID of the instance to create. Valid identifiers are of the form `[a-z][-a-z0-9]*[a-z0-9]` and must be between 6 and 30 characters in length.
string instance_id = 2;ByteString getInstanceIdBytes()
Required. The ID of the instance to create. Valid identifiers are of the form `[a-z][-a-z0-9]*[a-z0-9]` and must be between 6 and 30 characters in length.
string instance_id = 2;boolean hasInstance()
Required. The instance to create. The name may be omitted, but if specified must be `<parent>/instances/<instance_id>`.
.google.spanner.admin.instance.v1.Instance instance = 3;Instance getInstance()
Required. The instance to create. The name may be omitted, but if specified must be `<parent>/instances/<instance_id>`.
.google.spanner.admin.instance.v1.Instance instance = 3;InstanceOrBuilder getInstanceOrBuilder()
Required. The instance to create. The name may be omitted, but if specified must be `<parent>/instances/<instance_id>`.
.google.spanner.admin.instance.v1.Instance instance = 3;