public interface SetDefaultProcessorVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultProcessorVersion()
public abstract String getDefaultProcessorVersion() Required. The resource name of child ProcessorVersion to use as default.
Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}
string default_processor_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The defaultProcessorVersion. |
getDefaultProcessorVersionBytes()
public abstract ByteString getDefaultProcessorVersionBytes() Required. The resource name of child ProcessorVersion to use as default.
Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}
string default_processor_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for defaultProcessorVersion. |
getProcessor()
public abstract String getProcessor()Required. The resource name of the Processor to change default version.
string processor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The processor. |
getProcessorBytes()
public abstract ByteString getProcessorBytes()Required. The resource name of the Processor to change default version.
string processor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for processor. |