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

package com.google.api;

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

  /**
   * 
   * Selects the methods to which this rule applies.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ 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; */ com.google.proto4pingcap.ByteString getSelectorBytes(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; */ java.util.List getRequestedList(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; */ int getRequestedCount(); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; */ java.lang.String getRequested(int index); /** *
   * A list of full type names of requested contexts.
   * 
* * repeated string requested = 2; */ com.google.proto4pingcap.ByteString getRequestedBytes(int index); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; */ java.util.List getProvidedList(); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; */ int getProvidedCount(); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; */ java.lang.String getProvided(int index); /** *
   * A list of full type names of provided contexts.
   * 
* * repeated string provided = 3; */ com.google.proto4pingcap.ByteString getProvidedBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy