Interface PredeployOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Predeploy, Predeploy.Builder

    public interface PredeployOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getActions​(int index)
      Optional.
      com.google.protobuf.ByteString getActionsBytes​(int index)
      Optional.
      int getActionsCount()
      Optional.
      List<String> getActionsList()
      Optional.
      • 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

      • getActionsList

        List<String> getActionsList()
         Optional. A sequence of skaffold custom actions to invoke during execution
         of the predeploy job.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the actions.
      • getActionsCount

        int getActionsCount()
         Optional. A sequence of skaffold custom actions to invoke during execution
         of the predeploy job.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of actions.
      • getActions

        String getActions​(int index)
         Optional. A sequence of skaffold custom actions to invoke during execution
         of the predeploy job.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the element to return.
        Returns:
        The actions at the given index.
      • getActionsBytes

        com.google.protobuf.ByteString getActionsBytes​(int index)
         Optional. A sequence of skaffold custom actions to invoke during execution
         of the predeploy job.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the actions at the given index.