Interface DataPipelines.RenameDataPipelineRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DataPipelines.RenameDataPipelineRequest, DataPipelines.RenameDataPipelineRequest.Builder
Enclosing class:
DataPipelines

public static interface DataPipelines.RenameDataPipelineRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the data pipeline to rename.
    com.google.protobuf.ByteString
    The ID of the data pipeline to rename.
    A unique identifier at the organization level.
    com.google.protobuf.ByteString
    A unique identifier at the organization level.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
       The ID of the data pipeline to rename.
       
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The ID of the data pipeline to rename.
       
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getName

      String getName()
       A unique identifier at the organization level.
       
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       A unique identifier at the organization level.
       
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.