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

com.google.api.ContextRuleOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/context.proto

// Protobuf Java Version: 3.25.3
package com.google.api;

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

  /**
   * 
   * Selects the methods to which this rule applies.
   *
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; * @return The selector. */ java.lang.String getSelector(); /** *
   * Selects the methods to which this rule applies.
   *
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; * @return The bytes for selector. */ com.google.protobuf.ByteString getSelectorBytes(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; * @return A list containing the requested. */ java.util.List getRequestedList(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; * @return The count of requested. */ int getRequestedCount(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; * @param index The index of the element to return. * @return The requested at the given index. */ java.lang.String getRequested(int index); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; * @param index The index of the value to return. * @return The bytes of the requested at the given index. */ com.google.protobuf.ByteString getRequestedBytes(int index); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; * @return A list containing the provided. */ java.util.List getProvidedList(); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; * @return The count of provided. */ int getProvidedCount(); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; * @param index The index of the element to return. * @return The provided at the given index. */ java.lang.String getProvided(int index); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; * @param index The index of the value to return. * @return The bytes of the provided at the given index. */ com.google.protobuf.ByteString getProvidedBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy