Interface DeleteComponentRequestOrBuilder

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

@Generated public interface DeleteComponentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string component_url = 2;
    com.google.protobuf.ByteString
    string component_url = 2;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;

    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

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getComponentUrl

      String getComponentUrl()
      string component_url = 2;
      Returns:
      The componentUrl.
    • getComponentUrlBytes

      com.google.protobuf.ByteString getComponentUrlBytes()
      string component_url = 2;
      Returns:
      The bytes for componentUrl.