Interface LookupEntityRequestOrBuilder (0.1.0)

public interface LookupEntityRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLookupUri()

public abstract String getLookupUri()

Required. Entity uri to look up. Supported Formats: logicalProducts/{logical_product} logicalProducts/{logical_product}/variants/{variant} productSuites/{product_suite}

string lookup_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The lookupUri.

getLookupUriBytes()

public abstract ByteString getLookupUriBytes()

Required. Entity uri to look up. Supported Formats: logicalProducts/{logical_product} logicalProducts/{logical_product}/variants/{variant} productSuites/{product_suite}

string lookup_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for lookupUri.