Package com.google.api
Interface SelectiveGapicGenerationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SelectiveGapicGeneration
,SelectiveGapicGeneration.Builder
public interface SelectiveGapicGenerationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMethods
(int index) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.com.google.protobuf.ByteString
getMethodsBytes
(int index) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.int
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getMethodsList
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1 [json_name = "methods"];
- Returns:
- A list containing the methods.
-
getMethodsCount
int getMethodsCount()An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1 [json_name = "methods"];
- Returns:
- The count of methods.
-
getMethods
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
repeated string methods = 1 [json_name = "methods"];
- Parameters:
index
- The index of the element to return.- Returns:
- The methods at the given index.
-
getMethodsBytes
com.google.protobuf.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 [json_name = "methods"];
- Parameters:
index
- The index of the element to return.- Returns:
- The methods at the given index.
-