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 TypeMethodDescriptionstring component_url = 2;com.google.protobuf.ByteStringstring component_url = 2;getUuid()string uuid = 1;com.google.protobuf.ByteStringstring uuid = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUuid
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 1;- Returns:
- The bytes for uuid.
-
getComponentUrl
-
getComponentUrlBytes
com.google.protobuf.ByteString getComponentUrlBytes()string component_url = 2;- Returns:
- The bytes for componentUrl.
-