Send feedback
  
   
 
  
    
      Class MethodPolicy (2.53.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 2.53.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  MethodPolicy   extends   GeneratedMessageV3   implements   MethodPolicyOrBuilder  
   
   Defines policies applying to an RPC method.
 Protobuf type google.api.MethodPolicy
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  REQUEST_POLICIES_FIELD_NUMBER 
  
    
public   static   final   int   REQUEST_POLICIES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  SELECTOR_FIELD_NUMBER 
  
    
public   static   final   int   SELECTOR_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   MethodPolicy   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   MethodPolicy . Builder   newBuilder ()  
   
  
   
  newBuilder(MethodPolicy prototype) 
  
    
public   static   MethodPolicy . Builder   newBuilder ( MethodPolicy   prototype )  
   
  
  
   
  
  
    
public   static   MethodPolicy   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   MethodPolicy   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   MethodPolicy   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodPolicy   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   MethodPolicy   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodPolicy   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   MethodPolicy   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   MethodPolicy   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   MethodPolicy   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   MethodPolicy   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   MethodPolicy   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodPolicy   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<MethodPolicy>   parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   MethodPolicy   getDefaultInstanceForType ()  
   
  
   
  getParserForType() 
  
    
public   Parser<MethodPolicy>   getParserForType ()  
   
  
  Overrides 
  
   
  getRequestPolicies(int index) 
  
    
public   FieldPolicy   getRequestPolicies ( int   index )  
   
   Policies that are applicable to the request message.
 repeated .google.api.FieldPolicy request_policies = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getRequestPoliciesCount() 
  
    
public   int   getRequestPoliciesCount ()  
   
   Policies that are applicable to the request message.
 repeated .google.api.FieldPolicy request_policies = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getRequestPoliciesList() 
  
    
public   List<FieldPolicy>   getRequestPoliciesList ()  
   
   Policies that are applicable to the request message.
 repeated .google.api.FieldPolicy request_policies = 2;
 
  
   
  getRequestPoliciesOrBuilder(int index) 
  
    
public   FieldPolicyOrBuilder   getRequestPoliciesOrBuilder ( int   index )  
   
   Policies that are applicable to the request message.
 repeated .google.api.FieldPolicy request_policies = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getRequestPoliciesOrBuilderList() 
  
    
public   List <?   extends   FieldPolicyOrBuilder >  getRequestPoliciesOrBuilderList ()  
   
   Policies that are applicable to the request message.
 repeated .google.api.FieldPolicy request_policies = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        List <? extends com.google.api.FieldPolicyOrBuilder > 
         
       
     
  
   
  getSelector() 
  
    
public   String   getSelector ()  
   
   Selects a method to which these policies should be enforced, for example,
 "google.pubsub.v1.Subscriber.CreateSubscription".
 Refer to selector  for syntax
 details.
 NOTE: This field must not be set in the proto annotation. It will be
 automatically filled by the service config compiler .
 string selector = 9;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The selector.
 
       
     
  
   
  getSelectorBytes() 
  
    
public   ByteString   getSelectorBytes ()  
   
   Selects a method to which these policies should be enforced, for example,
 "google.pubsub.v1.Subscriber.CreateSubscription".
 Refer to selector  for syntax
 details.
 NOTE: This field must not be set in the proto annotation. It will be
 automatically filled by the service config compiler .
 string selector = 9;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for selector.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   MethodPolicy . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   MethodPolicy . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   MethodPolicy . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]