public interface ServiceContextFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getResourceType()
public abstract String getResourceType()
Optional. The exact value to match against
ServiceContext.resource_type
.
string resource_type = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for version. |