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

com.google.cloud.datastream.v1.GcsDestinationConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.53.0
Show newest version
/*
 * Copyright 2020 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/v1/datastream_resources.proto

package com.google.cloud.datastream.v1;

public interface GcsDestinationConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GcsDestinationConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Path inside the Cloud Storage bucket to write data to.
   * 
* * string path = 1; * * @return The path. */ java.lang.String getPath(); /** * * *
   * Path inside the Cloud Storage bucket to write data to.
   * 
* * string path = 1; * * @return The bytes for path. */ com.google.protobuf.ByteString getPathBytes(); /** * * *
   * The maximum file size to be saved in the bucket.
   * 
* * int32 file_rotation_mb = 2; * * @return The fileRotationMb. */ int getFileRotationMb(); /** * * *
   * The maximum duration for which new events are added before a file is
   * closed and a new file is created.
   * 
* * .google.protobuf.Duration file_rotation_interval = 3; * * @return Whether the fileRotationInterval field is set. */ boolean hasFileRotationInterval(); /** * * *
   * The maximum duration for which new events are added before a file is
   * closed and a new file is created.
   * 
* * .google.protobuf.Duration file_rotation_interval = 3; * * @return The fileRotationInterval. */ com.google.protobuf.Duration getFileRotationInterval(); /** * * *
   * The maximum duration for which new events are added before a file is
   * closed and a new file is created.
   * 
* * .google.protobuf.Duration file_rotation_interval = 3; */ com.google.protobuf.DurationOrBuilder getFileRotationIntervalOrBuilder(); /** * * *
   * AVRO file format configuration.
   * 
* * .google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100; * * @return Whether the avroFileFormat field is set. */ boolean hasAvroFileFormat(); /** * * *
   * AVRO file format configuration.
   * 
* * .google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100; * * @return The avroFileFormat. */ com.google.cloud.datastream.v1.AvroFileFormat getAvroFileFormat(); /** * * *
   * AVRO file format configuration.
   * 
* * .google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100; */ com.google.cloud.datastream.v1.AvroFileFormatOrBuilder getAvroFileFormatOrBuilder(); /** * * *
   * JSON file format configuration.
   * 
* * .google.cloud.datastream.v1.JsonFileFormat json_file_format = 101; * * @return Whether the jsonFileFormat field is set. */ boolean hasJsonFileFormat(); /** * * *
   * JSON file format configuration.
   * 
* * .google.cloud.datastream.v1.JsonFileFormat json_file_format = 101; * * @return The jsonFileFormat. */ com.google.cloud.datastream.v1.JsonFileFormat getJsonFileFormat(); /** * * *
   * JSON file format configuration.
   * 
* * .google.cloud.datastream.v1.JsonFileFormat json_file_format = 101; */ com.google.cloud.datastream.v1.JsonFileFormatOrBuilder getJsonFileFormatOrBuilder(); public com.google.cloud.datastream.v1.GcsDestinationConfig.FileFormatCase getFileFormatCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy