public interface GetApiConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getView()
public abstract GetApiConfigRequest.ConfigView getView() Specifies which fields of the API Config are returned in the response.
Defaults to BASIC view.
.google.cloud.apigateway.v1.GetApiConfigRequest.ConfigView view = 3;
| Type | Description |
| GetApiConfigRequest.ConfigView | The view. |
getViewValue()
public abstract int getViewValue() Specifies which fields of the API Config are returned in the response.
Defaults to BASIC view.
.google.cloud.apigateway.v1.GetApiConfigRequest.ConfigView view = 3;
| Type | Description |
| int | The enum numeric value on the wire for view. |