public final class Project extends com.google.protobuf.GeneratedMessageV3 implements ProjectOrBuilder
appscode.auth.v1beta1.Project| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Builder
Protobuf type
appscode.auth.v1beta1.Project |
com.google.protobuf.GeneratedMessageV3.BuilderParent, 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| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED_AT_FIELD_NUMBER |
static int |
EDIT_POLICY_FIELD_NUMBER |
static int |
HAS_SUBPROJECTS_FIELD_NUMBER |
static int |
JOIN_POLICY_FIELD_NUMBER |
static int |
MEMBERS_FIELD_NUMBER |
static int |
MEMBERSHIP_LOCKED_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PHID_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VIEW_POLICY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCreatedAt()
optional int64 created_at = 11; |
static Project |
getDefaultInstance() |
Project |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getEditPolicy()
optional string edit_policy = 6; |
com.google.protobuf.ByteString |
getEditPolicyBytes()
optional string edit_policy = 6; |
boolean |
getHasSubprojects()
optional bool has_subprojects = 9; |
java.lang.String |
getJoinPolicy()
optional string join_policy = 7; |
com.google.protobuf.ByteString |
getJoinPolicyBytes()
optional string join_policy = 7; |
Member |
getMembers(int index)
repeated .appscode.auth.v1beta1.Member members = 10; |
int |
getMembersCount()
repeated .appscode.auth.v1beta1.Member members = 10; |
boolean |
getMembershipLocked()
optional bool membership_locked = 8; |
java.util.List<Member> |
getMembersList()
repeated .appscode.auth.v1beta1.Member members = 10; |
MemberOrBuilder |
getMembersOrBuilder(int index)
repeated .appscode.auth.v1beta1.Member members = 10; |
java.util.List<? extends MemberOrBuilder> |
getMembersOrBuilderList()
repeated .appscode.auth.v1beta1.Member members = 10; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
com.google.protobuf.Parser<Project> |
getParserForType() |
java.lang.String |
getPhid()
optional string phid = 2; |
com.google.protobuf.ByteString |
getPhidBytes()
optional string phid = 2; |
int |
getSerializedSize() |
java.lang.String |
getStatus()
optional string status = 4; |
com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 4; |
java.lang.String |
getType()
optional string type = 3; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getViewPolicy()
optional string view_policy = 5; |
com.google.protobuf.ByteString |
getViewPolicyBytes()
optional string view_policy = 5; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Project.Builder |
newBuilder() |
static Project.Builder |
newBuilder(Project prototype) |
Project.Builder |
newBuilderForType() |
protected Project.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Project |
parseDelimitedFrom(java.io.InputStream input) |
static Project |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(byte[] data) |
static Project |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(com.google.protobuf.ByteString data) |
static Project |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Project |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Project |
parseFrom(java.io.InputStream input) |
static Project |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Project> |
parser() |
Project.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int PHID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int VIEW_POLICY_FIELD_NUMBER
public static final int EDIT_POLICY_FIELD_NUMBER
public static final int JOIN_POLICY_FIELD_NUMBER
public static final int MEMBERSHIP_LOCKED_FIELD_NUMBER
public static final int HAS_SUBPROJECTS_FIELD_NUMBER
public static final int MEMBERS_FIELD_NUMBER
public static final int CREATED_AT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getName()
optional string name = 1;getName in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface ProjectOrBuilderpublic java.lang.String getPhid()
optional string phid = 2;getPhid in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getPhidBytes()
optional string phid = 2;getPhidBytes in interface ProjectOrBuilderpublic java.lang.String getType()
optional string type = 3;getType in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;getTypeBytes in interface ProjectOrBuilderpublic java.lang.String getStatus()
optional string status = 4;getStatus in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
optional string status = 4;getStatusBytes in interface ProjectOrBuilderpublic java.lang.String getViewPolicy()
optional string view_policy = 5;getViewPolicy in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getViewPolicyBytes()
optional string view_policy = 5;getViewPolicyBytes in interface ProjectOrBuilderpublic java.lang.String getEditPolicy()
optional string edit_policy = 6;getEditPolicy in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getEditPolicyBytes()
optional string edit_policy = 6;getEditPolicyBytes in interface ProjectOrBuilderpublic java.lang.String getJoinPolicy()
optional string join_policy = 7;getJoinPolicy in interface ProjectOrBuilderpublic com.google.protobuf.ByteString getJoinPolicyBytes()
optional string join_policy = 7;getJoinPolicyBytes in interface ProjectOrBuilderpublic boolean getMembershipLocked()
optional bool membership_locked = 8;getMembershipLocked in interface ProjectOrBuilderpublic boolean getHasSubprojects()
optional bool has_subprojects = 9;getHasSubprojects in interface ProjectOrBuilderpublic java.util.List<Member> getMembersList()
repeated .appscode.auth.v1beta1.Member members = 10;getMembersList in interface ProjectOrBuilderpublic java.util.List<? extends MemberOrBuilder> getMembersOrBuilderList()
repeated .appscode.auth.v1beta1.Member members = 10;getMembersOrBuilderList in interface ProjectOrBuilderpublic int getMembersCount()
repeated .appscode.auth.v1beta1.Member members = 10;getMembersCount in interface ProjectOrBuilderpublic Member getMembers(int index)
repeated .appscode.auth.v1beta1.Member members = 10;getMembers in interface ProjectOrBuilderpublic MemberOrBuilder getMembersOrBuilder(int index)
repeated .appscode.auth.v1beta1.Member members = 10;getMembersOrBuilder in interface ProjectOrBuilderpublic long getCreatedAt()
optional int64 created_at = 11;getCreatedAt in interface ProjectOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Project parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Project parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Project parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Project parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Project parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Project parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Project parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Project.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Project.Builder newBuilder()
public static Project.Builder newBuilder(Project prototype)
public Project.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Project.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Project getDefaultInstance()
public static com.google.protobuf.Parser<Project> parser()
public com.google.protobuf.Parser<Project> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Project getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder