public static final class ServiceProto.Namespace extends com.google.protobuf.GeneratedMessageV3 implements ServiceProto.NamespaceOrBuilder
v1.Namespace| 限定符和类型 | 类和说明 |
|---|---|
static class |
ServiceProto.Namespace.Builder
Protobuf type
v1.Namespace |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMMENT_FIELD_NUMBER |
static int |
CTIME_FIELD_NUMBER |
static int |
MTIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OWNERS_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.StringValue |
getComment()
.google.protobuf.StringValue comment = 2; |
com.google.protobuf.StringValueOrBuilder |
getCommentOrBuilder()
.google.protobuf.StringValue comment = 2; |
com.google.protobuf.StringValue |
getCtime()
.google.protobuf.StringValue ctime = 5; |
com.google.protobuf.StringValueOrBuilder |
getCtimeOrBuilder()
.google.protobuf.StringValue ctime = 5; |
static ServiceProto.Namespace |
getDefaultInstance() |
ServiceProto.Namespace |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getMtime()
.google.protobuf.StringValue mtime = 6; |
com.google.protobuf.StringValueOrBuilder |
getMtimeOrBuilder()
.google.protobuf.StringValue mtime = 6; |
com.google.protobuf.StringValue |
getName()
.google.protobuf.StringValue name = 1; |
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
.google.protobuf.StringValue name = 1; |
com.google.protobuf.StringValue |
getOwners()
.google.protobuf.StringValue owners = 3; |
com.google.protobuf.StringValueOrBuilder |
getOwnersOrBuilder()
.google.protobuf.StringValue owners = 3; |
com.google.protobuf.Parser<ServiceProto.Namespace> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.StringValue |
getToken()
.google.protobuf.StringValue token = 4; |
com.google.protobuf.StringValueOrBuilder |
getTokenOrBuilder()
.google.protobuf.StringValue token = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComment()
.google.protobuf.StringValue comment = 2; |
boolean |
hasCtime()
.google.protobuf.StringValue ctime = 5; |
int |
hashCode() |
boolean |
hasMtime()
.google.protobuf.StringValue mtime = 6; |
boolean |
hasName()
.google.protobuf.StringValue name = 1; |
boolean |
hasOwners()
.google.protobuf.StringValue owners = 3; |
boolean |
hasToken()
.google.protobuf.StringValue token = 4; |
boolean |
isInitialized() |
static ServiceProto.Namespace.Builder |
newBuilder() |
static ServiceProto.Namespace.Builder |
newBuilder(ServiceProto.Namespace prototype) |
ServiceProto.Namespace.Builder |
newBuilderForType() |
static ServiceProto.Namespace |
parseDelimitedFrom(InputStream input) |
static ServiceProto.Namespace |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProto.Namespace |
parseFrom(byte[] data) |
static ServiceProto.Namespace |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProto.Namespace |
parseFrom(ByteBuffer data) |
static ServiceProto.Namespace |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProto.Namespace |
parseFrom(com.google.protobuf.ByteString data) |
static ServiceProto.Namespace |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProto.Namespace |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceProto.Namespace |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProto.Namespace |
parseFrom(InputStream input) |
static ServiceProto.Namespace |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ServiceProto.Namespace> |
parser() |
ServiceProto.Namespace.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
public static final int OWNERS_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int CTIME_FIELD_NUMBER
public static final int MTIME_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasName()
.google.protobuf.StringValue name = 1;hasName 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getName()
.google.protobuf.StringValue name = 1;getName 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue name = 1;public boolean hasComment()
.google.protobuf.StringValue comment = 2;hasComment 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getComment()
.google.protobuf.StringValue comment = 2;getComment 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCommentOrBuilder()
.google.protobuf.StringValue comment = 2;public boolean hasOwners()
.google.protobuf.StringValue owners = 3;hasOwners 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getOwners()
.google.protobuf.StringValue owners = 3;getOwners 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getOwnersOrBuilder()
.google.protobuf.StringValue owners = 3;public boolean hasToken()
.google.protobuf.StringValue token = 4;hasToken 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getToken()
.google.protobuf.StringValue token = 4;getToken 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getTokenOrBuilder()
.google.protobuf.StringValue token = 4;public boolean hasCtime()
.google.protobuf.StringValue ctime = 5;hasCtime 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getCtime()
.google.protobuf.StringValue ctime = 5;getCtime 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCtimeOrBuilder()
.google.protobuf.StringValue ctime = 5;public boolean hasMtime()
.google.protobuf.StringValue mtime = 6;hasMtime 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValue getMtime()
.google.protobuf.StringValue mtime = 6;getMtime 在接口中 ServiceProto.NamespaceOrBuilderpublic com.google.protobuf.StringValueOrBuilder getMtimeOrBuilder()
.google.protobuf.StringValue mtime = 6;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ServiceProto.Namespace parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProto.Namespace parseFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceProto.Namespace parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceProto.Namespace parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceProto.Namespace parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceProto.Namespace parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ServiceProto.Namespace parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ServiceProto.Namespace.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ServiceProto.Namespace.Builder newBuilder()
public static ServiceProto.Namespace.Builder newBuilder(ServiceProto.Namespace prototype)
public ServiceProto.Namespace.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static ServiceProto.Namespace getDefaultInstance()
public static com.google.protobuf.Parser<ServiceProto.Namespace> parser()
public com.google.protobuf.Parser<ServiceProto.Namespace> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ServiceProto.Namespace getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.