Interface GetApiConfigRequestOrBuilder (2.41.0)

public interface GetApiConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for view.