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

com.google.cloud.redis.v1beta1.GcsDestinationOrBuilder 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 GcsDestinationOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.GcsDestination)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Data destination URI (e.g.
   * 'gs://my_bucket/my_object'). Existing files will be overwritten.
   * 
* * string uri = 1; */ java.lang.String getUri(); /** * * *
   * Required. Data destination URI (e.g.
   * 'gs://my_bucket/my_object'). Existing files will be overwritten.
   * 
* * string uri = 1; */ com.google.protobuf.ByteString getUriBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy