public interface SelectiveGapicGenerationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMethods(int index)
public abstract String getMethods(int index)
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The methods at the given index. |
getMethodsBytes(int index)
public abstract ByteString getMethodsBytes(int index)
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the methods at the given index. |
getMethodsCount()
public abstract int getMethodsCount()
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Returns | |
---|---|
Type | Description |
int |
The count of methods. |
getMethodsList()
public abstract List<String> getMethodsList()
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the methods. |