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

com.google.cloud.bigquery.storage.v1alpha.SerDeInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show 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/bigquery/storage/v1alpha/partition.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.bigquery.storage.v1alpha;

public interface SerDeInfoOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.bigquery.storage.v1alpha.SerDeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional. Name of the SerDe.
   * The maximum length is 256 characters.
   * 
* * string name = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Optional. Name of the SerDe.
   * The maximum length is 256 characters.
   * 
* * string name = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. Specifies a fully-qualified class name of the serialization
   * library that is responsible for the translation of data between table
   * representation and the underlying low-level input and output format
   * structures. The maximum length is 256 characters.
   * 
* * string serialization_library = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The serializationLibrary. */ java.lang.String getSerializationLibrary(); /** * * *
   * Required. Specifies a fully-qualified class name of the serialization
   * library that is responsible for the translation of data between table
   * representation and the underlying low-level input and output format
   * structures. The maximum length is 256 characters.
   * 
* * string serialization_library = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for serializationLibrary. */ com.google.protobuf.ByteString getSerializationLibraryBytes(); /** * * *
   * Optional. Key-value pairs that define the initialization parameters for the
   * serialization library.
   * Maximum size 10 Kib.
   * 
* * map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ int getParametersCount(); /** * * *
   * Optional. Key-value pairs that define the initialization parameters for the
   * serialization library.
   * Maximum size 10 Kib.
   * 
* * map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ boolean containsParameters(java.lang.String key); /** Use {@link #getParametersMap()} instead. */ @java.lang.Deprecated java.util.Map getParameters(); /** * * *
   * Optional. Key-value pairs that define the initialization parameters for the
   * serialization library.
   * Maximum size 10 Kib.
   * 
* * map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.Map getParametersMap(); /** * * *
   * Optional. Key-value pairs that define the initialization parameters for the
   * serialization library.
   * Maximum size 10 Kib.
   * 
* * map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ /* nullable */ java.lang.String getParametersOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Optional. Key-value pairs that define the initialization parameters for the
   * serialization library.
   * Maximum size 10 Kib.
   * 
* * map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ java.lang.String getParametersOrThrow(java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy