Package xyz.block.ftl.v1
Interface CertificateOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CertificateOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasContent().xyz.block.ftl.v1.CertificateContent content = 1;abstract CertificateContentgetContent().xyz.block.ftl.v1.CertificateContent content = 1;abstract CertificateContentOrBuildergetContentOrBuilder().xyz.block.ftl.v1.CertificateContent content = 1;abstract ByteStringgetControllerSignature()bytes controller_signature = 3;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasContent
abstract boolean hasContent()
.xyz.block.ftl.v1.CertificateContent content = 1;- Returns:
Whether the content field is set.
-
getContent
abstract CertificateContent getContent()
.xyz.block.ftl.v1.CertificateContent content = 1;- Returns:
The content.
-
getContentOrBuilder
abstract CertificateContentOrBuilder getContentOrBuilder()
.xyz.block.ftl.v1.CertificateContent content = 1;
-
getControllerSignature
abstract ByteString getControllerSignature()
bytes controller_signature = 3;- Returns:
The controllerSignature.
-
-
-
-