Class QueryTestablePermissionsRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<QueryTestablePermissionsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<QueryTestablePermissionsRequest.Builder>
      • getDefaultInstanceForType

        public QueryTestablePermissionsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public QueryTestablePermissionsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public QueryTestablePermissionsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<QueryTestablePermissionsRequest.Builder>
      • getFullResourceName

        public String getFullResourceName()
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Specified by:
        getFullResourceName in interface QueryTestablePermissionsRequestOrBuilder
        Returns:
        The fullResourceName.
      • getFullResourceNameBytes

        public com.google.protobuf.ByteString getFullResourceNameBytes()
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Specified by:
        getFullResourceNameBytes in interface QueryTestablePermissionsRequestOrBuilder
        Returns:
        The bytes for fullResourceName.
      • setFullResourceName

        public QueryTestablePermissionsRequest.Builder setFullResourceName​(String value)
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Parameters:
        value - The fullResourceName to set.
        Returns:
        This builder for chaining.
      • clearFullResourceName

        public QueryTestablePermissionsRequest.Builder clearFullResourceName()
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Returns:
        This builder for chaining.
      • setFullResourceNameBytes

        public QueryTestablePermissionsRequest.Builder setFullResourceNameBytes​(com.google.protobuf.ByteString value)
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Parameters:
        value - The bytes for fullResourceName to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Optional limit on the number of permissions to include in the response.
        
         The default is 100, and the maximum is 1,000.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface QueryTestablePermissionsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public QueryTestablePermissionsRequest.Builder setPageSize​(int value)
         Optional limit on the number of permissions to include in the response.
        
         The default is 100, and the maximum is 1,000.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public QueryTestablePermissionsRequest.Builder clearPageSize()
         Optional limit on the number of permissions to include in the response.
        
         The default is 100, and the maximum is 1,000.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface QueryTestablePermissionsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public QueryTestablePermissionsRequest.Builder setPageToken​(String value)
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public QueryTestablePermissionsRequest.Builder clearPageToken()
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public QueryTestablePermissionsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.