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

com.google.cloud.redis.v1beta1.OutputConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.145.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/redis/v1beta1/cloud_redis.proto

package com.google.cloud.redis.v1beta1;

public interface OutputConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.OutputConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Google Cloud Storage destination for output content.
   * 
* * .google.cloud.redis.v1beta1.GcsDestination gcs_destination = 1; */ boolean hasGcsDestination(); /** * * *
   * Google Cloud Storage destination for output content.
   * 
* * .google.cloud.redis.v1beta1.GcsDestination gcs_destination = 1; */ com.google.cloud.redis.v1beta1.GcsDestination getGcsDestination(); /** * * *
   * Google Cloud Storage destination for output content.
   * 
* * .google.cloud.redis.v1beta1.GcsDestination gcs_destination = 1; */ com.google.cloud.redis.v1beta1.GcsDestinationOrBuilder getGcsDestinationOrBuilder(); public com.google.cloud.redis.v1beta1.OutputConfig.DestinationCase getDestinationCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy