Interface OperationMetadataOrBuilder (2.42.0)

public interface OperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

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)

public abstract ByteString getResourceNamesBytes(int index)

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()

public abstract int getResourceNamesCount()

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()

public abstract List<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.