public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceNames(int index)
The full name of the resources that this operation is directly
associated with.
|
com.google.protobuf.ByteString |
getResourceNamesBytes(int index)
The full name of the resources that this operation is directly
associated with.
|
int |
getResourceNamesCount()
The full name of the resources that this operation is directly
associated with.
|
List<String> |
getResourceNamesList()
The full name of the resources that this operation is directly
associated with.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getResourceNamesList()
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;int getResourceNamesCount()
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;String getResourceNames(int index)
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getResourceNamesBytes(int index)
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.