public interface OperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceNames(int index)
public abstract String getResourceNames(int index)The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The resourceNames at the given index. |
getResourceNamesBytes(int index)
public abstract ByteString getResourceNamesBytes(int index)The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the resourceNames at the given index. |
getResourceNamesCount()
public abstract int getResourceNamesCount()The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;
| Type | Description |
| int | The count of resourceNames. |
getResourceNamesList()
public abstract List<String> getResourceNamesList()The full name of the resources that this operation is directly associated with.
repeated string resource_names = 2;
| Type | Description |
| List<String> | A list containing the resourceNames. |