
xyz.block.ftl.schema.v1.AWSIAMAuthDatabaseConnectorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/schema/v1/schema.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.schema.v1;
public interface AWSIAMAuthDatabaseConnectorOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.AWSIAMAuthDatabaseConnector)
com.google.protobuf.MessageOrBuilder {
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
* @return Whether the pos field is set.
*/
boolean hasPos();
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
* @return The pos.
*/
xyz.block.ftl.schema.v1.Position getPos();
/**
* optional .xyz.block.ftl.schema.v1.Position pos = 1;
*/
xyz.block.ftl.schema.v1.PositionOrBuilder getPosOrBuilder();
/**
* string username = 2;
* @return The username.
*/
java.lang.String getUsername();
/**
* string username = 2;
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
* string endpoint = 3;
* @return The endpoint.
*/
java.lang.String getEndpoint();
/**
* string endpoint = 3;
* @return The bytes for endpoint.
*/
com.google.protobuf.ByteString
getEndpointBytes();
/**
* string database = 4;
* @return The database.
*/
java.lang.String getDatabase();
/**
* string database = 4;
* @return The bytes for database.
*/
com.google.protobuf.ByteString
getDatabaseBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy