public interface DeleteUserInstanceConfigActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProjectId()
public abstract String getProjectId()Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getUserConfigId()
public abstract String getUserConfigId()User instance config ID (not path), e.g. "custom-config".
string user_config_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The userConfigId. |
getUserConfigIdBytes()
public abstract ByteString getUserConfigIdBytes()User instance config ID (not path), e.g. "custom-config".
string user_config_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userConfigId. |