com.google.cloud.redis.v1beta1.GcsSourceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-redis-v1beta1 Show documentation
Show all versions of proto-google-cloud-redis-v1beta1 Show documentation
PROTO library for proto-google-cloud-redis-v1beta1
// 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 GcsSourceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.GcsSource)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
*
*
* string uri = 1;
*/
java.lang.String getUri();
/**
*
*
*
* Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
*
*
* string uri = 1;
*/
com.google.protobuf.ByteString getUriBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy