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

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