Interface MethodDetailsOrBuilder (0.3.0)

public interface MethodDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMethod()

public abstract String getMethod()

Output only. The name of the method for example products.list.

string method = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The method.

getMethodBytes()

public abstract ByteString getMethodBytes()

Output only. The name of the method for example products.list.

string method = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for method.

getPath()

public abstract String getPath()

Output only. The path for the method such as products/v1/productInputs.insert

string path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Output only. The path for the method such as products/v1/productInputs.insert

string path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for path.

getSubapi()

public abstract String getSubapi()

Output only. The sub-API that the method belongs to.

string subapi = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The subapi.

getSubapiBytes()

public abstract ByteString getSubapiBytes()

Output only. The sub-API that the method belongs to.

string subapi = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for subapi.

getVersion()

public abstract String getVersion()

Output only. The API version that the method belongs to.

string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Output only. The API version that the method belongs to.

string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for version.