public interface TuneEngineMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEngine()
public abstract String getEngine()
Required. The resource name of the engine that this tune applies to.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
string engine = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The engine. |
getEngineBytes()
public abstract ByteString getEngineBytes()
Required. The resource name of the engine that this tune applies to.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
string engine = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for engine. |