com.google.cloud.redis.v1beta1.ImportInstanceRequestOrBuilder 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 ImportInstanceRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.ImportInstanceRequest)
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 imported.
*
*
* .google.cloud.redis.v1beta1.InputConfig input_config = 3;
*/
boolean hasInputConfig();
/**
*
*
*
* Required. Specify data to be imported.
*
*
* .google.cloud.redis.v1beta1.InputConfig input_config = 3;
*/
com.google.cloud.redis.v1beta1.InputConfig getInputConfig();
/**
*
*
*
* Required. Specify data to be imported.
*
*
* .google.cloud.redis.v1beta1.InputConfig input_config = 3;
*/
com.google.cloud.redis.v1beta1.InputConfigOrBuilder getInputConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy