public interface MethodDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for version. |