Interface UpdateCloudDatabaseDdlActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateCloudDatabaseDdlAction, UpdateCloudDatabaseDdlAction.Builder

public interface UpdateCloudDatabaseDdlActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Cloud database ID (not full path), e.g.
    com.google.protobuf.ByteString
    Cloud database ID (not full path), e.g.
    Cloud instance ID (not path), e.g.
    com.google.protobuf.ByteString
    Cloud instance ID (not path), e.g.
    Op ID can be used to track progress of the update.
    com.google.protobuf.ByteString
    Op ID can be used to track progress of the update.
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    optional bytes proto_descriptors = 6;
    getSdlStatement(int index)
    SDL statements to apply to the database.
    com.google.protobuf.ByteString
    SDL statements to apply to the database.
    int
    SDL statements to apply to the database.
    SDL statements to apply to the database.
    boolean
    optional bytes proto_descriptors = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getInstanceId

      String getInstanceId()
       Cloud instance ID (not path), e.g. "test-instance".
       
      string instance_id = 1;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
       Cloud instance ID (not path), e.g. "test-instance".
       
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getProjectId

      String getProjectId()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 2;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 2;
      Returns:
      The bytes for projectId.
    • getDatabaseId

      String getDatabaseId()
       Cloud database ID (not full path), e.g. "db0".
       
      string database_id = 3;
      Returns:
      The databaseId.
    • getDatabaseIdBytes

      com.google.protobuf.ByteString getDatabaseIdBytes()
       Cloud database ID (not full path), e.g. "db0".
       
      string database_id = 3;
      Returns:
      The bytes for databaseId.
    • getSdlStatementList

      List<String> getSdlStatementList()
       SDL statements to apply to the database.
       
      repeated string sdl_statement = 4;
      Returns:
      A list containing the sdlStatement.
    • getSdlStatementCount

      int getSdlStatementCount()
       SDL statements to apply to the database.
       
      repeated string sdl_statement = 4;
      Returns:
      The count of sdlStatement.
    • getSdlStatement

      String getSdlStatement(int index)
       SDL statements to apply to the database.
       
      repeated string sdl_statement = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sdlStatement at the given index.
    • getSdlStatementBytes

      com.google.protobuf.ByteString getSdlStatementBytes(int index)
       SDL statements to apply to the database.
       
      repeated string sdl_statement = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the sdlStatement at the given index.
    • getOperationId

      String getOperationId()
       Op ID can be used to track progress of the update. If set, it must be
       unique per database. If not set, Cloud Spanner will generate operation ID
       automatically.
       
      string operation_id = 5;
      Returns:
      The operationId.
    • getOperationIdBytes

      com.google.protobuf.ByteString getOperationIdBytes()
       Op ID can be used to track progress of the update. If set, it must be
       unique per database. If not set, Cloud Spanner will generate operation ID
       automatically.
       
      string operation_id = 5;
      Returns:
      The bytes for operationId.
    • hasProtoDescriptors

      boolean hasProtoDescriptors()
      optional bytes proto_descriptors = 6;
      Returns:
      Whether the protoDescriptors field is set.
    • getProtoDescriptors

      com.google.protobuf.ByteString getProtoDescriptors()
      optional bytes proto_descriptors = 6;
      Returns:
      The protoDescriptors.