public static interface GapicMetadata.MethodListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMethods(int index)
List of methods for a specific proto-service client in the
GAPIC.
|
com.google.protobuf.ByteString |
getMethodsBytes(int index)
List of methods for a specific proto-service client in the
GAPIC.
|
int |
getMethodsCount()
List of methods for a specific proto-service client in the
GAPIC.
|
List<String> |
getMethodsList()
List of methods for a specific proto-service client in the
GAPIC.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getMethodsList()
List of methods for a specific proto-service client in the GAPIC. These names should be formatted as they appear in the source code.
repeated string methods = 1;int getMethodsCount()
List of methods for a specific proto-service client in the GAPIC. These names should be formatted as they appear in the source code.
repeated string methods = 1;String getMethods(int index)
List of methods for a specific proto-service client in the GAPIC. These names should be formatted as they appear in the source code.
repeated string methods = 1;index - The index of the element to return.com.google.protobuf.ByteString getMethodsBytes(int index)
List of methods for a specific proto-service client in the GAPIC. These names should be formatted as they appear in the source code.
repeated string methods = 1;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.