Class PublisherModel.CallToAction.Deploy
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy
-
- All Implemented Interfaces:
PublisherModel.CallToAction.DeployOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- PublisherModel.CallToAction
public static final class PublisherModel.CallToAction.Deploy extends com.google.protobuf.GeneratedMessageV3 implements PublisherModel.CallToAction.DeployOrBuilder
Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.
Protobuf typegoogle.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublisherModel.CallToAction.Deploy.Builder
Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.static class
PublisherModel.CallToAction.Deploy.PredictionResourcesCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARTIFACT_URI_FIELD_NUMBER
static int
AUTOMATIC_RESOURCES_FIELD_NUMBER
static int
CONTAINER_SPEC_FIELD_NUMBER
static int
DEDICATED_RESOURCES_FIELD_NUMBER
static int
LARGE_MODEL_REFERENCE_FIELD_NUMBER
static int
MODEL_DISPLAY_NAME_FIELD_NUMBER
static int
SHARED_RESOURCES_FIELD_NUMBER
static int
TITLE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getArtifactUri()
Optional.com.google.protobuf.ByteString
getArtifactUriBytes()
Optional.AutomaticResources
getAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.AutomaticResourcesOrBuilder
getAutomaticResourcesOrBuilder()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.ModelContainerSpec
getContainerSpec()
Optional.ModelContainerSpecOrBuilder
getContainerSpecOrBuilder()
Optional.DedicatedResources
getDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.DedicatedResourcesOrBuilder
getDedicatedResourcesOrBuilder()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.static PublisherModel.CallToAction.Deploy
getDefaultInstance()
PublisherModel.CallToAction.Deploy
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
LargeModelReference
getLargeModelReference()
Optional.LargeModelReferenceOrBuilder
getLargeModelReferenceOrBuilder()
Optional.String
getModelDisplayName()
Optional.com.google.protobuf.ByteString
getModelDisplayNameBytes()
Optional.com.google.protobuf.Parser<PublisherModel.CallToAction.Deploy>
getParserForType()
PublisherModel.CallToAction.Deploy.PredictionResourcesCase
getPredictionResourcesCase()
int
getSerializedSize()
String
getSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.com.google.protobuf.ByteString
getSharedResourcesBytes()
The resource name of the shared DeploymentResourcePool to deploy on.String
getTitle()
Required.com.google.protobuf.ByteString
getTitleBytes()
Required.boolean
hasAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.boolean
hasContainerSpec()
Optional.boolean
hasDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.int
hashCode()
boolean
hasLargeModelReference()
Optional.boolean
hasSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static PublisherModel.CallToAction.Deploy.Builder
newBuilder()
static PublisherModel.CallToAction.Deploy.Builder
newBuilder(PublisherModel.CallToAction.Deploy prototype)
PublisherModel.CallToAction.Deploy.Builder
newBuilderForType()
protected PublisherModel.CallToAction.Deploy.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static PublisherModel.CallToAction.Deploy
parseDelimitedFrom(InputStream input)
static PublisherModel.CallToAction.Deploy
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel.CallToAction.Deploy
parseFrom(byte[] data)
static PublisherModel.CallToAction.Deploy
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel.CallToAction.Deploy
parseFrom(com.google.protobuf.ByteString data)
static PublisherModel.CallToAction.Deploy
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel.CallToAction.Deploy
parseFrom(com.google.protobuf.CodedInputStream input)
static PublisherModel.CallToAction.Deploy
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel.CallToAction.Deploy
parseFrom(InputStream input)
static PublisherModel.CallToAction.Deploy
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel.CallToAction.Deploy
parseFrom(ByteBuffer data)
static PublisherModel.CallToAction.Deploy
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<PublisherModel.CallToAction.Deploy>
parser()
PublisherModel.CallToAction.Deploy.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DEDICATED_RESOURCES_FIELD_NUMBER
public static final int DEDICATED_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTOMATIC_RESOURCES_FIELD_NUMBER
public static final int AUTOMATIC_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHARED_RESOURCES_FIELD_NUMBER
public static final int SHARED_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODEL_DISPLAY_NAME_FIELD_NUMBER
public static final int MODEL_DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LARGE_MODEL_REFERENCE_FIELD_NUMBER
public static final int LARGE_MODEL_REFERENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTAINER_SPEC_FIELD_NUMBER
public static final int CONTAINER_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ARTIFACT_URI_FIELD_NUMBER
public static final int ARTIFACT_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getPredictionResourcesCase
public PublisherModel.CallToAction.Deploy.PredictionResourcesCase getPredictionResourcesCase()
- Specified by:
getPredictionResourcesCase
in interfacePublisherModel.CallToAction.DeployOrBuilder
-
hasDedicatedResources
public boolean hasDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;
- Specified by:
hasDedicatedResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- Whether the dedicatedResources field is set.
-
getDedicatedResources
public DedicatedResources getDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;
- Specified by:
getDedicatedResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The dedicatedResources.
-
getDedicatedResourcesOrBuilder
public DedicatedResourcesOrBuilder getDedicatedResourcesOrBuilder()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;
- Specified by:
getDedicatedResourcesOrBuilder
in interfacePublisherModel.CallToAction.DeployOrBuilder
-
hasAutomaticResources
public boolean hasAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;
- Specified by:
hasAutomaticResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- Whether the automaticResources field is set.
-
getAutomaticResources
public AutomaticResources getAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;
- Specified by:
getAutomaticResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The automaticResources.
-
getAutomaticResourcesOrBuilder
public AutomaticResourcesOrBuilder getAutomaticResourcesOrBuilder()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;
- Specified by:
getAutomaticResourcesOrBuilder
in interfacePublisherModel.CallToAction.DeployOrBuilder
-
hasSharedResources
public boolean hasSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;
- Specified by:
hasSharedResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- Whether the sharedResources field is set.
-
getSharedResources
public String getSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;
- Specified by:
getSharedResources
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The sharedResources.
-
getSharedResourcesBytes
public com.google.protobuf.ByteString getSharedResourcesBytes()
The resource name of the shared DeploymentResourcePool to deploy on. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;
- Specified by:
getSharedResourcesBytes
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The bytes for sharedResources.
-
getModelDisplayName
public String getModelDisplayName()
Optional. Default model display name.
string model_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getModelDisplayName
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The modelDisplayName.
-
getModelDisplayNameBytes
public com.google.protobuf.ByteString getModelDisplayNameBytes()
Optional. Default model display name.
string model_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getModelDisplayNameBytes
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The bytes for modelDisplayName.
-
hasLargeModelReference
public boolean hasLargeModelReference()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasLargeModelReference
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- Whether the largeModelReference field is set.
-
getLargeModelReference
public LargeModelReference getLargeModelReference()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getLargeModelReference
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The largeModelReference.
-
getLargeModelReferenceOrBuilder
public LargeModelReferenceOrBuilder getLargeModelReferenceOrBuilder()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getLargeModelReferenceOrBuilder
in interfacePublisherModel.CallToAction.DeployOrBuilder
-
hasContainerSpec
public boolean hasContainerSpec()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasContainerSpec
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- Whether the containerSpec field is set.
-
getContainerSpec
public ModelContainerSpec getContainerSpec()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getContainerSpec
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The containerSpec.
-
getContainerSpecOrBuilder
public ModelContainerSpecOrBuilder getContainerSpecOrBuilder()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getContainerSpecOrBuilder
in interfacePublisherModel.CallToAction.DeployOrBuilder
-
getArtifactUri
public String getArtifactUri()
Optional. The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getArtifactUri
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The artifactUri.
-
getArtifactUriBytes
public com.google.protobuf.ByteString getArtifactUriBytes()
Optional. The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getArtifactUriBytes
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The bytes for artifactUri.
-
getTitle
public String getTitle()
Required. The title of the regional resource reference.
string title = 8 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTitle
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
Required. The title of the regional resource reference.
string title = 8 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTitleBytes
in interfacePublisherModel.CallToAction.DeployOrBuilder
- Returns:
- The bytes for title.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PublisherModel.CallToAction.Deploy parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PublisherModel.CallToAction.Deploy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PublisherModel.CallToAction.Deploy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PublisherModel.CallToAction.Deploy.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PublisherModel.CallToAction.Deploy.Builder newBuilder()
-
newBuilder
public static PublisherModel.CallToAction.Deploy.Builder newBuilder(PublisherModel.CallToAction.Deploy prototype)
-
toBuilder
public PublisherModel.CallToAction.Deploy.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PublisherModel.CallToAction.Deploy.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PublisherModel.CallToAction.Deploy getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PublisherModel.CallToAction.Deploy> parser()
-
getParserForType
public com.google.protobuf.Parser<PublisherModel.CallToAction.Deploy> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PublisherModel.CallToAction.Deploy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-