Interface PendingRenameInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.

    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 Details

    • getOperation

      String getOperation()
       Output only. The name of the rename operation.
       
      string operation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The operation.
    • getOperationBytes

      com.google.protobuf.ByteString getOperationBytes()
       Output only. The name of the rename operation.
       
      string operation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for operation.