Interface OperationMetadataOrBuilder (2.76.0)

publicinterface OperationMetadataOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceNames(int index)

publicabstractStringgetResourceNames(intindex)

The full name of the resources that this operation is directly associated with.

repeated string resource_names = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceNames at the given index.

getResourceNamesBytes(int index)

publicabstractByteStringgetResourceNamesBytes(intindex)

The full name of the resources that this operation is directly associated with.

repeated string resource_names = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceNames at the given index.

getResourceNamesCount()

publicabstractintgetResourceNamesCount()

The full name of the resources that this operation is directly associated with.

repeated string resource_names = 2;

Returns
Type Description
int

The count of resourceNames.

getResourceNamesList()

publicabstractList<String>getResourceNamesList()

The full name of the resources that this operation is directly associated with.

repeated string resource_names = 2;

Returns
Type Description
List<String>

A list containing the resourceNames.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.