public interface CreateQueryTemplateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource path of the QueryTemplate.
e.g.
projects/myproject/locations/us/dataExchanges/123/queryTemplates/myQueryTemplate.
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 path of the QueryTemplate.
e.g.
projects/myproject/locations/us/dataExchanges/123/queryTemplates/myQueryTemplate.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getQueryTemplate()
public abstract QueryTemplate getQueryTemplate()Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QueryTemplate |
The queryTemplate. |
getQueryTemplateId()
public abstract String getQueryTemplateId()Required. The ID of the QueryTemplate to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string query_template_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The queryTemplateId. |
getQueryTemplateIdBytes()
public abstract ByteString getQueryTemplateIdBytes()Required. The ID of the QueryTemplate to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string query_template_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for queryTemplateId. |
getQueryTemplateOrBuilder()
public abstract QueryTemplateOrBuilder getQueryTemplateOrBuilder()Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QueryTemplateOrBuilder |
|
hasQueryTemplate()
public abstract boolean hasQueryTemplate()Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryTemplate field is set. |