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

com.google.appengine.v1.ServiceOrBuilder 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/service.proto

package com.google.appengine.v1;

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

  /**
   * 
   * Full path to the Service resource in the API.
   * Example: `apps/myapp/services/default`.
   * @OutputOnly
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Full path to the Service resource in the API.
   * Example: `apps/myapp/services/default`.
   * @OutputOnly
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Relative name of the service within the application.
   * Example: `default`.
   * @OutputOnly
   * 
* * string id = 2; */ java.lang.String getId(); /** *
   * Relative name of the service within the application.
   * Example: `default`.
   * @OutputOnly
   * 
* * string id = 2; */ com.google.protobuf.ByteString getIdBytes(); /** *
   * Mapping that defines fractional HTTP traffic diversion to
   * different versions within the service.
   * 
* * .google.appengine.v1.TrafficSplit split = 3; */ boolean hasSplit(); /** *
   * Mapping that defines fractional HTTP traffic diversion to
   * different versions within the service.
   * 
* * .google.appengine.v1.TrafficSplit split = 3; */ com.google.appengine.v1.TrafficSplit getSplit(); /** *
   * Mapping that defines fractional HTTP traffic diversion to
   * different versions within the service.
   * 
* * .google.appengine.v1.TrafficSplit split = 3; */ com.google.appengine.v1.TrafficSplitOrBuilder getSplitOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy