Class ListNotesRequest.Builder (2.25.0)

  public 
  
 static 
  
 final 
  
 class 
 ListNotesRequest 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 Builder<ListNotesRequest 
 . 
 Builder 
>  
 implements 
  
 ListNotesRequestOrBuilder 
 

Request to list notes.

Protobuf type grafeas.v1.ListNotesRequest

Static Methods

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 addRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

build()

  public 
  
 ListNotesRequest 
  
 build 
 () 
 
Returns
Type
Description

buildPartial()

  public 
  
 ListNotesRequest 
  
 buildPartial 
 () 
 
Returns
Type
Description

clear()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type
Description
Overrides

clearField(Descriptors.FieldDescriptor field)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearFilter()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearFilter 
 () 
 

The filter expression.

string filter = 2;

Returns
Type
Description

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearOneof 
 ( 
 Descriptors 
 . 
 OneofDescriptor 
  
 oneof 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearPageSize()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearPageSize 
 () 
 

Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.

int32 page_size = 3;

Returns
Type
Description

This builder for chaining.

clearPageToken()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearPageToken 
 () 
 

Token to provide to skip to a particular spot in the list.

string page_token = 4;

Returns
Type
Description

This builder for chaining.

clearParent()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clearParent 
 () 
 

The name of the project to list notes for in the form of projects/[PROJECT_ID] .

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type
Description

This builder for chaining.

clone()

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type
Description
Overrides

getDefaultInstanceForType()

  public 
  
 ListNotesRequest 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type
Description
Overrides

getFilter()

  public 
  
 String 
  
 getFilter 
 () 
 

The filter expression.

string filter = 2;

Returns
Type
Description

The filter.

getFilterBytes()

  public 
  
 ByteString 
  
 getFilterBytes 
 () 
 

The filter expression.

string filter = 2;

Returns
Type
Description

The bytes for filter.

getPageSize()

  public 
  
 int 
  
 getPageSize 
 () 
 

Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.

int32 page_size = 3;

Returns
Type
Description
int

The pageSize.

getPageToken()

  public 
  
 String 
  
 getPageToken 
 () 
 

Token to provide to skip to a particular spot in the list.

string page_token = 4;

Returns
Type
Description

The pageToken.

getPageTokenBytes()

  public 
  
 ByteString 
  
 getPageTokenBytes 
 () 
 

Token to provide to skip to a particular spot in the list.

string page_token = 4;

Returns
Type
Description

The bytes for pageToken.

getParent()

  public 
  
 String 
  
 getParent 
 () 
 

The name of the project to list notes for in the form of projects/[PROJECT_ID] .

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type
Description

The parent.

getParentBytes()

  public 
  
 ByteString 
  
 getParentBytes 
 () 
 

The name of the project to list notes for in the form of projects/[PROJECT_ID] .

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type
Description

The bytes for parent.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Overrides
Exceptions
Type
Description

mergeFrom(Message other)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Message 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

mergeFrom(ListNotesRequest other)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 ListNotesRequest 
  
 other 
 ) 
 
Parameter
Name
Description
Returns
Type
Description

mergeUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 ListNotesRequest 
 . 
 Builder 
  
 mergeUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

setFilter(String value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setFilter 
 ( 
 String 
  
 value 
 ) 
 

The filter expression.

string filter = 2;

Parameter
Name
Description
value
String

The filter to set.

Returns
Type
Description

This builder for chaining.

setFilterBytes(ByteString value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setFilterBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The filter expression.

string filter = 2;

Parameter
Name
Description
value
ByteString

The bytes for filter to set.

Returns
Type
Description

This builder for chaining.

setPageSize(int value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setPageSize 
 ( 
 int 
  
 value 
 ) 
 

Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.

int32 page_size = 3;

Parameter
Name
Description
value
int

The pageSize to set.

Returns
Type
Description

This builder for chaining.

setPageToken(String value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setPageToken 
 ( 
 String 
  
 value 
 ) 
 

Token to provide to skip to a particular spot in the list.

string page_token = 4;

Parameter
Name
Description
value
String

The pageToken to set.

Returns
Type
Description

This builder for chaining.

setPageTokenBytes(ByteString value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setPageTokenBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

Token to provide to skip to a particular spot in the list.

string page_token = 4;

Parameter
Name
Description
value
ByteString

The bytes for pageToken to set.

Returns
Type
Description

This builder for chaining.

setParent(String value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setParent 
 ( 
 String 
  
 value 
 ) 
 

The name of the project to list notes for in the form of projects/[PROJECT_ID] .

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name
Description
value
String

The parent to set.

Returns
Type
Description

This builder for chaining.

setParentBytes(ByteString value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setParentBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The name of the project to list notes for in the form of projects/[PROJECT_ID] .

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name
Description
value
ByteString

The bytes for parent to set.

Returns
Type
Description

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

  public 
  
 ListNotesRequest 
 . 
 Builder 
  
 setRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 int 
  
 index 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
index
int
value
Returns
Type
Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 ListNotesRequest 
 . 
 Builder 
  
 setUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides
Design a Mobile Site
View Site in Mobile | Classic
Share by: