com.google.cloud.redis.v1beta1.UpdateInstanceRequestOrBuilder 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 UpdateInstanceRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.redis.v1beta1.UpdateInstanceRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Mask of fields to update. At least one path must be supplied in
* this field. The elements of the repeated paths field may only include these
* fields from [Instance][CloudRedis.Instance]:
* * `display_name`
* * `labels`
* * `memory_size_gb`
* * `redis_config`
*
*
* .google.protobuf.FieldMask update_mask = 1;
*/
boolean hasUpdateMask();
/**
*
*
*
* Required. Mask of fields to update. At least one path must be supplied in
* this field. The elements of the repeated paths field may only include these
* fields from [Instance][CloudRedis.Instance]:
* * `display_name`
* * `labels`
* * `memory_size_gb`
* * `redis_config`
*
*
* .google.protobuf.FieldMask update_mask = 1;
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
*
*
* Required. Mask of fields to update. At least one path must be supplied in
* this field. The elements of the repeated paths field may only include these
* fields from [Instance][CloudRedis.Instance]:
* * `display_name`
* * `labels`
* * `memory_size_gb`
* * `redis_config`
*
*
* .google.protobuf.FieldMask update_mask = 1;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
*
*
* Required. Update description.
* Only fields specified in update_mask are updated.
*
*
* .google.cloud.redis.v1beta1.Instance instance = 2;
*/
boolean hasInstance();
/**
*
*
*
* Required. Update description.
* Only fields specified in update_mask are updated.
*
*
* .google.cloud.redis.v1beta1.Instance instance = 2;
*/
com.google.cloud.redis.v1beta1.Instance getInstance();
/**
*
*
*
* Required. Update description.
* Only fields specified in update_mask are updated.
*
*
* .google.cloud.redis.v1beta1.Instance instance = 2;
*/
com.google.cloud.redis.v1beta1.InstanceOrBuilder getInstanceOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy