Interface Shell.CopyFilesFromMachineResponseMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Shell.CopyFilesFromMachineResponseMetadata, Shell.CopyFilesFromMachineResponseMetadata.Builder
Enclosing class:
Shell

public static interface Shell.CopyFilesFromMachineResponseMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    source_type is the type of files that will be transmitted in this response stream.
    int
    source_type is the type of files that will be transmitted in this response stream.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSourceTypeValue

      int getSourceTypeValue()
       source_type is the type of files that will be transmitted in this response stream.
       
      .viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
      Returns:
      The enum numeric value on the wire for sourceType.
    • getSourceType

      Shell.CopyFilesSourceType getSourceType()
       source_type is the type of files that will be transmitted in this response stream.
       
      .viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
      Returns:
      The sourceType.