public interface ProcessorVersionAliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
The alias in the form of `processor_version` resource name.
|
com.google.protobuf.ByteString |
getAliasBytes()
The alias in the form of `processor_version` resource name.
|
String |
getProcessorVersion()
The resource name of aliased processor version.
|
com.google.protobuf.ByteString |
getProcessorVersionBytes()
The resource name of aliased processor version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAlias()
The alias in the form of `processor_version` resource name.
string alias = 1;com.google.protobuf.ByteString getAliasBytes()
The alias in the form of `processor_version` resource name.
string alias = 1;String getProcessorVersion()
The resource name of aliased processor version.
string processor_version = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getProcessorVersionBytes()
The resource name of aliased processor version.
string processor_version = 2 [(.google.api.resource_reference) = { ... }Copyright © 2024 Google LLC. All rights reserved.