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

com.google.appengine.v1.EndpointsApiServiceOrBuilder 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/version.proto

// Protobuf Java Version: 3.25.5
package com.google.appengine.v1;

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

  /**
   *
   *
   * 
   * Endpoints service name which is the name of the "service" resource in the
   * Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * Endpoints service name which is the name of the "service" resource in the
   * Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Endpoints service configuration ID as specified by the Service Management
   * API. For example "2016-09-19r1".
   *
   * By default, the rollout strategy for Endpoints is `RolloutStrategy.FIXED`.
   * This means that Endpoints starts up with a particular configuration ID.
   * When a new configuration is rolled out, Endpoints must be given the new
   * configuration ID. The `config_id` field is used to give the configuration
   * ID and is required in this case.
   *
   * Endpoints also has a rollout strategy called `RolloutStrategy.MANAGED`.
   * When using this, Endpoints fetches the latest configuration and does not
   * need the configuration ID. In this case, `config_id` must be omitted.
   * 
* * string config_id = 2; * * @return The configId. */ java.lang.String getConfigId(); /** * * *
   * Endpoints service configuration ID as specified by the Service Management
   * API. For example "2016-09-19r1".
   *
   * By default, the rollout strategy for Endpoints is `RolloutStrategy.FIXED`.
   * This means that Endpoints starts up with a particular configuration ID.
   * When a new configuration is rolled out, Endpoints must be given the new
   * configuration ID. The `config_id` field is used to give the configuration
   * ID and is required in this case.
   *
   * Endpoints also has a rollout strategy called `RolloutStrategy.MANAGED`.
   * When using this, Endpoints fetches the latest configuration and does not
   * need the configuration ID. In this case, `config_id` must be omitted.
   * 
* * string config_id = 2; * * @return The bytes for configId. */ com.google.protobuf.ByteString getConfigIdBytes(); /** * * *
   * Endpoints rollout strategy. If `FIXED`, `config_id` must be specified. If
   * `MANAGED`, `config_id` must be omitted.
   * 
* * .google.appengine.v1.EndpointsApiService.RolloutStrategy rollout_strategy = 3; * * @return The enum numeric value on the wire for rolloutStrategy. */ int getRolloutStrategyValue(); /** * * *
   * Endpoints rollout strategy. If `FIXED`, `config_id` must be specified. If
   * `MANAGED`, `config_id` must be omitted.
   * 
* * .google.appengine.v1.EndpointsApiService.RolloutStrategy rollout_strategy = 3; * * @return The rolloutStrategy. */ com.google.appengine.v1.EndpointsApiService.RolloutStrategy getRolloutStrategy(); /** * * *
   * Enable or disable trace sampling. By default, this is set to false for
   * enabled.
   * 
* * bool disable_trace_sampling = 4; * * @return The disableTraceSampling. */ boolean getDisableTraceSampling(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy