Interface SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSchema()
      Required.
      com.google.protobuf.ByteString getSchemaBytes()
      Required.
      String getTable()
      Required.
      com.google.protobuf.ByteString getTableBytes()
      Required.
      • 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

      • getSchema

        String getSchema()
         Required. The schema name.
         
        string schema = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The schema.
      • getSchemaBytes

        com.google.protobuf.ByteString getSchemaBytes()
         Required. The schema name.
         
        string schema = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for schema.
      • getTable

        String getTable()
         Required. The table name.
         
        string table = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Required. The table name.
         
        string table = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for table.