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

com.google.cloud.redis.v1beta1.ExportInstanceRequestOrBuilder 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 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