public interface ResourceDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainer()
public abstract String getContainer()Specifies where the resource is created. For GCP, it is the full name of the project.
string container = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The container. |
getContainerBytes()
public abstract ByteString getContainerBytes()Specifies where the resource is created. For GCP, it is the full name of the project.
string container = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for container. |
getFullResourceName()
public abstract String getFullResourceName()Full resource name of the resource.
string full_resource_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The fullResourceName. |
getFullResourceNameBytes()
public abstract ByteString getFullResourceNameBytes()Full resource name of the resource.
string full_resource_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fullResourceName. |
getLocation()
public abstract String getLocation()Location of the resource.
string location = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Location of the resource.
string location = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getProduct()
public abstract Product getProduct()Product type of the resource.
.google.cloud.databasecenter.v1beta.Product product = 3;
| Returns | |
|---|---|
| Type | Description |
Product |
The product. |
getProductOrBuilder()
public abstract ProductOrBuilder getProductOrBuilder()Product type of the resource.
.google.cloud.databasecenter.v1beta.Product product = 3;
| Returns | |
|---|---|
| Type | Description |
ProductOrBuilder |
|
hasProduct()
public abstract boolean hasProduct()Product type of the resource.
.google.cloud.databasecenter.v1beta.Product product = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the product field is set. |