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: 2.54.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/appengine/v1/service.proto

// Protobuf Java Version: 3.25.5
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; * * @return The name. */ java.lang.String getName(); /** * * *
   * Full path to the Service resource in the API.
   * Example: `apps/myapp/services/default`.
   *
   * @OutputOnly
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Relative name of the service within the application.
   * Example: `default`.
   *
   * @OutputOnly
   * 
* * string id = 2; * * @return The id. */ java.lang.String getId(); /** * * *
   * Relative name of the service within the application.
   * Example: `default`.
   *
   * @OutputOnly
   * 
* * string id = 2; * * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** * * *
   * Mapping that defines fractional HTTP traffic diversion to
   * different versions within the service.
   * 
* * .google.appengine.v1.TrafficSplit split = 3; * * @return Whether the split field is set. */ boolean hasSplit(); /** * * *
   * Mapping that defines fractional HTTP traffic diversion to
   * different versions within the service.
   * 
* * .google.appengine.v1.TrafficSplit split = 3; * * @return The split. */ 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(); /** * * *
   * A set of labels to apply to this service. Labels are key/value pairs that
   * describe the service and all resources that belong to it (e.g.,
   * versions). The labels can be used to search and group resources, and are
   * propagated to the usage and billing reports, enabling fine-grain analysis
   * of costs. An example of using labels is to tag resources belonging to
   * different environments (e.g., "env=prod", "env=qa").
   *
   * <p>Label keys and values can be no longer than 63 characters and can only
   * contain lowercase letters, numeric characters, underscores, dashes, and
   * international characters. Label keys must start with a lowercase letter
   * or an international character. Each service can have at most 32 labels.
   * 
* * map<string, string> labels = 4; */ int getLabelsCount(); /** * * *
   * A set of labels to apply to this service. Labels are key/value pairs that
   * describe the service and all resources that belong to it (e.g.,
   * versions). The labels can be used to search and group resources, and are
   * propagated to the usage and billing reports, enabling fine-grain analysis
   * of costs. An example of using labels is to tag resources belonging to
   * different environments (e.g., "env=prod", "env=qa").
   *
   * <p>Label keys and values can be no longer than 63 characters and can only
   * contain lowercase letters, numeric characters, underscores, dashes, and
   * international characters. Label keys must start with a lowercase letter
   * or an international character. Each service can have at most 32 labels.
   * 
* * map<string, string> labels = 4; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * A set of labels to apply to this service. Labels are key/value pairs that
   * describe the service and all resources that belong to it (e.g.,
   * versions). The labels can be used to search and group resources, and are
   * propagated to the usage and billing reports, enabling fine-grain analysis
   * of costs. An example of using labels is to tag resources belonging to
   * different environments (e.g., "env=prod", "env=qa").
   *
   * <p>Label keys and values can be no longer than 63 characters and can only
   * contain lowercase letters, numeric characters, underscores, dashes, and
   * international characters. Label keys must start with a lowercase letter
   * or an international character. Each service can have at most 32 labels.
   * 
* * map<string, string> labels = 4; */ java.util.Map getLabelsMap(); /** * * *
   * A set of labels to apply to this service. Labels are key/value pairs that
   * describe the service and all resources that belong to it (e.g.,
   * versions). The labels can be used to search and group resources, and are
   * propagated to the usage and billing reports, enabling fine-grain analysis
   * of costs. An example of using labels is to tag resources belonging to
   * different environments (e.g., "env=prod", "env=qa").
   *
   * <p>Label keys and values can be no longer than 63 characters and can only
   * contain lowercase letters, numeric characters, underscores, dashes, and
   * international characters. Label keys must start with a lowercase letter
   * or an international character. Each service can have at most 32 labels.
   * 
* * map<string, string> labels = 4; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * A set of labels to apply to this service. Labels are key/value pairs that
   * describe the service and all resources that belong to it (e.g.,
   * versions). The labels can be used to search and group resources, and are
   * propagated to the usage and billing reports, enabling fine-grain analysis
   * of costs. An example of using labels is to tag resources belonging to
   * different environments (e.g., "env=prod", "env=qa").
   *
   * <p>Label keys and values can be no longer than 63 characters and can only
   * contain lowercase letters, numeric characters, underscores, dashes, and
   * international characters. Label keys must start with a lowercase letter
   * or an international character. Each service can have at most 32 labels.
   * 
* * map<string, string> labels = 4; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Ingress settings for this service. Will apply to all versions.
   * 
* * .google.appengine.v1.NetworkSettings network_settings = 6; * * @return Whether the networkSettings field is set. */ boolean hasNetworkSettings(); /** * * *
   * Ingress settings for this service. Will apply to all versions.
   * 
* * .google.appengine.v1.NetworkSettings network_settings = 6; * * @return The networkSettings. */ com.google.appengine.v1.NetworkSettings getNetworkSettings(); /** * * *
   * Ingress settings for this service. Will apply to all versions.
   * 
* * .google.appengine.v1.NetworkSettings network_settings = 6; */ com.google.appengine.v1.NetworkSettingsOrBuilder getNetworkSettingsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy