public interface TrainAgentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
Required. The project that the agent to train is associated with. Format: `projects/<Project ID>`.
string parent = 1;
ByteString getParentBytes()
Required. The project that the agent to train is associated with. Format: `projects/<Project ID>`.
string parent = 1;