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

com.google.appengine.v1.UpdateServiceRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/appengine/v1/appengine.proto

package com.google.appengine.v1;

public interface UpdateServiceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.UpdateServiceRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the resource to update. Example: `apps/myapp/services/default`.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Name of the resource to update. Example: `apps/myapp/services/default`.
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * A Service resource containing the updated service. Only fields set in the
   * field mask will be updated.
   * 
* * .google.appengine.v1.Service service = 2; */ boolean hasService(); /** *
   * A Service resource containing the updated service. Only fields set in the
   * field mask will be updated.
   * 
* * .google.appengine.v1.Service service = 2; */ com.google.appengine.v1.Service getService(); /** *
   * A Service resource containing the updated service. Only fields set in the
   * field mask will be updated.
   * 
* * .google.appengine.v1.Service service = 2; */ com.google.appengine.v1.ServiceOrBuilder getServiceOrBuilder(); /** *
   * Standard field mask for the set of fields to be updated.
   * 
* * .google.protobuf.FieldMask update_mask = 3; */ boolean hasUpdateMask(); /** *
   * Standard field mask for the set of fields to be updated.
   * 
* * .google.protobuf.FieldMask update_mask = 3; */ com.google.protobuf.FieldMask getUpdateMask(); /** *
   * Standard field mask for the set of fields to be updated.
   * 
* * .google.protobuf.FieldMask update_mask = 3; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** *
   * Set to `true` to gradually shift traffic from one version to another
   * single version. By default, traffic is shifted immediately.
   * For gradual traffic migration, the target version
   * must be located within instances that are configured for both
   * [warmup requests](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#inboundservicetype)
   * and
   * [automatic scaling](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#automaticscaling).
   * You must specify the
   * [`shardBy`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#shardby)
   * field in the Service resource. Gradual traffic migration is not
   * supported in the App Engine flexible environment. For examples, see
   * [Migrating and Splitting Traffic](https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
   * 
* * bool migrate_traffic = 4; */ boolean getMigrateTraffic(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy