Interface StringArrayOrBuilder (1.13.0)

  public 
  
 interface 
 StringArrayOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getValues(int index)

  public 
  
 abstract 
  
 String 
  
 getValues 
 ( 
 int 
  
 index 
 ) 
 

A list of string values.

repeated string values = 1;

Parameter
Name
Description
index
int

The index of the element to return.

Returns
Type
Description

The values at the given index.

getValuesBytes(int index)

  public 
  
 abstract 
  
 ByteString 
  
 getValuesBytes 
 ( 
 int 
  
 index 
 ) 
 

A list of string values.

repeated string values = 1;

Parameter
Name
Description
index
int

The index of the value to return.

Returns
Type
Description

The bytes of the values at the given index.

getValuesCount()

  public 
  
 abstract 
  
 int 
  
 getValuesCount 
 () 
 

A list of string values.

repeated string values = 1;

Returns
Type
Description
int

The count of values.

getValuesList()

  public 
  
 abstract 
  
 List<String> 
  
 getValuesList 
 () 
 

A list of string values.

repeated string values = 1;

Returns
Type
Description
List < String >

A list containing the values.