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) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |