com.google.cloud.redis.v1beta1.InputConfigOrBuilder 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 InputConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.InputConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Google Cloud Storage location where input content is located.
*
*
* .google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
*/
boolean hasGcsSource();
/**
*
*
*
* Google Cloud Storage location where input content is located.
*
*
* .google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
*/
com.google.cloud.redis.v1beta1.GcsSource getGcsSource();
/**
*
*
*
* Google Cloud Storage location where input content is located.
*
*
* .google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
*/
com.google.cloud.redis.v1beta1.GcsSourceOrBuilder getGcsSourceOrBuilder();
public com.google.cloud.redis.v1beta1.InputConfig.SourceCase getSourceCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy