Class Canary

  • All Implemented Interfaces:
    CanaryOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Canary
    extends com.google.protobuf.GeneratedMessageV3
    implements CanaryOrBuilder
     Canary represents the canary deployment strategy.
     
    Protobuf type google.cloud.deploy.v1.Canary
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Canary.Builder
      Canary represents the canary deployment strategy.
      static class  Canary.ModeCase  
      • 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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • RUNTIME_CONFIG_FIELD_NUMBER

        public static final int RUNTIME_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CANARY_DEPLOYMENT_FIELD_NUMBER

        public static final int CANARY_DEPLOYMENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOM_CANARY_DEPLOYMENT_FIELD_NUMBER

        public static final int CUSTOM_CANARY_DEPLOYMENT_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.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 class com.google.protobuf.GeneratedMessageV3
      • hasRuntimeConfig

        public boolean hasRuntimeConfig()
         Optional. Runtime specific configurations for the deployment strategy. The
         runtime configuration is used to determine how Cloud Deploy will split
         traffic to enable a progressive deployment.
         
        .google.cloud.deploy.v1.RuntimeConfig runtime_config = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasRuntimeConfig in interface CanaryOrBuilder
        Returns:
        Whether the runtimeConfig field is set.
      • getRuntimeConfig

        public RuntimeConfig getRuntimeConfig()
         Optional. Runtime specific configurations for the deployment strategy. The
         runtime configuration is used to determine how Cloud Deploy will split
         traffic to enable a progressive deployment.
         
        .google.cloud.deploy.v1.RuntimeConfig runtime_config = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRuntimeConfig in interface CanaryOrBuilder
        Returns:
        The runtimeConfig.
      • getRuntimeConfigOrBuilder

        public RuntimeConfigOrBuilder getRuntimeConfigOrBuilder()
         Optional. Runtime specific configurations for the deployment strategy. The
         runtime configuration is used to determine how Cloud Deploy will split
         traffic to enable a progressive deployment.
         
        .google.cloud.deploy.v1.RuntimeConfig runtime_config = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRuntimeConfigOrBuilder in interface CanaryOrBuilder
      • hasCanaryDeployment

        public boolean hasCanaryDeployment()
         Configures the progressive based deployment for a Target.
         
        .google.cloud.deploy.v1.CanaryDeployment canary_deployment = 2;
        Specified by:
        hasCanaryDeployment in interface CanaryOrBuilder
        Returns:
        Whether the canaryDeployment field is set.
      • getCanaryDeployment

        public CanaryDeployment getCanaryDeployment()
         Configures the progressive based deployment for a Target.
         
        .google.cloud.deploy.v1.CanaryDeployment canary_deployment = 2;
        Specified by:
        getCanaryDeployment in interface CanaryOrBuilder
        Returns:
        The canaryDeployment.
      • hasCustomCanaryDeployment

        public boolean hasCustomCanaryDeployment()
         Configures the progressive based deployment for a Target, but allows
         customizing at the phase level where a phase represents each of the
         percentage deployments.
         
        .google.cloud.deploy.v1.CustomCanaryDeployment custom_canary_deployment = 3;
        Specified by:
        hasCustomCanaryDeployment in interface CanaryOrBuilder
        Returns:
        Whether the customCanaryDeployment field is set.
      • getCustomCanaryDeployment

        public CustomCanaryDeployment getCustomCanaryDeployment()
         Configures the progressive based deployment for a Target, but allows
         customizing at the phase level where a phase represents each of the
         percentage deployments.
         
        .google.cloud.deploy.v1.CustomCanaryDeployment custom_canary_deployment = 3;
        Specified by:
        getCustomCanaryDeployment in interface CanaryOrBuilder
        Returns:
        The customCanaryDeployment.
      • getCustomCanaryDeploymentOrBuilder

        public CustomCanaryDeploymentOrBuilder getCustomCanaryDeploymentOrBuilder()
         Configures the progressive based deployment for a Target, but allows
         customizing at the phase level where a phase represents each of the
         percentage deployments.
         
        .google.cloud.deploy.v1.CustomCanaryDeployment custom_canary_deployment = 3;
        Specified by:
        getCustomCanaryDeploymentOrBuilder in interface CanaryOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Canary parseFrom​(ByteBuffer data)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(ByteBuffer data,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(com.google.protobuf.ByteString data)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(com.google.protobuf.ByteString data,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(byte[] data)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(byte[] data,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Canary parseFrom​(com.google.protobuf.CodedInputStream input,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Canary.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Canary.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Canary.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Canary getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Canary> parser()
      • getParserForType

        public com.google.protobuf.Parser<Canary> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Canary getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder