com.google.appengine.v1.ServiceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// 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