com.google.cloud.redis.v1beta1.ListInstancesRequestOrBuilder 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 ListInstancesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.ListInstancesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The resource name of the instance location using the form:
* `projects/{project_id}/locations/{location_id}`
* where `location_id` refers to a GCP region
*
*
* string parent = 1;
*/
java.lang.String getParent();
/**
*
* Required. The resource name of the instance location using the form:
* `projects/{project_id}/locations/{location_id}`
* where `location_id` refers to a GCP region
*
*
* string parent = 1;
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* The maximum number of items to return.
* If not specified, a default value of 1000 will be used by the service.
* Regardless of the page_size value, the response may include a partial list
* and a caller should only rely on response's
* [next_page_token][CloudRedis.ListInstancesResponse.next_page_token]
* to determine if there are more instances left to be queried.
*
*
* int32 page_size = 2;
*/
int getPageSize();
/**
*
* The next_page_token value returned from a previous List request,
* if any.
*
*
* string page_token = 3;
*/
java.lang.String getPageToken();
/**
*
* The next_page_token value returned from a previous List request,
* if any.
*
*
* string page_token = 3;
*/
com.google.protobuf.ByteString
getPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy