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

shade.polaris.com.google.api.MethodSettingsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
/*
 * Copyright 2020 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/api/client.proto

package com.google.api;

public interface MethodSettingsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.api.MethodSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The fully qualified name of the method, for which the options below apply.
   * This is used to find the method to apply the options.
   * 
* * string selector = 1; * * @return The selector. */ java.lang.String getSelector(); /** * * *
   * The fully qualified name of the method, for which the options below apply.
   * This is used to find the method to apply the options.
   * 
* * string selector = 1; * * @return The bytes for selector. */ com.google.protobuf.ByteString getSelectorBytes(); /** * * *
   * Describes settings to use for long-running operations when generating
   * API methods for RPCs. Complements RPCs that use the annotations in
   * google/longrunning/operations.proto.
   *
   * Example of a YAML configuration::
   *
   *  publishing:
   *    method_settings:
   *      - selector: google.cloud.speech.v2.Speech.BatchRecognize
   *        long_running:
   *          initial_poll_delay:
   *            seconds: 60 # 1 minute
   *          poll_delay_multiplier: 1.5
   *          max_poll_delay:
   *            seconds: 360 # 6 minutes
   *          total_poll_timeout:
   *             seconds: 54000 # 90 minutes
   * 
* * .google.api.MethodSettings.LongRunning long_running = 2; * * @return Whether the longRunning field is set. */ boolean hasLongRunning(); /** * * *
   * Describes settings to use for long-running operations when generating
   * API methods for RPCs. Complements RPCs that use the annotations in
   * google/longrunning/operations.proto.
   *
   * Example of a YAML configuration::
   *
   *  publishing:
   *    method_settings:
   *      - selector: google.cloud.speech.v2.Speech.BatchRecognize
   *        long_running:
   *          initial_poll_delay:
   *            seconds: 60 # 1 minute
   *          poll_delay_multiplier: 1.5
   *          max_poll_delay:
   *            seconds: 360 # 6 minutes
   *          total_poll_timeout:
   *             seconds: 54000 # 90 minutes
   * 
* * .google.api.MethodSettings.LongRunning long_running = 2; * * @return The longRunning. */ com.google.api.MethodSettings.LongRunning getLongRunning(); /** * * *
   * Describes settings to use for long-running operations when generating
   * API methods for RPCs. Complements RPCs that use the annotations in
   * google/longrunning/operations.proto.
   *
   * Example of a YAML configuration::
   *
   *  publishing:
   *    method_settings:
   *      - selector: google.cloud.speech.v2.Speech.BatchRecognize
   *        long_running:
   *          initial_poll_delay:
   *            seconds: 60 # 1 minute
   *          poll_delay_multiplier: 1.5
   *          max_poll_delay:
   *            seconds: 360 # 6 minutes
   *          total_poll_timeout:
   *             seconds: 54000 # 90 minutes
   * 
* * .google.api.MethodSettings.LongRunning long_running = 2; */ com.google.api.MethodSettings.LongRunningOrBuilder getLongRunningOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy