public interface SetTablePrimaryKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryKey()
Optional.
|
com.google.protobuf.ByteString |
getPrimaryKeyBytes()
Optional.
|
String |
getPrimaryKeyColumns(int index)
Required.
|
com.google.protobuf.ByteString |
getPrimaryKeyColumnsBytes(int index)
Required.
|
int |
getPrimaryKeyColumnsCount()
Required.
|
List<String> |
getPrimaryKeyColumnsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPrimaryKeyColumnsList()
Required. List of column names for the primary key
repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];int getPrimaryKeyColumnsCount()
Required. List of column names for the primary key
repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];String getPrimaryKeyColumns(int index)
Required. List of column names for the primary key
repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getPrimaryKeyColumnsBytes(int index)
Required. List of column names for the primary key
repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.String getPrimaryKey()
Optional. Name for the primary key
string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPrimaryKeyBytes()
Optional. Name for the primary key
string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.