Package com.google.cloud.apigateway.v1
Interface GetApiConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetApiConfigRequest,GetApiConfigRequest.Builder
public interface GetApiConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.GetApiConfigRequest.ConfigViewgetView()Specifies which fields of the API Config are returned in the response.intgetViewValue()Specifies which fields of the API Config are returned in the response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
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) = { ... }- Returns:
- The bytes for name.
-
getViewValue
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:
- The enum numeric value on the wire for view.
-
getView
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:
- The view.
-
-