Interface ServiceContextFilterOrBuilder (0.124.0-beta)

public interface ServiceContextFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceType()

public abstract String getResourceType()

Optional. The exact value to match against ServiceContext.resource_type.

string resource_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The resourceType.

getResourceTypeBytes()

public abstract ByteString getResourceTypeBytes()

Optional. The exact value to match against ServiceContext.resource_type.

string resource_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for resourceType.

getService()

public abstract String getService()

Optional. The exact value to match against ServiceContext.service.

string service = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Optional. The exact value to match against ServiceContext.service.

string service = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for service.

getVersion()

public abstract String getVersion()

Optional. The exact value to match against ServiceContext.version.

string version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Optional. The exact value to match against ServiceContext.version.

string version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for version.