Interface UpdateWorkerDeploymentVersionMetadataResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      VersionMetadata getMetadata()
      Full metadata after performing the update.
      VersionMetadataOrBuilder getMetadataOrBuilder()
      Full metadata after performing the update.
      boolean hasMetadata()
      Full metadata after performing the update.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasMetadata

        boolean hasMetadata()
         Full metadata after performing the update.
         
        .temporal.api.deployment.v1.VersionMetadata metadata = 1;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        VersionMetadata getMetadata()
         Full metadata after performing the update.
         
        .temporal.api.deployment.v1.VersionMetadata metadata = 1;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        VersionMetadataOrBuilder getMetadataOrBuilder()
         Full metadata after performing the update.
         
        .temporal.api.deployment.v1.VersionMetadata metadata = 1;