public interface GetApiConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
GetApiConfigRequest.ConfigView |
getView()
Specifies which fields of the API Config are returned in the response.
|
int |
getViewValue()
Specifies which fields of the API Config are returned in the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Resource name of the form: `projects/*/locations/global/apis/*/configs/*`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.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) = { ... }
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;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;Copyright © 2022 Google LLC. All rights reserved.