Interface TargetOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      The action's database (Google Cloud project ID) .
      com.google.protobuf.ByteString getDatabaseBytes()
      The action's database (Google Cloud project ID) .
      String getName()
      The action's name, within `database` and `schema`.
      com.google.protobuf.ByteString getNameBytes()
      The action's name, within `database` and `schema`.
      String getSchema()
      The action's schema (BigQuery dataset ID), within `database`.
      com.google.protobuf.ByteString getSchemaBytes()
      The action's schema (BigQuery dataset ID), within `database`.
      • 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 Detail

      • getDatabase

        String getDatabase()
         The action's database (Google Cloud project ID) .
         
        string database = 1;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
         The action's database (Google Cloud project ID) .
         
        string database = 1;
        Returns:
        The bytes for database.
      • getSchema

        String getSchema()
         The action's schema (BigQuery dataset ID), within `database`.
         
        string schema = 2;
        Returns:
        The schema.
      • getSchemaBytes

        com.google.protobuf.ByteString getSchemaBytes()
         The action's schema (BigQuery dataset ID), within `database`.
         
        string schema = 2;
        Returns:
        The bytes for schema.
      • getName

        String getName()
         The action's name, within `database` and `schema`.
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The action's name, within `database` and `schema`.
         
        string name = 3;
        Returns:
        The bytes for name.