All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.datastream.v1alpha1.MysqlProfileOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/datastream/v1alpha1/datastream_resources.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.datastream.v1alpha1;

public interface MysqlProfileOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.MysqlProfile)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Hostname for the MySQL connection.
   * 
* * string hostname = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The hostname. */ java.lang.String getHostname(); /** * * *
   * Required. Hostname for the MySQL connection.
   * 
* * string hostname = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for hostname. */ com.google.protobuf.ByteString getHostnameBytes(); /** * * *
   * Port for the MySQL connection, default value is 3306.
   * 
* * int32 port = 2; * * @return The port. */ int getPort(); /** * * *
   * Required. Username for the MySQL connection.
   * 
* * string username = 3 [(.google.api.field_behavior) = REQUIRED]; * * @return The username. */ java.lang.String getUsername(); /** * * *
   * Required. Username for the MySQL connection.
   * 
* * string username = 3 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for username. */ com.google.protobuf.ByteString getUsernameBytes(); /** * * *
   * Required. Input only. Password for the MySQL connection.
   * 
* * * string password = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY]; * * * @return The password. */ java.lang.String getPassword(); /** * * *
   * Required. Input only. Password for the MySQL connection.
   * 
* * * string password = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY]; * * * @return The bytes for password. */ com.google.protobuf.ByteString getPasswordBytes(); /** * * *
   * SSL configuration for the MySQL connection.
   * 
* * .google.cloud.datastream.v1alpha1.MysqlSslConfig ssl_config = 5; * * @return Whether the sslConfig field is set. */ boolean hasSslConfig(); /** * * *
   * SSL configuration for the MySQL connection.
   * 
* * .google.cloud.datastream.v1alpha1.MysqlSslConfig ssl_config = 5; * * @return The sslConfig. */ com.google.cloud.datastream.v1alpha1.MysqlSslConfig getSslConfig(); /** * * *
   * SSL configuration for the MySQL connection.
   * 
* * .google.cloud.datastream.v1alpha1.MysqlSslConfig ssl_config = 5; */ com.google.cloud.datastream.v1alpha1.MysqlSslConfigOrBuilder getSslConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy