public interface TuneEngineMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEngine()
public abstract String getEngine() Required. The resource name of the engine that this tune applies to.
Format:
projects/{project_number}/locations/{location_id}/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_number}/locations/{location_id}/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. |