public interface CreateQueryTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
QueryTemplate |
getQueryTemplate()
Required.
|
String |
getQueryTemplateId()
Required.
|
com.google.protobuf.ByteString |
getQueryTemplateIdBytes()
Required.
|
QueryTemplateOrBuilder |
getQueryTemplateOrBuilder()
Required.
|
boolean |
hasQueryTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];com.google.protobuf.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];boolean hasQueryTemplate()
Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
QueryTemplate getQueryTemplate()
Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
QueryTemplateOrBuilder getQueryTemplateOrBuilder()
Required. The QueryTemplate to create.
.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.