com.google.cloud.redis.v1beta1.ExportInstanceRequestOrBuilder 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 ExportInstanceRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.ExportInstanceRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Redis instance resource name using the form:
* `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
* where `location_id` refers to a GCP region.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
*
*
* Required. Redis instance resource name using the form:
* `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
* where `location_id` refers to a GCP region.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Required. Specify data to be exported.
*
*
* .google.cloud.redis.v1beta1.OutputConfig output_config = 3;
*/
boolean hasOutputConfig();
/**
*
*
*
* Required. Specify data to be exported.
*
*
* .google.cloud.redis.v1beta1.OutputConfig output_config = 3;
*/
com.google.cloud.redis.v1beta1.OutputConfig getOutputConfig();
/**
*
*
*
* Required. Specify data to be exported.
*
*
* .google.cloud.redis.v1beta1.OutputConfig output_config = 3;
*/
com.google.cloud.redis.v1beta1.OutputConfigOrBuilder getOutputConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy