public interface MethodDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMethod()
public abstract String getMethod() Output only. The name of the method for example
cssproductsservice.listcssproducts.
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
cssproductsservice.listcssproducts.
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
v1/cssproductsservice.listcssproducts.
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
v1/cssproductsservice.listcssproducts.
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. In the CSS API, this
is always css.
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. In the CSS API, this
is always css.
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. |