gen

package
v0.0.46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Nem_ListTeams_FullMethodName                = "/nem.Nem/ListTeams"
	Nem_CreateTeam_FullMethodName               = "/nem.Nem/CreateTeam"
	Nem_UpdateTeam_FullMethodName               = "/nem.Nem/UpdateTeam"
	Nem_ListOrganizations_FullMethodName        = "/nem.Nem/ListOrganizations"
	Nem_CreateOrganization_FullMethodName       = "/nem.Nem/CreateOrganization"
	Nem_UpdateOrganization_FullMethodName       = "/nem.Nem/UpdateOrganization"
	Nem_ListProjects_FullMethodName             = "/nem.Nem/ListProjects"
	Nem_CreateProject_FullMethodName            = "/nem.Nem/CreateProject"
	Nem_UpdateProject_FullMethodName            = "/nem.Nem/UpdateProject"
	Nem_ListExtensions_FullMethodName           = "/nem.Nem/ListExtensions"
	Nem_CreateExtension_FullMethodName          = "/nem.Nem/CreateExtension"
	Nem_UpdateExtension_FullMethodName          = "/nem.Nem/UpdateExtension"
	Nem_ListExtensionVersions_FullMethodName    = "/nem.Nem/ListExtensionVersions"
	Nem_CreateExtensionVersion_FullMethodName   = "/nem.Nem/CreateExtensionVersion"
	Nem_UpdateExtensionVersion_FullMethodName   = "/nem.Nem/UpdateExtensionVersion"
	Nem_ListUsers_FullMethodName                = "/nem.Nem/ListUsers"
	Nem_CreateUser_FullMethodName               = "/nem.Nem/CreateUser"
	Nem_UpdateUser_FullMethodName               = "/nem.Nem/UpdateUser"
	Nem_ListChangeRequests_FullMethodName       = "/nem.Nem/ListChangeRequests"
	Nem_CreateChangeRequest_FullMethodName      = "/nem.Nem/CreateChangeRequest"
	Nem_UpdateChangeRequest_FullMethodName      = "/nem.Nem/UpdateChangeRequest"
	Nem_ListProjectVersions_FullMethodName      = "/nem.Nem/ListProjectVersions"
	Nem_CreateProjectVersion_FullMethodName     = "/nem.Nem/CreateProjectVersion"
	Nem_UpdateProjectVersion_FullMethodName     = "/nem.Nem/UpdateProjectVersion"
	Nem_ListUserTeams_FullMethodName            = "/nem.Nem/ListUserTeams"
	Nem_CreateUserTeam_FullMethodName           = "/nem.Nem/CreateUserTeam"
	Nem_UpdateUserTeam_FullMethodName           = "/nem.Nem/UpdateUserTeam"
	Nem_ListExtensionExecutions_FullMethodName  = "/nem.Nem/ListExtensionExecutions"
	Nem_CreateExtensionExecution_FullMethodName = "/nem.Nem/CreateExtensionExecution"
	Nem_UpdateExtensionExecution_FullMethodName = "/nem.Nem/UpdateExtensionExecution"
	Nem_ListUserConnections_FullMethodName      = "/nem.Nem/ListUserConnections"
	Nem_CreateUserConnection_FullMethodName     = "/nem.Nem/CreateUserConnection"
	Nem_UpdateUserConnection_FullMethodName     = "/nem.Nem/UpdateUserConnection"
)

Variables

View Source
var (
	ChangeRequestReviewType_name = map[int32]string{
		0: "CHANGE_REQUEST_REVIEW_TYPE_INVALID",
		1: "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA",
		2: "CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION",
		3: "CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION",
	}
	ChangeRequestReviewType_value = map[string]int32{
		"CHANGE_REQUEST_REVIEW_TYPE_INVALID":           0,
		"CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA":      1,
		"CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION":   2,
		"CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION": 3,
	}
)

Enum value maps for ChangeRequestReviewType.

View Source
var (
	ChangeRequestStatus_name = map[int32]string{
		0: "CHANGE_REQUEST_STATUS_INVALID",
		1: "CHANGE_REQUEST_STATUS_ACTIVE",
		2: "CHANGE_REQUEST_STATUS_DISABLED",
	}
	ChangeRequestStatus_value = map[string]int32{
		"CHANGE_REQUEST_STATUS_INVALID":  0,
		"CHANGE_REQUEST_STATUS_ACTIVE":   1,
		"CHANGE_REQUEST_STATUS_DISABLED": 2,
	}
)

Enum value maps for ChangeRequestStatus.

View Source
var (
	ChangeRequestReviewStatus_name = map[int32]string{
		0: "CHANGE_REQUEST_REVIEW_STATUS_INVALID",
		1: "CHANGE_REQUEST_REVIEW_STATUS_DRAFT",
		2: "CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW",
		3: "CHANGE_REQUEST_REVIEW_STATUS_APPROVED",
		4: "CHANGE_REQUEST_REVIEW_STATUS_REJECTED",
		5: "CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED",
	}
	ChangeRequestReviewStatus_value = map[string]int32{
		"CHANGE_REQUEST_REVIEW_STATUS_INVALID":   0,
		"CHANGE_REQUEST_REVIEW_STATUS_DRAFT":     1,
		"CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW": 2,
		"CHANGE_REQUEST_REVIEW_STATUS_APPROVED":  3,
		"CHANGE_REQUEST_REVIEW_STATUS_REJECTED":  4,
		"CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED": 5,
	}
)

Enum value maps for ChangeRequestReviewStatus.

View Source
var (
	ConnectionDbType_name = map[int32]string{
		0: "CONNECTION_DB_TYPE_INVALID",
		1: "CONNECTION_DB_TYPE_MYSQL",
		2: "CONNECTION_DB_TYPE_POSTGRES",
	}
	ConnectionDbType_value = map[string]int32{
		"CONNECTION_DB_TYPE_INVALID":  0,
		"CONNECTION_DB_TYPE_MYSQL":    1,
		"CONNECTION_DB_TYPE_POSTGRES": 2,
	}
)

Enum value maps for ConnectionDbType.

View Source
var (
	ConnectionStatus_name = map[int32]string{
		0: "CONNECTION_STATUS_INVALID",
		1: "CONNECTION_STATUS_ACTIVE",
		2: "CONNECTION_STATUS_DISABLED",
	}
	ConnectionStatus_value = map[string]int32{
		"CONNECTION_STATUS_INVALID":  0,
		"CONNECTION_STATUS_ACTIVE":   1,
		"CONNECTION_STATUS_DISABLED": 2,
	}
)

Enum value maps for ConnectionStatus.

View Source
var (
	ConnectionType_name = map[int32]string{
		0: "CONNECTION_TYPE_INVALID",
		1: "CONNECTION_TYPE_TCP_IP",
		2: "CONNECTION_TYPE_TCP_IP_SSH",
	}
	ConnectionType_value = map[string]int32{
		"CONNECTION_TYPE_INVALID":    0,
		"CONNECTION_TYPE_TCP_IP":     1,
		"CONNECTION_TYPE_TCP_IP_SSH": 2,
	}
)

Enum value maps for ConnectionType.

View Source
var (
	DbTypePostgresConfigSslmode_name = map[int32]string{
		0: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID",
		1: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE",
		2: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW",
		3: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER",
		4: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE",
		5: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA",
		6: "DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL",
	}
	DbTypePostgresConfigSslmode_value = map[string]int32{
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID":     0,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE":     1,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW":       2,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER":      3,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE":     4,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA":   5,
		"DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL": 6,
	}
)

Enum value maps for DbTypePostgresConfigSslmode.

View Source
var (
	EntityStatus_name = map[int32]string{
		0: "ENTITY_STATUS_INVALID",
		1: "ENTITY_STATUS_ACTIVE",
		2: "ENTITY_STATUS_DISABLED",
	}
	EntityStatus_value = map[string]int32{
		"ENTITY_STATUS_INVALID":  0,
		"ENTITY_STATUS_ACTIVE":   1,
		"ENTITY_STATUS_DISABLED": 2,
	}
)

Enum value maps for EntityStatus.

View Source
var (
	EntityType_name = map[int32]string{
		0: "ENTITY_TYPE_INVALID",
		1: "ENTITY_TYPE_STANDALONE",
		2: "ENTITY_TYPE_DEPENDENT",
	}
	EntityType_value = map[string]int32{
		"ENTITY_TYPE_INVALID":    0,
		"ENTITY_TYPE_STANDALONE": 1,
		"ENTITY_TYPE_DEPENDENT":  2,
	}
)

Enum value maps for EntityType.

View Source
var (
	EntityVersionConfigGenerator_name = map[int32]string{
		0: "ENTITY_VERSION_CONFIG_GENERATOR_INVALID",
		1: "ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP",
	}
	EntityVersionConfigGenerator_value = map[string]int32{
		"ENTITY_VERSION_CONFIG_GENERATOR_INVALID":   0,
		"ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP": 1,
	}
)

Enum value maps for EntityVersionConfigGenerator.

View Source
var (
	EntityVersionConfigType_name = map[int32]string{
		0: "ENTITY_VERSION_CONFIG_TYPE_INVALID",
		1: "ENTITY_VERSION_CONFIG_TYPE_FIELD",
		2: "ENTITY_VERSION_CONFIG_TYPE_ENTITY",
	}
	EntityVersionConfigType_value = map[string]int32{
		"ENTITY_VERSION_CONFIG_TYPE_INVALID": 0,
		"ENTITY_VERSION_CONFIG_TYPE_FIELD":   1,
		"ENTITY_VERSION_CONFIG_TYPE_ENTITY":  2,
	}
)

Enum value maps for EntityVersionConfigType.

View Source
var (
	EnumStatus_name = map[int32]string{
		0: "ENUM_STATUS_INVALID",
		1: "ENUM_STATUS_ACTIVE",
		2: "ENUM_STATUS_DISABLED",
	}
	EnumStatus_value = map[string]int32{
		"ENUM_STATUS_INVALID":  0,
		"ENUM_STATUS_ACTIVE":   1,
		"ENUM_STATUS_DISABLED": 2,
	}
)

Enum value maps for EnumStatus.

View Source
var (
	EnviormentStatus_name = map[int32]string{
		0: "ENVIORMENT_STATUS_INVALID",
		1: "ENVIORMENT_STATUS_ACTIVE",
		2: "ENVIORMENT_STATUS_DISABLED",
	}
	EnviormentStatus_value = map[string]int32{
		"ENVIORMENT_STATUS_INVALID":  0,
		"ENVIORMENT_STATUS_ACTIVE":   1,
		"ENVIORMENT_STATUS_DISABLED": 2,
	}
)

Enum value maps for EnviormentStatus.

View Source
var (
	ExtensionExtensionType_name = map[int32]string{
		0: "EXTENSION_EXTENSION_TYPE_INVALID",
		1: "EXTENSION_EXTENSION_TYPE_IMPORTER",
		2: "EXTENSION_EXTENSION_TYPE_SYNCHRONIZER",
		3: "EXTENSION_EXTENSION_TYPE_GENERATOR",
	}
	ExtensionExtensionType_value = map[string]int32{
		"EXTENSION_EXTENSION_TYPE_INVALID":      0,
		"EXTENSION_EXTENSION_TYPE_IMPORTER":     1,
		"EXTENSION_EXTENSION_TYPE_SYNCHRONIZER": 2,
		"EXTENSION_EXTENSION_TYPE_GENERATOR":    3,
	}
)

Enum value maps for ExtensionExtensionType.

View Source
var (
	ExtensionStatus_name = map[int32]string{
		0: "EXTENSION_STATUS_INVALID",
		1: "EXTENSION_STATUS_ACTIVE",
		2: "EXTENSION_STATUS_DISABLED",
	}
	ExtensionStatus_value = map[string]int32{
		"EXTENSION_STATUS_INVALID":  0,
		"EXTENSION_STATUS_ACTIVE":   1,
		"EXTENSION_STATUS_DISABLED": 2,
	}
)

Enum value maps for ExtensionStatus.

View Source
var (
	ExtensionExecutionStatus_name = map[int32]string{
		0: "EXTENSION_EXECUTION_STATUS_INVALID",
		1: "EXTENSION_EXECUTION_STATUS_INPROGRESS",
		2: "EXTENSION_EXECUTION_STATUS_SUCCEEDED",
		3: "EXTENSION_EXECUTION_STATUS_FAILED",
		4: "EXTENSION_EXECUTION_STATUS_CANCELLED",
	}
	ExtensionExecutionStatus_value = map[string]int32{
		"EXTENSION_EXECUTION_STATUS_INVALID":    0,
		"EXTENSION_EXECUTION_STATUS_INPROGRESS": 1,
		"EXTENSION_EXECUTION_STATUS_SUCCEEDED":  2,
		"EXTENSION_EXECUTION_STATUS_FAILED":     3,
		"EXTENSION_EXECUTION_STATUS_CANCELLED":  4,
	}
)

Enum value maps for ExtensionExecutionStatus.

View Source
var (
	ExtensionVersionExecutionMode_name = map[int32]string{
		0: "EXTENSION_VERSION_EXECUTION_MODE_INVALID",
		1: "EXTENSION_VERSION_EXECUTION_MODE_MANUAL",
		2: "EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC",
	}
	ExtensionVersionExecutionMode_value = map[string]int32{
		"EXTENSION_VERSION_EXECUTION_MODE_INVALID":   0,
		"EXTENSION_VERSION_EXECUTION_MODE_MANUAL":    1,
		"EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC": 2,
	}
)

Enum value maps for ExtensionVersionExecutionMode.

View Source
var (
	ExtensionVersionReviewStatus_name = map[int32]string{
		0: "EXTENSION_VERSION_REVIEW_STATUS_INVALID",
		1: "EXTENSION_VERSION_REVIEW_STATUS_DRAFT",
		2: "EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW",
		3: "EXTENSION_VERSION_REVIEW_STATUS_APPROVED",
		4: "EXTENSION_VERSION_REVIEW_STATUS_REJECTED",
		5: "EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED",
	}
	ExtensionVersionReviewStatus_value = map[string]int32{
		"EXTENSION_VERSION_REVIEW_STATUS_INVALID":   0,
		"EXTENSION_VERSION_REVIEW_STATUS_DRAFT":     1,
		"EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW": 2,
		"EXTENSION_VERSION_REVIEW_STATUS_APPROVED":  3,
		"EXTENSION_VERSION_REVIEW_STATUS_REJECTED":  4,
		"EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED": 5,
	}
)

Enum value maps for ExtensionVersionReviewStatus.

View Source
var (
	ExtensionVersionStatus_name = map[int32]string{
		0: "EXTENSION_VERSION_STATUS_INVALID",
		1: "EXTENSION_VERSION_STATUS_ACTIVE",
		2: "EXTENSION_VERSION_STATUS_DISABLED",
	}
	ExtensionVersionStatus_value = map[string]int32{
		"EXTENSION_VERSION_STATUS_INVALID":  0,
		"EXTENSION_VERSION_STATUS_ACTIVE":   1,
		"EXTENSION_VERSION_STATUS_DISABLED": 2,
	}
)

Enum value maps for ExtensionVersionStatus.

View Source
var (
	FieldStatus_name = map[int32]string{
		0: "FIELD_STATUS_INVALID",
		1: "FIELD_STATUS_ACTIVE",
		2: "FIELD_STATUS_INACTIVE",
	}
	FieldStatus_value = map[string]int32{
		"FIELD_STATUS_INVALID":  0,
		"FIELD_STATUS_ACTIVE":   1,
		"FIELD_STATUS_INACTIVE": 2,
	}
)

Enum value maps for FieldStatus.

View Source
var (
	FieldType_name = map[int32]string{
		0:  "FIELD_TYPE_INVALID",
		1:  "FIELD_TYPE_UUID",
		2:  "FIELD_TYPE_INTEGER",
		3:  "FIELD_TYPE_FLOAT",
		4:  "FIELD_TYPE_DECIMAL",
		5:  "FIELD_TYPE_BOOLEAN",
		6:  "FIELD_TYPE_CHAR",
		7:  "FIELD_TYPE_VARCHAR",
		8:  "FIELD_TYPE_TEXT",
		9:  "FIELD_TYPE_ENCRYPTED",
		10: "FIELD_TYPE_EMAIL",
		11: "FIELD_TYPE_PHONE",
		12: "FIELD_TYPE_URL",
		13: "FIELD_TYPE_LOCATION",
		14: "FIELD_TYPE_COLOR",
		15: "FIELD_TYPE_RICHTEXT",
		16: "FIELD_TYPE_CODE",
		17: "FIELD_TYPE_MARKDOWN",
		18: "FIELD_TYPE_FILE",
		19: "FIELD_TYPE_IMAGE",
		20: "FIELD_TYPE_AUDIO",
		21: "FIELD_TYPE_VIDEO",
		22: "FIELD_TYPE_ENUM",
		23: "FIELD_TYPE_JSON",
		24: "FIELD_TYPE_ARRAY",
		25: "FIELD_TYPE_DATE",
		26: "FIELD_TYPE_DATETIME",
		27: "FIELD_TYPE_TIME",
		28: "FIELD_TYPE_SLUG",
	}
	FieldType_value = map[string]int32{
		"FIELD_TYPE_INVALID":   0,
		"FIELD_TYPE_UUID":      1,
		"FIELD_TYPE_INTEGER":   2,
		"FIELD_TYPE_FLOAT":     3,
		"FIELD_TYPE_DECIMAL":   4,
		"FIELD_TYPE_BOOLEAN":   5,
		"FIELD_TYPE_CHAR":      6,
		"FIELD_TYPE_VARCHAR":   7,
		"FIELD_TYPE_TEXT":      8,
		"FIELD_TYPE_ENCRYPTED": 9,
		"FIELD_TYPE_EMAIL":     10,
		"FIELD_TYPE_PHONE":     11,
		"FIELD_TYPE_URL":       12,
		"FIELD_TYPE_LOCATION":  13,
		"FIELD_TYPE_COLOR":     14,
		"FIELD_TYPE_RICHTEXT":  15,
		"FIELD_TYPE_CODE":      16,
		"FIELD_TYPE_MARKDOWN":  17,
		"FIELD_TYPE_FILE":      18,
		"FIELD_TYPE_IMAGE":     19,
		"FIELD_TYPE_AUDIO":     20,
		"FIELD_TYPE_VIDEO":     21,
		"FIELD_TYPE_ENUM":      22,
		"FIELD_TYPE_JSON":      23,
		"FIELD_TYPE_ARRAY":     24,
		"FIELD_TYPE_DATE":      25,
		"FIELD_TYPE_DATETIME":  26,
		"FIELD_TYPE_TIME":      27,
		"FIELD_TYPE_SLUG":      28,
	}
)

Enum value maps for FieldType.

View Source
var (
	FieldTypeArrayConfigType_name = map[int32]string{
		0:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID",
		1:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID",
		2:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER",
		3:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT",
		4:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL",
		5:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR",
		6:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR",
		7:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL",
		8:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE",
		9:  "FIELD_TYPE_ARRAY_CONFIG_TYPE_URL",
		10: "FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR",
		11: "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE",
		12: "FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME",
		13: "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED",
		14: "FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME",
		15: "FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM",
	}
	FieldTypeArrayConfigType_value = map[string]int32{
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID":   0,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID":      1,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER":   2,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT":     3,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL":   4,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR":      5,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR":   6,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL":     7,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE":     8,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_URL":       9,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR":     10,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE":      11,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME":  12,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED": 13,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME":      14,
		"FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM":      15,
	}
)

Enum value maps for FieldTypeArrayConfigType.

View Source
var (
	FieldTypeDecimalConfigSeparator_name = map[int32]string{
		0: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID",
		1: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT",
		2: "FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA",
	}
	FieldTypeDecimalConfigSeparator_value = map[string]int32{
		"FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID": 0,
		"FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT":   1,
		"FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA":   2,
	}
)

Enum value maps for FieldTypeDecimalConfigSeparator.

View Source
var (
	FieldTypeEncryptedConfigEncryptionType_name = map[int32]string{
		0: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID",
		1: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT",
		2: "FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512",
	}
	FieldTypeEncryptedConfigEncryptionType_value = map[string]int32{
		"FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID": 0,
		"FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT":  1,
		"FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512": 2,
	}
)

Enum value maps for FieldTypeEncryptedConfigEncryptionType.

View Source
var (
	FieldTypeFileConfigStorageType_name = map[int32]string{
		0: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID",
		1: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY",
		2: "FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE",
	}
	FieldTypeFileConfigStorageType_value = map[string]int32{
		"FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID":      0,
		"FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY":       1,
		"FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE": 2,
	}
)

Enum value maps for FieldTypeFileConfigStorageType.

View Source
var (
	FieldTypeFloatConfigSeparator_name = map[int32]string{
		0: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID",
		1: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT",
		2: "FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA",
	}
	FieldTypeFloatConfigSeparator_value = map[string]int32{
		"FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID": 0,
		"FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT":   1,
		"FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA":   2,
	}
)

Enum value maps for FieldTypeFloatConfigSeparator.

View Source
var (
	FieldTypeIntegerConfigSize_name = map[int32]string{
		0: "FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID",
		1: "FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT",
		2: "FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS",
		3: "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS",
		4: "FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS",
		5: "FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS",
		6: "FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS",
	}
	FieldTypeIntegerConfigSize_value = map[string]int32{
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID":          0,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT":          1,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS":       2,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS":     3,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS": 4,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS":  5,
		"FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS":  6,
	}
)

Enum value maps for FieldTypeIntegerConfigSize.

View Source
var (
	IndexStatus_name = map[int32]string{
		0: "INDEX_STATUS_INVALID",
		1: "INDEX_STATUS_ACTIVE",
		2: "INDEX_STATUS_DISABLED",
	}
	IndexStatus_value = map[string]int32{
		"INDEX_STATUS_INVALID":  0,
		"INDEX_STATUS_ACTIVE":   1,
		"INDEX_STATUS_DISABLED": 2,
	}
)

Enum value maps for IndexStatus.

View Source
var (
	IndexType_name = map[int32]string{
		0: "INDEX_TYPE_INVALID",
		1: "INDEX_TYPE_INDEX",
		2: "INDEX_TYPE_PRIMARY",
		3: "INDEX_TYPE_UNIQUE",
		4: "INDEX_TYPE_FULLTEXT",
	}
	IndexType_value = map[string]int32{
		"INDEX_TYPE_INVALID":  0,
		"INDEX_TYPE_INDEX":    1,
		"INDEX_TYPE_PRIMARY":  2,
		"INDEX_TYPE_UNIQUE":   3,
		"INDEX_TYPE_FULLTEXT": 4,
	}
)

Enum value maps for IndexType.

View Source
var (
	IndexFieldOrder_name = map[int32]string{
		0: "INDEX_FIELD_ORDER_INVALID",
		1: "INDEX_FIELD_ORDER_ASC",
		2: "INDEX_FIELD_ORDER_DESC",
	}
	IndexFieldOrder_value = map[string]int32{
		"INDEX_FIELD_ORDER_INVALID": 0,
		"INDEX_FIELD_ORDER_ASC":     1,
		"INDEX_FIELD_ORDER_DESC":    2,
	}
)

Enum value maps for IndexFieldOrder.

View Source
var (
	MembershipStatus_name = map[int32]string{
		0: "MEMBERSHIP_STATUS_INVALID",
		1: "MEMBERSHIP_STATUS_ACTIVE",
		2: "MEMBERSHIP_STATUS_DISABLED",
	}
	MembershipStatus_value = map[string]int32{
		"MEMBERSHIP_STATUS_INVALID":  0,
		"MEMBERSHIP_STATUS_ACTIVE":   1,
		"MEMBERSHIP_STATUS_DISABLED": 2,
	}
)

Enum value maps for MembershipStatus.

View Source
var (
	MembershipType_name = map[int32]string{
		0: "MEMBERSHIP_TYPE_INVALID",
		1: "MEMBERSHIP_TYPE_FREE",
		2: "MEMBERSHIP_TYPE_SMALL",
		3: "MEMBERSHIP_TYPE_MEDIUM",
		4: "MEMBERSHIP_TYPE_ENTERPRISE",
	}
	MembershipType_value = map[string]int32{
		"MEMBERSHIP_TYPE_INVALID":    0,
		"MEMBERSHIP_TYPE_FREE":       1,
		"MEMBERSHIP_TYPE_SMALL":      2,
		"MEMBERSHIP_TYPE_MEDIUM":     3,
		"MEMBERSHIP_TYPE_ENTERPRISE": 4,
	}
)

Enum value maps for MembershipType.

View Source
var (
	ObjectStoreStatus_name = map[int32]string{
		0: "OBJECT_STORE_STATUS_INVALID",
		1: "OBJECT_STORE_STATUS_ACTIVE",
		2: "OBJECT_STORE_STATUS_DISABLED",
	}
	ObjectStoreStatus_value = map[string]int32{
		"OBJECT_STORE_STATUS_INVALID":  0,
		"OBJECT_STORE_STATUS_ACTIVE":   1,
		"OBJECT_STORE_STATUS_DISABLED": 2,
	}
)

Enum value maps for ObjectStoreStatus.

View Source
var (
	ObjectStoreType_name = map[int32]string{
		0: "OBJECT_STORE_TYPE_INVALID",
		1: "OBJECT_STORE_TYPE_S_3",
	}
	ObjectStoreType_value = map[string]int32{
		"OBJECT_STORE_TYPE_INVALID": 0,
		"OBJECT_STORE_TYPE_S_3":     1,
	}
)

Enum value maps for ObjectStoreType.

View Source
var (
	OrganizationStatus_name = map[int32]string{
		0: "ORGANIZATION_STATUS_INVALID",
		1: "ORGANIZATION_STATUS_ACTIVE",
		2: "ORGANIZATION_STATUS_DISABLED",
	}
	OrganizationStatus_value = map[string]int32{
		"ORGANIZATION_STATUS_INVALID":  0,
		"ORGANIZATION_STATUS_ACTIVE":   1,
		"ORGANIZATION_STATUS_DISABLED": 2,
	}
)

Enum value maps for OrganizationStatus.

View Source
var (
	ProjectStatus_name = map[int32]string{
		0: "PROJECT_STATUS_INVALID",
		1: "PROJECT_STATUS_ACTIVE",
		2: "PROJECT_STATUS_DISABLED",
	}
	ProjectStatus_value = map[string]int32{
		"PROJECT_STATUS_INVALID":  0,
		"PROJECT_STATUS_ACTIVE":   1,
		"PROJECT_STATUS_DISABLED": 2,
	}
)

Enum value maps for ProjectStatus.

View Source
var (
	ProjectExtensionStatus_name = map[int32]string{
		0: "PROJECT_EXTENSION_STATUS_INVALID",
		1: "PROJECT_EXTENSION_STATUS_ACTIVE",
		2: "PROJECT_EXTENSION_STATUS_DISABLED",
	}
	ProjectExtensionStatus_value = map[string]int32{
		"PROJECT_EXTENSION_STATUS_INVALID":  0,
		"PROJECT_EXTENSION_STATUS_ACTIVE":   1,
		"PROJECT_EXTENSION_STATUS_DISABLED": 2,
	}
)

Enum value maps for ProjectExtensionStatus.

View Source
var (
	ProjectVersionReviewStatus_name = map[int32]string{
		0: "PROJECT_VERSION_REVIEW_STATUS_INVALID",
		1: "PROJECT_VERSION_REVIEW_STATUS_DRAFT",
		2: "PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW",
		3: "PROJECT_VERSION_REVIEW_STATUS_APPROVED",
		4: "PROJECT_VERSION_REVIEW_STATUS_REJECTED",
		5: "PROJECT_VERSION_REVIEW_STATUS_PUBLISHED",
	}
	ProjectVersionReviewStatus_value = map[string]int32{
		"PROJECT_VERSION_REVIEW_STATUS_INVALID":   0,
		"PROJECT_VERSION_REVIEW_STATUS_DRAFT":     1,
		"PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW": 2,
		"PROJECT_VERSION_REVIEW_STATUS_APPROVED":  3,
		"PROJECT_VERSION_REVIEW_STATUS_REJECTED":  4,
		"PROJECT_VERSION_REVIEW_STATUS_PUBLISHED": 5,
	}
)

Enum value maps for ProjectVersionReviewStatus.

View Source
var (
	ProjectVersionStatus_name = map[int32]string{
		0: "PROJECT_VERSION_STATUS_INVALID",
		1: "PROJECT_VERSION_STATUS_ACTIVE",
		2: "PROJECT_VERSION_STATUS_DISABLED",
	}
	ProjectVersionStatus_value = map[string]int32{
		"PROJECT_VERSION_STATUS_INVALID":  0,
		"PROJECT_VERSION_STATUS_ACTIVE":   1,
		"PROJECT_VERSION_STATUS_DISABLED": 2,
	}
)

Enum value maps for ProjectVersionStatus.

View Source
var (
	ProjectVersionDeploymentStatus_name = map[int32]string{
		0: "PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID",
		1: "PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED",
		2: "PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED",
		3: "PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED",
		4: "PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED",
		5: "PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK",
	}
	ProjectVersionDeploymentStatus_value = map[string]int32{
		"PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID":     0,
		"PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED": 1,
		"PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED":     2,
		"PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED":   3,
		"PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED":      4,
		"PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK": 5,
	}
)

Enum value maps for ProjectVersionDeploymentStatus.

View Source
var (
	RelationshipCardinality_name = map[int32]string{
		0: "RELATIONSHIP_CARDINALITY_INVALID",
		1: "RELATIONSHIP_CARDINALITY_ONE_TO_ONE",
		2: "RELATIONSHIP_CARDINALITY_ONE_TO_MANY",
	}
	RelationshipCardinality_value = map[string]int32{
		"RELATIONSHIP_CARDINALITY_INVALID":     0,
		"RELATIONSHIP_CARDINALITY_ONE_TO_ONE":  1,
		"RELATIONSHIP_CARDINALITY_ONE_TO_MANY": 2,
	}
)

Enum value maps for RelationshipCardinality.

View Source
var (
	RelationshipStatus_name = map[int32]string{
		0: "RELATIONSHIP_STATUS_INVALID",
		1: "RELATIONSHIP_STATUS_ACTIVE",
		2: "RELATIONSHIP_STATUS_DISABLED",
	}
	RelationshipStatus_value = map[string]int32{
		"RELATIONSHIP_STATUS_INVALID":  0,
		"RELATIONSHIP_STATUS_ACTIVE":   1,
		"RELATIONSHIP_STATUS_DISABLED": 2,
	}
)

Enum value maps for RelationshipStatus.

View Source
var (
	RelationshipNodeType_name = map[int32]string{
		0: "RELATIONSHIP_NODE_TYPE_INVALID",
		1: "RELATIONSHIP_NODE_TYPE_ENTITY",
		2: "RELATIONSHIP_NODE_TYPE_SERVICE",
	}
	RelationshipNodeType_value = map[string]int32{
		"RELATIONSHIP_NODE_TYPE_INVALID": 0,
		"RELATIONSHIP_NODE_TYPE_ENTITY":  1,
		"RELATIONSHIP_NODE_TYPE_SERVICE": 2,
	}
)

Enum value maps for RelationshipNodeType.

View Source
var (
	ReviewConfigStatus_name = map[int32]string{
		0: "REVIEW_CONFIG_STATUS_INVALID",
		1: "REVIEW_CONFIG_STATUS_ACTIVE",
		2: "REVIEW_CONFIG_STATUS_DISABLED",
	}
	ReviewConfigStatus_value = map[string]int32{
		"REVIEW_CONFIG_STATUS_INVALID":  0,
		"REVIEW_CONFIG_STATUS_ACTIVE":   1,
		"REVIEW_CONFIG_STATUS_DISABLED": 2,
	}
)

Enum value maps for ReviewConfigStatus.

View Source
var (
	ReviewConfigType_name = map[int32]string{
		0: "REVIEW_CONFIG_TYPE_INVALID",
		1: "REVIEW_CONFIG_TYPE_DEFAULT",
		2: "REVIEW_CONFIG_TYPE_PROJECT_VERSION",
		3: "REVIEW_CONFIG_TYPE_EXTENSION_VERSION",
	}
	ReviewConfigType_value = map[string]int32{
		"REVIEW_CONFIG_TYPE_INVALID":           0,
		"REVIEW_CONFIG_TYPE_DEFAULT":           1,
		"REVIEW_CONFIG_TYPE_PROJECT_VERSION":   2,
		"REVIEW_CONFIG_TYPE_EXTENSION_VERSION": 3,
	}
)

Enum value maps for ReviewConfigType.

View Source
var (
	ReviewConfigUserRole_name = map[int32]string{
		0: "REVIEW_CONFIG_USER_ROLE_INVALID",
		1: "REVIEW_CONFIG_USER_ROLE_ADMIN",
		2: "REVIEW_CONFIG_USER_ROLE_DEVELOPER",
		3: "REVIEW_CONFIG_USER_ROLE_DATA_MANAGER",
		4: "REVIEW_CONFIG_USER_ROLE_DATA_ANALYST",
		5: "REVIEW_CONFIG_USER_ROLE_VIEWER",
	}
	ReviewConfigUserRole_value = map[string]int32{
		"REVIEW_CONFIG_USER_ROLE_INVALID":      0,
		"REVIEW_CONFIG_USER_ROLE_ADMIN":        1,
		"REVIEW_CONFIG_USER_ROLE_DEVELOPER":    2,
		"REVIEW_CONFIG_USER_ROLE_DATA_MANAGER": 3,
		"REVIEW_CONFIG_USER_ROLE_DATA_ANALYST": 4,
		"REVIEW_CONFIG_USER_ROLE_VIEWER":       5,
	}
)

Enum value maps for ReviewConfigUserRole.

View Source
var (
	ServiceStatus_name = map[int32]string{
		0: "SERVICE_STATUS_INVALID",
		1: "SERVICE_STATUS_ACTIVE",
		2: "SERVICE_STATUS_DISABLED",
	}
	ServiceStatus_value = map[string]int32{
		"SERVICE_STATUS_INVALID":  0,
		"SERVICE_STATUS_ACTIVE":   1,
		"SERVICE_STATUS_DISABLED": 2,
	}
)

Enum value maps for ServiceStatus.

View Source
var (
	StoreStatus_name = map[int32]string{
		0: "STORE_STATUS_INVALID",
		1: "STORE_STATUS_ACTIVE",
		2: "STORE_STATUS_DISABLED",
	}
	StoreStatus_value = map[string]int32{
		"STORE_STATUS_INVALID":  0,
		"STORE_STATUS_ACTIVE":   1,
		"STORE_STATUS_DISABLED": 2,
	}
)

Enum value maps for StoreStatus.

View Source
var (
	TeamStatus_name = map[int32]string{
		0: "TEAM_STATUS_INVALID",
		1: "TEAM_STATUS_ACTIVE",
		2: "TEAM_STATUS_DISABLED",
	}
	TeamStatus_value = map[string]int32{
		"TEAM_STATUS_INVALID":  0,
		"TEAM_STATUS_ACTIVE":   1,
		"TEAM_STATUS_DISABLED": 2,
	}
)

Enum value maps for TeamStatus.

View Source
var (
	UserStatus_name = map[int32]string{
		0: "USER_STATUS_INVALID",
		1: "USER_STATUS_ACTIVE",
		2: "USER_STATUS_DISABLED",
	}
	UserStatus_value = map[string]int32{
		"USER_STATUS_INVALID":  0,
		"USER_STATUS_ACTIVE":   1,
		"USER_STATUS_DISABLED": 2,
	}
)

Enum value maps for UserStatus.

View Source
var (
	UserUserType_name = map[int32]string{
		0: "USER_USER_TYPE_INVALID",
		1: "USER_USER_TYPE_ADMIN",
		2: "USER_USER_TYPE_REGULAR",
	}
	UserUserType_value = map[string]int32{
		"USER_USER_TYPE_INVALID": 0,
		"USER_USER_TYPE_ADMIN":   1,
		"USER_USER_TYPE_REGULAR": 2,
	}
)

Enum value maps for UserUserType.

View Source
var (
	UserConnectionStatus_name = map[int32]string{
		0: "USER_CONNECTION_STATUS_INVALID",
		1: "USER_CONNECTION_STATUS_ACTIVE",
		2: "USER_CONNECTION_STATUS_DISABLED",
	}
	UserConnectionStatus_value = map[string]int32{
		"USER_CONNECTION_STATUS_INVALID":  0,
		"USER_CONNECTION_STATUS_ACTIVE":   1,
		"USER_CONNECTION_STATUS_DISABLED": 2,
	}
)

Enum value maps for UserConnectionStatus.

View Source
var (
	UserConnectionType_name = map[int32]string{
		0: "USER_CONNECTION_TYPE_INVALID",
		1: "USER_CONNECTION_TYPE_LOCAL",
		2: "USER_CONNECTION_TYPE_REMOTE",
	}
	UserConnectionType_value = map[string]int32{
		"USER_CONNECTION_TYPE_INVALID": 0,
		"USER_CONNECTION_TYPE_LOCAL":   1,
		"USER_CONNECTION_TYPE_REMOTE":  2,
	}
)

Enum value maps for UserConnectionType.

View Source
var (
	UserConnectionExecutionStatus_name = map[int32]string{
		0: "USER_CONNECTION_EXECUTION_STATUS_INVALID",
		1: "USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED",
		2: "USER_CONNECTION_EXECUTION_STATUS_FAILED",
		3: "USER_CONNECTION_EXECUTION_STATUS_CANCELLED",
	}
	UserConnectionExecutionStatus_value = map[string]int32{
		"USER_CONNECTION_EXECUTION_STATUS_INVALID":   0,
		"USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED": 1,
		"USER_CONNECTION_EXECUTION_STATUS_FAILED":    2,
		"USER_CONNECTION_EXECUTION_STATUS_CANCELLED": 3,
	}
)

Enum value maps for UserConnectionExecutionStatus.

View Source
var (
	UserConnectionLocalConfigDbType_name = map[int32]string{
		0: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID",
		1: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL",
		2: "USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES",
	}
	UserConnectionLocalConfigDbType_value = map[string]int32{
		"USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID":  0,
		"USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL":    1,
		"USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES": 2,
	}
)

Enum value maps for UserConnectionLocalConfigDbType.

View Source
var (
	UserTeamRole_name = map[int32]string{
		0: "USER_TEAM_ROLE_INVALID",
		1: "USER_TEAM_ROLE_ADMIN",
		2: "USER_TEAM_ROLE_DEVELOPER",
		3: "USER_TEAM_ROLE_DATA_MANAGER",
		4: "USER_TEAM_ROLE_DATA_ANALYST",
		5: "USER_TEAM_ROLE_VIEWER",
	}
	UserTeamRole_value = map[string]int32{
		"USER_TEAM_ROLE_INVALID":      0,
		"USER_TEAM_ROLE_ADMIN":        1,
		"USER_TEAM_ROLE_DEVELOPER":    2,
		"USER_TEAM_ROLE_DATA_MANAGER": 3,
		"USER_TEAM_ROLE_DATA_ANALYST": 4,
		"USER_TEAM_ROLE_VIEWER":       5,
	}
)

Enum value maps for UserTeamRole.

View Source
var (
	UserTeamStatus_name = map[int32]string{
		0: "USER_TEAM_STATUS_INVALID",
		1: "USER_TEAM_STATUS_ACTIVE",
		2: "USER_TEAM_STATUS_DISABLED",
		3: "USER_TEAM_STATUS_INVITED",
	}
	UserTeamStatus_value = map[string]int32{
		"USER_TEAM_STATUS_INVALID":  0,
		"USER_TEAM_STATUS_ACTIVE":   1,
		"USER_TEAM_STATUS_DISABLED": 2,
		"USER_TEAM_STATUS_INVITED":  3,
	}
)

Enum value maps for UserTeamStatus.

View Source
var (
	VisibilityRole_name = map[int32]string{
		0: "VISIBILITY_ROLE_INVALID",
		1: "VISIBILITY_ROLE_ADMIN",
		2: "VISIBILITY_ROLE_DEVELOPER",
		3: "VISIBILITY_ROLE_DATA_MANAGER",
		4: "VISIBILITY_ROLE_DATA_ANALYST",
		5: "VISIBILITY_ROLE_VIEWER",
	}
	VisibilityRole_value = map[string]int32{
		"VISIBILITY_ROLE_INVALID":      0,
		"VISIBILITY_ROLE_ADMIN":        1,
		"VISIBILITY_ROLE_DEVELOPER":    2,
		"VISIBILITY_ROLE_DATA_MANAGER": 3,
		"VISIBILITY_ROLE_DATA_ANALYST": 4,
		"VISIBILITY_ROLE_VIEWER":       5,
	}
)

Enum value maps for VisibilityRole.

View Source
var File_array_type_config_proto protoreflect.FileDescriptor
View Source
var File_change_request_proto protoreflect.FileDescriptor
View Source
var File_change_request_review_proto protoreflect.FileDescriptor
View Source
var File_connection_proto protoreflect.FileDescriptor
View Source
var File_connection_type_config_proto protoreflect.FileDescriptor
View Source
var File_db_type_config_proto protoreflect.FileDescriptor
View Source
var File_db_type_mysql_config_proto protoreflect.FileDescriptor
View Source
var File_db_type_postgres_config_proto protoreflect.FileDescriptor
View Source
var File_element_render_proto protoreflect.FileDescriptor
View Source
var File_entity_proto protoreflect.FileDescriptor
View Source
var File_entity_type_config_proto protoreflect.FileDescriptor
View Source
var File_entity_type_dependent_config_proto protoreflect.FileDescriptor
View Source
var File_entity_type_standalone_config_proto protoreflect.FileDescriptor
View Source
var File_entity_version_config_proto protoreflect.FileDescriptor
View Source
var File_entity_version_type_config_proto protoreflect.FileDescriptor
View Source
var File_entity_version_type_entity_config_proto protoreflect.FileDescriptor
View Source
var File_entity_version_type_field_config_proto protoreflect.FileDescriptor
View Source
var File_enum_value_proto protoreflect.FileDescriptor
View Source
var File_enviorment_proto protoreflect.FileDescriptor
View Source
var File_extension_execution_proto protoreflect.FileDescriptor
View Source
var File_extension_proto protoreflect.FileDescriptor
View Source
var File_extension_version_proto protoreflect.FileDescriptor
View Source
var File_field_proto protoreflect.FileDescriptor
View Source
var File_field_type_array_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_char_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_date_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_datetime_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_decimal_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_email_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_encrypted_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_enum_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_file_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_float_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_integer_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_json_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_phone_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_slug_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_text_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_url_config_proto protoreflect.FileDescriptor
View Source
var File_field_type_varchar_config_proto protoreflect.FileDescriptor
View Source
var File_file_object_storage_config_proto protoreflect.FileDescriptor
View Source
var File_file_storage_config_proto protoreflect.FileDescriptor
View Source
var File_index_field_proto protoreflect.FileDescriptor
View Source
var File_index_proto protoreflect.FileDescriptor
View Source
var File_membership_proto protoreflect.FileDescriptor
View Source
var File_object_store_proto protoreflect.FileDescriptor
View Source
var File_object_store_s_3_type_config_proto protoreflect.FileDescriptor
View Source
var File_object_store_type_config_proto protoreflect.FileDescriptor
View Source
var File_organization_proto protoreflect.FileDescriptor
View Source
var File_project_extension_proto protoreflect.FileDescriptor
View Source
var File_project_proto protoreflect.FileDescriptor
View Source
var File_project_version_deployment_proto protoreflect.FileDescriptor
View Source
var File_project_version_proto protoreflect.FileDescriptor
View Source
var File_relationship_node_proto protoreflect.FileDescriptor
View Source
var File_relationship_node_type_config_proto protoreflect.FileDescriptor
View Source
var File_relationship_node_type_entity_config_proto protoreflect.FileDescriptor
View Source
var File_relationship_node_type_service_config_proto protoreflect.FileDescriptor
View Source
var File_relationship_proto protoreflect.FileDescriptor
View Source
var File_review_config_proto protoreflect.FileDescriptor
View Source
var File_service_nem_proto protoreflect.FileDescriptor
View Source
var File_service_proto protoreflect.FileDescriptor
View Source
var File_store_proto protoreflect.FileDescriptor
View Source
var File_tcp_ip_connection_type_config_proto protoreflect.FileDescriptor
View Source
var File_tcp_ip_ssh_connection_type_config_proto protoreflect.FileDescriptor
View Source
var File_user_connection_execution_proto protoreflect.FileDescriptor
View Source
var File_user_connection_local_config_proto protoreflect.FileDescriptor
View Source
var File_user_connection_proto protoreflect.FileDescriptor
View Source
var File_user_connection_remote_config_proto protoreflect.FileDescriptor
View Source
var File_user_connection_type_config_proto protoreflect.FileDescriptor
View Source
var File_user_team_proto protoreflect.FileDescriptor
View Source
var File_visibility_proto protoreflect.FileDescriptor
View Source
var Nem_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "nem.Nem",
	HandlerType: (*NemServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListTeams",
			Handler:    _Nem_ListTeams_Handler,
		},
		{
			MethodName: "CreateTeam",
			Handler:    _Nem_CreateTeam_Handler,
		},
		{
			MethodName: "UpdateTeam",
			Handler:    _Nem_UpdateTeam_Handler,
		},
		{
			MethodName: "ListOrganizations",
			Handler:    _Nem_ListOrganizations_Handler,
		},
		{
			MethodName: "CreateOrganization",
			Handler:    _Nem_CreateOrganization_Handler,
		},
		{
			MethodName: "UpdateOrganization",
			Handler:    _Nem_UpdateOrganization_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _Nem_ListProjects_Handler,
		},
		{
			MethodName: "CreateProject",
			Handler:    _Nem_CreateProject_Handler,
		},
		{
			MethodName: "UpdateProject",
			Handler:    _Nem_UpdateProject_Handler,
		},
		{
			MethodName: "ListExtensions",
			Handler:    _Nem_ListExtensions_Handler,
		},
		{
			MethodName: "CreateExtension",
			Handler:    _Nem_CreateExtension_Handler,
		},
		{
			MethodName: "UpdateExtension",
			Handler:    _Nem_UpdateExtension_Handler,
		},
		{
			MethodName: "ListExtensionVersions",
			Handler:    _Nem_ListExtensionVersions_Handler,
		},
		{
			MethodName: "CreateExtensionVersion",
			Handler:    _Nem_CreateExtensionVersion_Handler,
		},
		{
			MethodName: "UpdateExtensionVersion",
			Handler:    _Nem_UpdateExtensionVersion_Handler,
		},
		{
			MethodName: "ListUsers",
			Handler:    _Nem_ListUsers_Handler,
		},
		{
			MethodName: "CreateUser",
			Handler:    _Nem_CreateUser_Handler,
		},
		{
			MethodName: "UpdateUser",
			Handler:    _Nem_UpdateUser_Handler,
		},
		{
			MethodName: "ListChangeRequests",
			Handler:    _Nem_ListChangeRequests_Handler,
		},
		{
			MethodName: "CreateChangeRequest",
			Handler:    _Nem_CreateChangeRequest_Handler,
		},
		{
			MethodName: "UpdateChangeRequest",
			Handler:    _Nem_UpdateChangeRequest_Handler,
		},
		{
			MethodName: "ListProjectVersions",
			Handler:    _Nem_ListProjectVersions_Handler,
		},
		{
			MethodName: "CreateProjectVersion",
			Handler:    _Nem_CreateProjectVersion_Handler,
		},
		{
			MethodName: "UpdateProjectVersion",
			Handler:    _Nem_UpdateProjectVersion_Handler,
		},
		{
			MethodName: "ListUserTeams",
			Handler:    _Nem_ListUserTeams_Handler,
		},
		{
			MethodName: "CreateUserTeam",
			Handler:    _Nem_CreateUserTeam_Handler,
		},
		{
			MethodName: "UpdateUserTeam",
			Handler:    _Nem_UpdateUserTeam_Handler,
		},
		{
			MethodName: "ListExtensionExecutions",
			Handler:    _Nem_ListExtensionExecutions_Handler,
		},
		{
			MethodName: "CreateExtensionExecution",
			Handler:    _Nem_CreateExtensionExecution_Handler,
		},
		{
			MethodName: "UpdateExtensionExecution",
			Handler:    _Nem_UpdateExtensionExecution_Handler,
		},
		{
			MethodName: "ListUserConnections",
			Handler:    _Nem_ListUserConnections_Handler,
		},
		{
			MethodName: "CreateUserConnection",
			Handler:    _Nem_CreateUserConnection_Handler,
		},
		{
			MethodName: "UpdateUserConnection",
			Handler:    _Nem_UpdateUserConnection_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "service_nem.proto",
}

Nem_ServiceDesc is the grpc.ServiceDesc for Nem service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterNemServer

func RegisterNemServer(s grpc.ServiceRegistrar, srv NemServer)

Types

type ArrayTypeConfig

type ArrayTypeConfig struct {
	Integer   *FieldTypeIntegerConfig   `protobuf:"bytes,1,opt,name=integer,proto3" json:"integer,omitempty"`
	Float     *FieldTypeFloatConfig     `protobuf:"bytes,2,opt,name=float,proto3" json:"float,omitempty"`
	Decimal   *FieldTypeDecimalConfig   `protobuf:"bytes,3,opt,name=decimal,proto3" json:"decimal,omitempty"`
	Char      *FieldTypeCharConfig      `protobuf:"bytes,4,opt,name=char,proto3" json:"char,omitempty"`
	Varchar   *FieldTypeVarcharConfig   `protobuf:"bytes,5,opt,name=varchar,proto3" json:"varchar,omitempty"`
	Encrypted *FieldTypeEncryptedConfig `protobuf:"bytes,6,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Url       *FieldTypeURLConfig       `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	Email     *FieldTypeEmailConfig     `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"`
	Phone     *FieldTypePhoneConfig     `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
	Date      *FieldTypeDateConfig      `protobuf:"bytes,10,opt,name=date,proto3" json:"date,omitempty"`
	Datetime  *FieldTypeDatetimeConfig  `protobuf:"bytes,11,opt,name=datetime,proto3" json:"datetime,omitempty"`
	Enum      *FieldTypeEnumConfig      `protobuf:"bytes,12,opt,name=enum,proto3" json:"enum,omitempty"`
	// contains filtered or unexported fields
}

func (*ArrayTypeConfig) Descriptor deprecated

func (*ArrayTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use ArrayTypeConfig.ProtoReflect.Descriptor instead.

func (*ArrayTypeConfig) GetChar

func (x *ArrayTypeConfig) GetChar() *FieldTypeCharConfig

func (*ArrayTypeConfig) GetDate

func (x *ArrayTypeConfig) GetDate() *FieldTypeDateConfig

func (*ArrayTypeConfig) GetDatetime

func (x *ArrayTypeConfig) GetDatetime() *FieldTypeDatetimeConfig

func (*ArrayTypeConfig) GetDecimal

func (x *ArrayTypeConfig) GetDecimal() *FieldTypeDecimalConfig

func (*ArrayTypeConfig) GetEmail

func (x *ArrayTypeConfig) GetEmail() *FieldTypeEmailConfig

func (*ArrayTypeConfig) GetEncrypted

func (x *ArrayTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig

func (*ArrayTypeConfig) GetEnum

func (x *ArrayTypeConfig) GetEnum() *FieldTypeEnumConfig

func (*ArrayTypeConfig) GetFloat

func (x *ArrayTypeConfig) GetFloat() *FieldTypeFloatConfig

func (*ArrayTypeConfig) GetInteger

func (x *ArrayTypeConfig) GetInteger() *FieldTypeIntegerConfig

func (*ArrayTypeConfig) GetPhone

func (x *ArrayTypeConfig) GetPhone() *FieldTypePhoneConfig

func (*ArrayTypeConfig) GetUrl

func (x *ArrayTypeConfig) GetUrl() *FieldTypeURLConfig

func (*ArrayTypeConfig) GetVarchar

func (x *ArrayTypeConfig) GetVarchar() *FieldTypeVarcharConfig

func (*ArrayTypeConfig) ProtoMessage

func (*ArrayTypeConfig) ProtoMessage()

func (*ArrayTypeConfig) ProtoReflect

func (x *ArrayTypeConfig) ProtoReflect() protoreflect.Message

func (*ArrayTypeConfig) Reset

func (x *ArrayTypeConfig) Reset()

func (*ArrayTypeConfig) String

func (x *ArrayTypeConfig) String() string

type ChangeRequest

type ChangeRequest struct {
	Uuid          string                  `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                   `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Title         string                  `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description   string                  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	ReviewType    ChangeRequestReviewType `protobuf:"varint,5,opt,name=review_type,json=reviewType,proto3,enum=nem.ChangeRequestReviewType" json:"review_type,omitempty"`
	RefUuid       string                  `protobuf:"bytes,6,opt,name=ref_uuid,json=refUuid,proto3" json:"ref_uuid,omitempty"`
	OldData       string                  `protobuf:"bytes,7,opt,name=old_data,json=oldData,proto3" json:"old_data,omitempty"`
	OldDataRef    string                  `protobuf:"bytes,8,opt,name=old_data_ref,json=oldDataRef,proto3" json:"old_data_ref,omitempty"`
	NewData       string                  `protobuf:"bytes,9,opt,name=new_data,json=newData,proto3" json:"new_data,omitempty"`
	NewDataRef    string                  `protobuf:"bytes,10,opt,name=new_data_ref,json=newDataRef,proto3" json:"new_data_ref,omitempty"`
	Reviews       []*ChangeRequestReview  `protobuf:"bytes,11,rep,name=reviews,proto3" json:"reviews,omitempty"`
	OwnerUuid     string                  `protobuf:"bytes,12,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"`
	Status        ChangeRequestStatus     `protobuf:"varint,13,opt,name=status,proto3,enum=nem.ChangeRequestStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp  `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp  `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                  `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                  `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeRequest) Descriptor deprecated

func (*ChangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeRequest.ProtoReflect.Descriptor instead.

func (*ChangeRequest) GetCreatedAt

func (x *ChangeRequest) GetCreatedAt() *timestamppb.Timestamp

func (*ChangeRequest) GetCreatedByUuid

func (x *ChangeRequest) GetCreatedByUuid() string

func (*ChangeRequest) GetDescription

func (x *ChangeRequest) GetDescription() string

func (*ChangeRequest) GetNewData

func (x *ChangeRequest) GetNewData() string

func (*ChangeRequest) GetNewDataRef

func (x *ChangeRequest) GetNewDataRef() string

func (*ChangeRequest) GetOldData

func (x *ChangeRequest) GetOldData() string

func (*ChangeRequest) GetOldDataRef

func (x *ChangeRequest) GetOldDataRef() string

func (*ChangeRequest) GetOwnerUuid

func (x *ChangeRequest) GetOwnerUuid() string

func (*ChangeRequest) GetRefUuid

func (x *ChangeRequest) GetRefUuid() string

func (*ChangeRequest) GetReviewType

func (x *ChangeRequest) GetReviewType() ChangeRequestReviewType

func (*ChangeRequest) GetReviews

func (x *ChangeRequest) GetReviews() []*ChangeRequestReview

func (*ChangeRequest) GetStatus

func (x *ChangeRequest) GetStatus() ChangeRequestStatus

func (*ChangeRequest) GetTitle

func (x *ChangeRequest) GetTitle() string

func (*ChangeRequest) GetUpdatedAt

func (x *ChangeRequest) GetUpdatedAt() *timestamppb.Timestamp

func (*ChangeRequest) GetUpdatedByUuid

func (x *ChangeRequest) GetUpdatedByUuid() string

func (*ChangeRequest) GetUuid

func (x *ChangeRequest) GetUuid() string

func (*ChangeRequest) GetVersion

func (x *ChangeRequest) GetVersion() int64

func (*ChangeRequest) ProtoMessage

func (*ChangeRequest) ProtoMessage()

func (*ChangeRequest) ProtoReflect

func (x *ChangeRequest) ProtoReflect() protoreflect.Message

func (*ChangeRequest) Reset

func (x *ChangeRequest) Reset()

func (*ChangeRequest) String

func (x *ChangeRequest) String() string

type ChangeRequestReview

type ChangeRequestReview struct {
	Uuid      string                    `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid  string                    `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	Comment   string                    `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
	Status    ChangeRequestReviewStatus `protobuf:"varint,4,opt,name=status,proto3,enum=nem.ChangeRequestReviewStatus" json:"status,omitempty"`
	CreatedAt *timestamppb.Timestamp    `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp    `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeRequestReview) Descriptor deprecated

func (*ChangeRequestReview) Descriptor() ([]byte, []int)

Deprecated: Use ChangeRequestReview.ProtoReflect.Descriptor instead.

func (*ChangeRequestReview) GetComment

func (x *ChangeRequestReview) GetComment() string

func (*ChangeRequestReview) GetCreatedAt

func (x *ChangeRequestReview) GetCreatedAt() *timestamppb.Timestamp

func (*ChangeRequestReview) GetStatus

func (*ChangeRequestReview) GetUpdatedAt

func (x *ChangeRequestReview) GetUpdatedAt() *timestamppb.Timestamp

func (*ChangeRequestReview) GetUserUuid

func (x *ChangeRequestReview) GetUserUuid() string

func (*ChangeRequestReview) GetUuid

func (x *ChangeRequestReview) GetUuid() string

func (*ChangeRequestReview) ProtoMessage

func (*ChangeRequestReview) ProtoMessage()

func (*ChangeRequestReview) ProtoReflect

func (x *ChangeRequestReview) ProtoReflect() protoreflect.Message

func (*ChangeRequestReview) Reset

func (x *ChangeRequestReview) Reset()

func (*ChangeRequestReview) String

func (x *ChangeRequestReview) String() string

type ChangeRequestReviewStatus

type ChangeRequestReviewStatus int32
const (
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_INVALID   ChangeRequestReviewStatus = 0
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_DRAFT     ChangeRequestReviewStatus = 1
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_IN_REVIEW ChangeRequestReviewStatus = 2
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_APPROVED  ChangeRequestReviewStatus = 3
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_REJECTED  ChangeRequestReviewStatus = 4
	ChangeRequestReviewStatus_CHANGE_REQUEST_REVIEW_STATUS_PUBLISHED ChangeRequestReviewStatus = 5
)

func (ChangeRequestReviewStatus) Descriptor

func (ChangeRequestReviewStatus) Enum

func (ChangeRequestReviewStatus) EnumDescriptor deprecated

func (ChangeRequestReviewStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangeRequestReviewStatus.Descriptor instead.

func (ChangeRequestReviewStatus) Number

func (ChangeRequestReviewStatus) String

func (x ChangeRequestReviewStatus) String() string

func (ChangeRequestReviewStatus) Type

type ChangeRequestReviewType

type ChangeRequestReviewType int32
const (
	ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_INVALID           ChangeRequestReviewType = 0
	ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_PROJECT_DATA      ChangeRequestReviewType = 1
	ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_PROJECT_VERSION   ChangeRequestReviewType = 2
	ChangeRequestReviewType_CHANGE_REQUEST_REVIEW_TYPE_EXTENSION_VERSION ChangeRequestReviewType = 3
)

func (ChangeRequestReviewType) Descriptor

func (ChangeRequestReviewType) Enum

func (ChangeRequestReviewType) EnumDescriptor deprecated

func (ChangeRequestReviewType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangeRequestReviewType.Descriptor instead.

func (ChangeRequestReviewType) Number

func (ChangeRequestReviewType) String

func (x ChangeRequestReviewType) String() string

func (ChangeRequestReviewType) Type

type ChangeRequestStatus

type ChangeRequestStatus int32
const (
	ChangeRequestStatus_CHANGE_REQUEST_STATUS_INVALID  ChangeRequestStatus = 0
	ChangeRequestStatus_CHANGE_REQUEST_STATUS_ACTIVE   ChangeRequestStatus = 1
	ChangeRequestStatus_CHANGE_REQUEST_STATUS_DISABLED ChangeRequestStatus = 2
)

func (ChangeRequestStatus) Descriptor

func (ChangeRequestStatus) Enum

func (ChangeRequestStatus) EnumDescriptor deprecated

func (ChangeRequestStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangeRequestStatus.Descriptor instead.

func (ChangeRequestStatus) Number

func (ChangeRequestStatus) String

func (x ChangeRequestStatus) String() string

func (ChangeRequestStatus) Type

type Connection

type Connection struct {
	Uuid           string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version        int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	StoreUuid      string                 `protobuf:"bytes,3,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"`
	EnviormentUuid string                 `protobuf:"bytes,4,opt,name=enviorment_uuid,json=enviormentUuid,proto3" json:"enviorment_uuid,omitempty"`
	Identifier     string                 `protobuf:"bytes,5,opt,name=identifier,proto3" json:"identifier,omitempty"`
	DbType         ConnectionDbType       `protobuf:"varint,6,opt,name=db_type,json=dbType,proto3,enum=nem.ConnectionDbType" json:"db_type,omitempty"`
	DbTypeConfig   *DbTypeConfig          `protobuf:"bytes,7,opt,name=db_type_config,json=dbTypeConfig,proto3" json:"db_type_config,omitempty"`
	DbVersion      string                 `protobuf:"bytes,8,opt,name=db_version,json=dbVersion,proto3" json:"db_version,omitempty"`
	Type           ConnectionType         `protobuf:"varint,9,opt,name=type,proto3,enum=nem.ConnectionType" json:"type,omitempty"`
	TypeConfig     *ConnectionTypeConfig  `protobuf:"bytes,10,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	Status         ConnectionStatus       `protobuf:"varint,11,opt,name=status,proto3,enum=nem.ConnectionStatus" json:"status,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid  string                 `protobuf:"bytes,14,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid  string                 `protobuf:"bytes,15,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Connection) Descriptor deprecated

func (*Connection) Descriptor() ([]byte, []int)

Deprecated: Use Connection.ProtoReflect.Descriptor instead.

func (*Connection) GetCreatedAt

func (x *Connection) GetCreatedAt() *timestamppb.Timestamp

func (*Connection) GetCreatedByUuid

func (x *Connection) GetCreatedByUuid() string

func (*Connection) GetDbType added in v0.0.44

func (x *Connection) GetDbType() ConnectionDbType

func (*Connection) GetDbTypeConfig added in v0.0.45

func (x *Connection) GetDbTypeConfig() *DbTypeConfig

func (*Connection) GetDbVersion added in v0.0.44

func (x *Connection) GetDbVersion() string

func (*Connection) GetEnviormentUuid

func (x *Connection) GetEnviormentUuid() string

func (*Connection) GetIdentifier

func (x *Connection) GetIdentifier() string

func (*Connection) GetStatus

func (x *Connection) GetStatus() ConnectionStatus

func (*Connection) GetStoreUuid

func (x *Connection) GetStoreUuid() string

func (*Connection) GetType

func (x *Connection) GetType() ConnectionType

func (*Connection) GetTypeConfig

func (x *Connection) GetTypeConfig() *ConnectionTypeConfig

func (*Connection) GetUpdatedAt

func (x *Connection) GetUpdatedAt() *timestamppb.Timestamp

func (*Connection) GetUpdatedByUuid

func (x *Connection) GetUpdatedByUuid() string

func (*Connection) GetUuid

func (x *Connection) GetUuid() string

func (*Connection) GetVersion added in v0.0.46

func (x *Connection) GetVersion() int64

func (*Connection) ProtoMessage

func (*Connection) ProtoMessage()

func (*Connection) ProtoReflect

func (x *Connection) ProtoReflect() protoreflect.Message

func (*Connection) Reset

func (x *Connection) Reset()

func (*Connection) String

func (x *Connection) String() string

type ConnectionDbType added in v0.0.44

type ConnectionDbType int32
const (
	ConnectionDbType_CONNECTION_DB_TYPE_INVALID  ConnectionDbType = 0
	ConnectionDbType_CONNECTION_DB_TYPE_MYSQL    ConnectionDbType = 1
	ConnectionDbType_CONNECTION_DB_TYPE_POSTGRES ConnectionDbType = 2
)

func (ConnectionDbType) Descriptor added in v0.0.44

func (ConnectionDbType) Enum added in v0.0.44

func (ConnectionDbType) EnumDescriptor deprecated added in v0.0.44

func (ConnectionDbType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectionDbType.Descriptor instead.

func (ConnectionDbType) Number added in v0.0.44

func (ConnectionDbType) String added in v0.0.44

func (x ConnectionDbType) String() string

func (ConnectionDbType) Type added in v0.0.44

type ConnectionStatus

type ConnectionStatus int32
const (
	ConnectionStatus_CONNECTION_STATUS_INVALID  ConnectionStatus = 0
	ConnectionStatus_CONNECTION_STATUS_ACTIVE   ConnectionStatus = 1
	ConnectionStatus_CONNECTION_STATUS_DISABLED ConnectionStatus = 2
)

func (ConnectionStatus) Descriptor

func (ConnectionStatus) Enum

func (ConnectionStatus) EnumDescriptor deprecated

func (ConnectionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectionStatus.Descriptor instead.

func (ConnectionStatus) Number

func (ConnectionStatus) String

func (x ConnectionStatus) String() string

func (ConnectionStatus) Type

type ConnectionType

type ConnectionType int32
const (
	ConnectionType_CONNECTION_TYPE_INVALID    ConnectionType = 0
	ConnectionType_CONNECTION_TYPE_TCP_IP     ConnectionType = 1
	ConnectionType_CONNECTION_TYPE_TCP_IP_SSH ConnectionType = 2
)

func (ConnectionType) Descriptor

func (ConnectionType) Enum

func (x ConnectionType) Enum() *ConnectionType

func (ConnectionType) EnumDescriptor deprecated

func (ConnectionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectionType.Descriptor instead.

func (ConnectionType) Number

func (ConnectionType) String

func (x ConnectionType) String() string

func (ConnectionType) Type

type ConnectionTypeConfig

type ConnectionTypeConfig struct {
	TcpIp    *TcpIpConnectionTypeConfig    `protobuf:"bytes,1,opt,name=tcp_ip,json=tcpIp,proto3" json:"tcp_ip,omitempty"`
	TcpIpSsh *TcpIpSshConnectionTypeConfig `protobuf:"bytes,2,opt,name=tcp_ip_ssh,json=tcpIpSsh,proto3" json:"tcp_ip_ssh,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionTypeConfig) Descriptor deprecated

func (*ConnectionTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use ConnectionTypeConfig.ProtoReflect.Descriptor instead.

func (*ConnectionTypeConfig) GetTcpIp

func (*ConnectionTypeConfig) GetTcpIpSsh

func (*ConnectionTypeConfig) ProtoMessage

func (*ConnectionTypeConfig) ProtoMessage()

func (*ConnectionTypeConfig) ProtoReflect

func (x *ConnectionTypeConfig) ProtoReflect() protoreflect.Message

func (*ConnectionTypeConfig) Reset

func (x *ConnectionTypeConfig) Reset()

func (*ConnectionTypeConfig) String

func (x *ConnectionTypeConfig) String() string

type CreateChangeRequestRequest

type CreateChangeRequestRequest struct {
	ChangeRequest *ChangeRequest `protobuf:"bytes,1,opt,name=change_request,json=changeRequest,proto3" json:"change_request,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateChangeRequestRequest) Descriptor deprecated

func (*CreateChangeRequestRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateChangeRequestRequest.ProtoReflect.Descriptor instead.

func (*CreateChangeRequestRequest) GetChangeRequest

func (x *CreateChangeRequestRequest) GetChangeRequest() *ChangeRequest

func (*CreateChangeRequestRequest) ProtoMessage

func (*CreateChangeRequestRequest) ProtoMessage()

func (*CreateChangeRequestRequest) ProtoReflect

func (*CreateChangeRequestRequest) Reset

func (x *CreateChangeRequestRequest) Reset()

func (*CreateChangeRequestRequest) String

func (x *CreateChangeRequestRequest) String() string

type CreateExtensionExecutionRequest

type CreateExtensionExecutionRequest struct {
	ExtensionExecution *ExtensionExecution `protobuf:"bytes,1,opt,name=extension_execution,json=extensionExecution,proto3" json:"extension_execution,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExtensionExecutionRequest) Descriptor deprecated

func (*CreateExtensionExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateExtensionExecutionRequest.ProtoReflect.Descriptor instead.

func (*CreateExtensionExecutionRequest) GetExtensionExecution

func (x *CreateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution

func (*CreateExtensionExecutionRequest) ProtoMessage

func (*CreateExtensionExecutionRequest) ProtoMessage()

func (*CreateExtensionExecutionRequest) ProtoReflect

func (*CreateExtensionExecutionRequest) Reset

func (*CreateExtensionExecutionRequest) String

type CreateExtensionRequest

type CreateExtensionRequest struct {
	Extension *Extension `protobuf:"bytes,1,opt,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExtensionRequest) Descriptor deprecated

func (*CreateExtensionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateExtensionRequest.ProtoReflect.Descriptor instead.

func (*CreateExtensionRequest) GetExtension

func (x *CreateExtensionRequest) GetExtension() *Extension

func (*CreateExtensionRequest) ProtoMessage

func (*CreateExtensionRequest) ProtoMessage()

func (*CreateExtensionRequest) ProtoReflect

func (x *CreateExtensionRequest) ProtoReflect() protoreflect.Message

func (*CreateExtensionRequest) Reset

func (x *CreateExtensionRequest) Reset()

func (*CreateExtensionRequest) String

func (x *CreateExtensionRequest) String() string

type CreateExtensionVersionRequest

type CreateExtensionVersionRequest struct {
	ExtensionVersion *ExtensionVersion `protobuf:"bytes,1,opt,name=extension_version,json=extensionVersion,proto3" json:"extension_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExtensionVersionRequest) Descriptor deprecated

func (*CreateExtensionVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateExtensionVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateExtensionVersionRequest) GetExtensionVersion

func (x *CreateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion

func (*CreateExtensionVersionRequest) ProtoMessage

func (*CreateExtensionVersionRequest) ProtoMessage()

func (*CreateExtensionVersionRequest) ProtoReflect

func (*CreateExtensionVersionRequest) Reset

func (x *CreateExtensionVersionRequest) Reset()

func (*CreateExtensionVersionRequest) String

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetOrganization

func (x *CreateOrganizationRequest) GetOrganization() *Organization

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateProjectRequest

type CreateProjectRequest struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectRequest) Descriptor deprecated

func (*CreateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetProject

func (x *CreateProjectRequest) GetProject() *Project

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

type CreateProjectVersionRequest

type CreateProjectVersionRequest struct {
	ProjectVersion *ProjectVersion `protobuf:"bytes,1,opt,name=project_version,json=projectVersion,proto3" json:"project_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectVersionRequest) Descriptor deprecated

func (*CreateProjectVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectVersionRequest) GetProjectVersion

func (x *CreateProjectVersionRequest) GetProjectVersion() *ProjectVersion

func (*CreateProjectVersionRequest) ProtoMessage

func (*CreateProjectVersionRequest) ProtoMessage()

func (*CreateProjectVersionRequest) ProtoReflect

func (*CreateProjectVersionRequest) Reset

func (x *CreateProjectVersionRequest) Reset()

func (*CreateProjectVersionRequest) String

func (x *CreateProjectVersionRequest) String() string

type CreateTeamRequest

type CreateTeamRequest struct {
	Team *Team `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTeamRequest) Descriptor deprecated

func (*CreateTeamRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTeamRequest.ProtoReflect.Descriptor instead.

func (*CreateTeamRequest) GetTeam

func (x *CreateTeamRequest) GetTeam() *Team

func (*CreateTeamRequest) ProtoMessage

func (*CreateTeamRequest) ProtoMessage()

func (*CreateTeamRequest) ProtoReflect

func (x *CreateTeamRequest) ProtoReflect() protoreflect.Message

func (*CreateTeamRequest) Reset

func (x *CreateTeamRequest) Reset()

func (*CreateTeamRequest) String

func (x *CreateTeamRequest) String() string

type CreateUserConnectionRequest added in v0.0.44

type CreateUserConnectionRequest struct {
	UserConnection *UserConnection `protobuf:"bytes,1,opt,name=user_connection,json=userConnection,proto3" json:"user_connection,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserConnectionRequest) Descriptor deprecated added in v0.0.44

func (*CreateUserConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserConnectionRequest.ProtoReflect.Descriptor instead.

func (*CreateUserConnectionRequest) GetUserConnection added in v0.0.44

func (x *CreateUserConnectionRequest) GetUserConnection() *UserConnection

func (*CreateUserConnectionRequest) ProtoMessage added in v0.0.44

func (*CreateUserConnectionRequest) ProtoMessage()

func (*CreateUserConnectionRequest) ProtoReflect added in v0.0.44

func (*CreateUserConnectionRequest) Reset added in v0.0.44

func (x *CreateUserConnectionRequest) Reset()

func (*CreateUserConnectionRequest) String added in v0.0.44

func (x *CreateUserConnectionRequest) String() string

type CreateUserRequest

type CreateUserRequest struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

func (*CreateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetUser

func (x *CreateUserRequest) GetUser() *User

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserTeamRequest

type CreateUserTeamRequest struct {
	UserTeam *UserTeam `protobuf:"bytes,1,opt,name=user_team,json=userTeam,proto3" json:"user_team,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserTeamRequest) Descriptor deprecated

func (*CreateUserTeamRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserTeamRequest.ProtoReflect.Descriptor instead.

func (*CreateUserTeamRequest) GetUserTeam

func (x *CreateUserTeamRequest) GetUserTeam() *UserTeam

func (*CreateUserTeamRequest) ProtoMessage

func (*CreateUserTeamRequest) ProtoMessage()

func (*CreateUserTeamRequest) ProtoReflect

func (x *CreateUserTeamRequest) ProtoReflect() protoreflect.Message

func (*CreateUserTeamRequest) Reset

func (x *CreateUserTeamRequest) Reset()

func (*CreateUserTeamRequest) String

func (x *CreateUserTeamRequest) String() string

type DbTypeConfig added in v0.0.45

type DbTypeConfig struct {
	Postgres *DbTypePostgresConfig `protobuf:"bytes,1,opt,name=postgres,proto3" json:"postgres,omitempty"`
	Mysql    *DbTypeMysqlConfig    `protobuf:"bytes,2,opt,name=mysql,proto3" json:"mysql,omitempty"`
	// contains filtered or unexported fields
}

func (*DbTypeConfig) Descriptor deprecated added in v0.0.45

func (*DbTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use DbTypeConfig.ProtoReflect.Descriptor instead.

func (*DbTypeConfig) GetMysql added in v0.0.46

func (x *DbTypeConfig) GetMysql() *DbTypeMysqlConfig

func (*DbTypeConfig) GetPostgres added in v0.0.45

func (x *DbTypeConfig) GetPostgres() *DbTypePostgresConfig

func (*DbTypeConfig) ProtoMessage added in v0.0.45

func (*DbTypeConfig) ProtoMessage()

func (*DbTypeConfig) ProtoReflect added in v0.0.45

func (x *DbTypeConfig) ProtoReflect() protoreflect.Message

func (*DbTypeConfig) Reset added in v0.0.45

func (x *DbTypeConfig) Reset()

func (*DbTypeConfig) String added in v0.0.45

func (x *DbTypeConfig) String() string

type DbTypeMysqlConfig added in v0.0.46

type DbTypeMysqlConfig struct {
	Params string `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*DbTypeMysqlConfig) Descriptor deprecated added in v0.0.46

func (*DbTypeMysqlConfig) Descriptor() ([]byte, []int)

Deprecated: Use DbTypeMysqlConfig.ProtoReflect.Descriptor instead.

func (*DbTypeMysqlConfig) GetParams added in v0.0.46

func (x *DbTypeMysqlConfig) GetParams() string

func (*DbTypeMysqlConfig) ProtoMessage added in v0.0.46

func (*DbTypeMysqlConfig) ProtoMessage()

func (*DbTypeMysqlConfig) ProtoReflect added in v0.0.46

func (x *DbTypeMysqlConfig) ProtoReflect() protoreflect.Message

func (*DbTypeMysqlConfig) Reset added in v0.0.46

func (x *DbTypeMysqlConfig) Reset()

func (*DbTypeMysqlConfig) String added in v0.0.46

func (x *DbTypeMysqlConfig) String() string

type DbTypePostgresConfig added in v0.0.45

type DbTypePostgresConfig struct {
	Database string                      `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	Sslmode  DbTypePostgresConfigSslmode `protobuf:"varint,2,opt,name=sslmode,proto3,enum=nem.DbTypePostgresConfigSslmode" json:"sslmode,omitempty"`
	// contains filtered or unexported fields
}

func (*DbTypePostgresConfig) Descriptor deprecated added in v0.0.45

func (*DbTypePostgresConfig) Descriptor() ([]byte, []int)

Deprecated: Use DbTypePostgresConfig.ProtoReflect.Descriptor instead.

func (*DbTypePostgresConfig) GetDatabase added in v0.0.45

func (x *DbTypePostgresConfig) GetDatabase() string

func (*DbTypePostgresConfig) GetSslmode added in v0.0.46

func (*DbTypePostgresConfig) ProtoMessage added in v0.0.45

func (*DbTypePostgresConfig) ProtoMessage()

func (*DbTypePostgresConfig) ProtoReflect added in v0.0.45

func (x *DbTypePostgresConfig) ProtoReflect() protoreflect.Message

func (*DbTypePostgresConfig) Reset added in v0.0.45

func (x *DbTypePostgresConfig) Reset()

func (*DbTypePostgresConfig) String added in v0.0.45

func (x *DbTypePostgresConfig) String() string

type DbTypePostgresConfigSslmode added in v0.0.46

type DbTypePostgresConfigSslmode int32
const (
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_INVALID     DbTypePostgresConfigSslmode = 0
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_DISABLE     DbTypePostgresConfigSslmode = 1
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_ALLOW       DbTypePostgresConfigSslmode = 2
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_PREFER      DbTypePostgresConfigSslmode = 3
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_REQUIRE     DbTypePostgresConfigSslmode = 4
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_CA   DbTypePostgresConfigSslmode = 5
	DbTypePostgresConfigSslmode_DB_TYPE_POSTGRES_CONFIG_SSLMODE_VERIFY_FULL DbTypePostgresConfigSslmode = 6
)

func (DbTypePostgresConfigSslmode) Descriptor added in v0.0.46

func (DbTypePostgresConfigSslmode) Enum added in v0.0.46

func (DbTypePostgresConfigSslmode) EnumDescriptor deprecated added in v0.0.46

func (DbTypePostgresConfigSslmode) EnumDescriptor() ([]byte, []int)

Deprecated: Use DbTypePostgresConfigSslmode.Descriptor instead.

func (DbTypePostgresConfigSslmode) Number added in v0.0.46

func (DbTypePostgresConfigSslmode) String added in v0.0.46

func (DbTypePostgresConfigSslmode) Type added in v0.0.46

type ElementRender

type ElementRender struct {
	X         float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"`
	Y         float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"`
	Width     float64 `protobuf:"fixed64,3,opt,name=width,proto3" json:"width,omitempty"`
	Height    float64 `protobuf:"fixed64,4,opt,name=height,proto3" json:"height,omitempty"`
	Collapsed bool    `protobuf:"varint,5,opt,name=collapsed,proto3" json:"collapsed,omitempty"`
	// contains filtered or unexported fields
}

func (*ElementRender) Descriptor deprecated

func (*ElementRender) Descriptor() ([]byte, []int)

Deprecated: Use ElementRender.ProtoReflect.Descriptor instead.

func (*ElementRender) GetCollapsed

func (x *ElementRender) GetCollapsed() bool

func (*ElementRender) GetHeight

func (x *ElementRender) GetHeight() float64

func (*ElementRender) GetWidth

func (x *ElementRender) GetWidth() float64

func (*ElementRender) GetX

func (x *ElementRender) GetX() float64

func (*ElementRender) GetY

func (x *ElementRender) GetY() float64

func (*ElementRender) ProtoMessage

func (*ElementRender) ProtoMessage()

func (*ElementRender) ProtoReflect

func (x *ElementRender) ProtoReflect() protoreflect.Message

func (*ElementRender) Reset

func (x *ElementRender) Reset()

func (*ElementRender) String

func (x *ElementRender) String() string

type Entity

type Entity struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier    string                 `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description   string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Fields        []*Field               `protobuf:"bytes,5,rep,name=fields,proto3" json:"fields,omitempty"`
	Type          EntityType             `protobuf:"varint,6,opt,name=type,proto3,enum=nem.EntityType" json:"type,omitempty"`
	TypeConfig    *EntityTypeConfig      `protobuf:"bytes,7,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	Render        *ElementRender         `protobuf:"bytes,8,opt,name=render,proto3" json:"render,omitempty"`
	Status        EntityStatus           `protobuf:"varint,9,opt,name=status,proto3,enum=nem.EntityStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,12,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,13,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Entity) Descriptor deprecated

func (*Entity) Descriptor() ([]byte, []int)

Deprecated: Use Entity.ProtoReflect.Descriptor instead.

func (*Entity) GetCreatedAt

func (x *Entity) GetCreatedAt() *timestamppb.Timestamp

func (*Entity) GetCreatedByUuid

func (x *Entity) GetCreatedByUuid() string

func (*Entity) GetDescription

func (x *Entity) GetDescription() string

func (*Entity) GetFields

func (x *Entity) GetFields() []*Field

func (*Entity) GetIdentifier

func (x *Entity) GetIdentifier() string

func (*Entity) GetRender

func (x *Entity) GetRender() *ElementRender

func (*Entity) GetStatus

func (x *Entity) GetStatus() EntityStatus

func (*Entity) GetType

func (x *Entity) GetType() EntityType

func (*Entity) GetTypeConfig

func (x *Entity) GetTypeConfig() *EntityTypeConfig

func (*Entity) GetUpdatedAt

func (x *Entity) GetUpdatedAt() *timestamppb.Timestamp

func (*Entity) GetUpdatedByUuid

func (x *Entity) GetUpdatedByUuid() string

func (*Entity) GetUuid

func (x *Entity) GetUuid() string

func (*Entity) GetVersion

func (x *Entity) GetVersion() int64

func (*Entity) ProtoMessage

func (*Entity) ProtoMessage()

func (*Entity) ProtoReflect

func (x *Entity) ProtoReflect() protoreflect.Message

func (*Entity) Reset

func (x *Entity) Reset()

func (*Entity) String

func (x *Entity) String() string

type EntityStatus

type EntityStatus int32
const (
	EntityStatus_ENTITY_STATUS_INVALID  EntityStatus = 0
	EntityStatus_ENTITY_STATUS_ACTIVE   EntityStatus = 1
	EntityStatus_ENTITY_STATUS_DISABLED EntityStatus = 2
)

func (EntityStatus) Descriptor

func (EntityStatus) Enum

func (x EntityStatus) Enum() *EntityStatus

func (EntityStatus) EnumDescriptor deprecated

func (EntityStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityStatus.Descriptor instead.

func (EntityStatus) Number

func (EntityStatus) String

func (x EntityStatus) String() string

func (EntityStatus) Type

type EntityType

type EntityType int32
const (
	EntityType_ENTITY_TYPE_INVALID    EntityType = 0
	EntityType_ENTITY_TYPE_STANDALONE EntityType = 1
	EntityType_ENTITY_TYPE_DEPENDENT  EntityType = 2
)

func (EntityType) Descriptor

func (EntityType) Descriptor() protoreflect.EnumDescriptor

func (EntityType) Enum

func (x EntityType) Enum() *EntityType

func (EntityType) EnumDescriptor deprecated

func (EntityType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityType.Descriptor instead.

func (EntityType) Number

func (x EntityType) Number() protoreflect.EnumNumber

func (EntityType) String

func (x EntityType) String() string

func (EntityType) Type

type EntityTypeConfig

type EntityTypeConfig struct {
	Standalone *EntityTypeStandaloneConfig `protobuf:"bytes,1,opt,name=standalone,proto3" json:"standalone,omitempty"`
	Dependent  *EntityTypeDependentConfig  `protobuf:"bytes,2,opt,name=dependent,proto3" json:"dependent,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityTypeConfig) Descriptor deprecated

func (*EntityTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityTypeConfig.ProtoReflect.Descriptor instead.

func (*EntityTypeConfig) GetDependent

func (x *EntityTypeConfig) GetDependent() *EntityTypeDependentConfig

func (*EntityTypeConfig) GetStandalone

func (x *EntityTypeConfig) GetStandalone() *EntityTypeStandaloneConfig

func (*EntityTypeConfig) ProtoMessage

func (*EntityTypeConfig) ProtoMessage()

func (*EntityTypeConfig) ProtoReflect

func (x *EntityTypeConfig) ProtoReflect() protoreflect.Message

func (*EntityTypeConfig) Reset

func (x *EntityTypeConfig) Reset()

func (*EntityTypeConfig) String

func (x *EntityTypeConfig) String() string

type EntityTypeDependentConfig

type EntityTypeDependentConfig struct {
	ServiceSourceUuids []string `protobuf:"bytes,1,rep,name=service_source_uuids,json=serviceSourceUuids,proto3" json:"service_source_uuids,omitempty"`
	EntitySourceUuids  []string `protobuf:"bytes,2,rep,name=entity_source_uuids,json=entitySourceUuids,proto3" json:"entity_source_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityTypeDependentConfig) Descriptor deprecated

func (*EntityTypeDependentConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityTypeDependentConfig.ProtoReflect.Descriptor instead.

func (*EntityTypeDependentConfig) GetEntitySourceUuids

func (x *EntityTypeDependentConfig) GetEntitySourceUuids() []string

func (*EntityTypeDependentConfig) GetServiceSourceUuids

func (x *EntityTypeDependentConfig) GetServiceSourceUuids() []string

func (*EntityTypeDependentConfig) ProtoMessage

func (*EntityTypeDependentConfig) ProtoMessage()

func (*EntityTypeDependentConfig) ProtoReflect

func (*EntityTypeDependentConfig) Reset

func (x *EntityTypeDependentConfig) Reset()

func (*EntityTypeDependentConfig) String

func (x *EntityTypeDependentConfig) String() string

type EntityTypeStandaloneConfig

type EntityTypeStandaloneConfig struct {
	StoreUuid     string               `protobuf:"bytes,1,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"`
	Versioned     bool                 `protobuf:"varint,2,opt,name=versioned,proto3" json:"versioned,omitempty"`
	VersionConfig *EntityVersionConfig `protobuf:"bytes,3,opt,name=version_config,json=versionConfig,proto3" json:"version_config,omitempty"`
	Indexes       []*Index             `protobuf:"bytes,4,rep,name=indexes,proto3" json:"indexes,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityTypeStandaloneConfig) Descriptor deprecated

func (*EntityTypeStandaloneConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityTypeStandaloneConfig.ProtoReflect.Descriptor instead.

func (*EntityTypeStandaloneConfig) GetIndexes

func (x *EntityTypeStandaloneConfig) GetIndexes() []*Index

func (*EntityTypeStandaloneConfig) GetStoreUuid

func (x *EntityTypeStandaloneConfig) GetStoreUuid() string

func (*EntityTypeStandaloneConfig) GetVersionConfig

func (x *EntityTypeStandaloneConfig) GetVersionConfig() *EntityVersionConfig

func (*EntityTypeStandaloneConfig) GetVersioned

func (x *EntityTypeStandaloneConfig) GetVersioned() bool

func (*EntityTypeStandaloneConfig) ProtoMessage

func (*EntityTypeStandaloneConfig) ProtoMessage()

func (*EntityTypeStandaloneConfig) ProtoReflect

func (*EntityTypeStandaloneConfig) Reset

func (x *EntityTypeStandaloneConfig) Reset()

func (*EntityTypeStandaloneConfig) String

func (x *EntityTypeStandaloneConfig) String() string

type EntityVersionConfig

type EntityVersionConfig struct {
	Type      EntityVersionConfigType      `protobuf:"varint,1,opt,name=type,proto3,enum=nem.EntityVersionConfigType" json:"type,omitempty"`
	Generator EntityVersionConfigGenerator `protobuf:"varint,2,opt,name=generator,proto3,enum=nem.EntityVersionConfigGenerator" json:"generator,omitempty"`
	Config    *EntityVersionTypeConfig     `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityVersionConfig) Descriptor deprecated

func (*EntityVersionConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityVersionConfig.ProtoReflect.Descriptor instead.

func (*EntityVersionConfig) GetConfig

func (*EntityVersionConfig) GetGenerator

func (*EntityVersionConfig) GetType

func (*EntityVersionConfig) ProtoMessage

func (*EntityVersionConfig) ProtoMessage()

func (*EntityVersionConfig) ProtoReflect

func (x *EntityVersionConfig) ProtoReflect() protoreflect.Message

func (*EntityVersionConfig) Reset

func (x *EntityVersionConfig) Reset()

func (*EntityVersionConfig) String

func (x *EntityVersionConfig) String() string

type EntityVersionConfigGenerator

type EntityVersionConfigGenerator int32
const (
	EntityVersionConfigGenerator_ENTITY_VERSION_CONFIG_GENERATOR_INVALID   EntityVersionConfigGenerator = 0
	EntityVersionConfigGenerator_ENTITY_VERSION_CONFIG_GENERATOR_TIMESTAMP EntityVersionConfigGenerator = 1
)

func (EntityVersionConfigGenerator) Descriptor

func (EntityVersionConfigGenerator) Enum

func (EntityVersionConfigGenerator) EnumDescriptor deprecated

func (EntityVersionConfigGenerator) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityVersionConfigGenerator.Descriptor instead.

func (EntityVersionConfigGenerator) Number

func (EntityVersionConfigGenerator) String

func (EntityVersionConfigGenerator) Type

type EntityVersionConfigType

type EntityVersionConfigType int32
const (
	EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_INVALID EntityVersionConfigType = 0
	EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_FIELD   EntityVersionConfigType = 1
	EntityVersionConfigType_ENTITY_VERSION_CONFIG_TYPE_ENTITY  EntityVersionConfigType = 2
)

func (EntityVersionConfigType) Descriptor

func (EntityVersionConfigType) Enum

func (EntityVersionConfigType) EnumDescriptor deprecated

func (EntityVersionConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityVersionConfigType.Descriptor instead.

func (EntityVersionConfigType) Number

func (EntityVersionConfigType) String

func (x EntityVersionConfigType) String() string

func (EntityVersionConfigType) Type

type EntityVersionTypeConfig

type EntityVersionTypeConfig struct {
	Field  *EntityVersionTypeFieldConfig  `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Entity *EntityVersionTypeEntityConfig `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityVersionTypeConfig) Descriptor deprecated

func (*EntityVersionTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityVersionTypeConfig.ProtoReflect.Descriptor instead.

func (*EntityVersionTypeConfig) GetEntity

func (*EntityVersionTypeConfig) GetField

func (*EntityVersionTypeConfig) ProtoMessage

func (*EntityVersionTypeConfig) ProtoMessage()

func (*EntityVersionTypeConfig) ProtoReflect

func (x *EntityVersionTypeConfig) ProtoReflect() protoreflect.Message

func (*EntityVersionTypeConfig) Reset

func (x *EntityVersionTypeConfig) Reset()

func (*EntityVersionTypeConfig) String

func (x *EntityVersionTypeConfig) String() string

type EntityVersionTypeEntityConfig

type EntityVersionTypeEntityConfig struct {
	EntityUuid       string `protobuf:"bytes,1,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"`
	VersionFieldUuid string `protobuf:"bytes,2,opt,name=version_field_uuid,json=versionFieldUuid,proto3" json:"version_field_uuid,omitempty"`
	AppendOnly       bool   `protobuf:"varint,3,opt,name=append_only,json=appendOnly,proto3" json:"append_only,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityVersionTypeEntityConfig) Descriptor deprecated

func (*EntityVersionTypeEntityConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityVersionTypeEntityConfig.ProtoReflect.Descriptor instead.

func (*EntityVersionTypeEntityConfig) GetAppendOnly

func (x *EntityVersionTypeEntityConfig) GetAppendOnly() bool

func (*EntityVersionTypeEntityConfig) GetEntityUuid

func (x *EntityVersionTypeEntityConfig) GetEntityUuid() string

func (*EntityVersionTypeEntityConfig) GetVersionFieldUuid

func (x *EntityVersionTypeEntityConfig) GetVersionFieldUuid() string

func (*EntityVersionTypeEntityConfig) ProtoMessage

func (*EntityVersionTypeEntityConfig) ProtoMessage()

func (*EntityVersionTypeEntityConfig) ProtoReflect

func (*EntityVersionTypeEntityConfig) Reset

func (x *EntityVersionTypeEntityConfig) Reset()

func (*EntityVersionTypeEntityConfig) String

type EntityVersionTypeFieldConfig

type EntityVersionTypeFieldConfig struct {
	VersionFieldUuid string `protobuf:"bytes,1,opt,name=version_field_uuid,json=versionFieldUuid,proto3" json:"version_field_uuid,omitempty"`
	AppendOnly       bool   `protobuf:"varint,2,opt,name=append_only,json=appendOnly,proto3" json:"append_only,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityVersionTypeFieldConfig) Descriptor deprecated

func (*EntityVersionTypeFieldConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntityVersionTypeFieldConfig.ProtoReflect.Descriptor instead.

func (*EntityVersionTypeFieldConfig) GetAppendOnly

func (x *EntityVersionTypeFieldConfig) GetAppendOnly() bool

func (*EntityVersionTypeFieldConfig) GetVersionFieldUuid

func (x *EntityVersionTypeFieldConfig) GetVersionFieldUuid() string

func (*EntityVersionTypeFieldConfig) ProtoMessage

func (*EntityVersionTypeFieldConfig) ProtoMessage()

func (*EntityVersionTypeFieldConfig) ProtoReflect

func (*EntityVersionTypeFieldConfig) Reset

func (x *EntityVersionTypeFieldConfig) Reset()

func (*EntityVersionTypeFieldConfig) String

type Enum

type Enum struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier    string                 `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	StaticValues  []*EnumValue           `protobuf:"bytes,4,rep,name=static_values,json=staticValues,proto3" json:"static_values,omitempty"`
	RemoteValues  bool                   `protobuf:"varint,5,opt,name=remote_values,json=remoteValues,proto3" json:"remote_values,omitempty"`
	Status        EnumStatus             `protobuf:"varint,6,opt,name=status,proto3,enum=nem.EnumStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Enum) Descriptor deprecated

func (*Enum) Descriptor() ([]byte, []int)

Deprecated: Use Enum.ProtoReflect.Descriptor instead.

func (*Enum) GetCreatedAt

func (x *Enum) GetCreatedAt() *timestamppb.Timestamp

func (*Enum) GetCreatedByUuid

func (x *Enum) GetCreatedByUuid() string

func (*Enum) GetIdentifier

func (x *Enum) GetIdentifier() string

func (*Enum) GetRemoteValues

func (x *Enum) GetRemoteValues() bool

func (*Enum) GetStaticValues

func (x *Enum) GetStaticValues() []*EnumValue

func (*Enum) GetStatus

func (x *Enum) GetStatus() EnumStatus

func (*Enum) GetUpdatedAt

func (x *Enum) GetUpdatedAt() *timestamppb.Timestamp

func (*Enum) GetUpdatedByUuid

func (x *Enum) GetUpdatedByUuid() string

func (*Enum) GetUuid

func (x *Enum) GetUuid() string

func (*Enum) GetVersion

func (x *Enum) GetVersion() int64

func (*Enum) ProtoMessage

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect

func (x *Enum) ProtoReflect() protoreflect.Message

func (*Enum) Reset

func (x *Enum) Reset()

func (*Enum) String

func (x *Enum) String() string

type EnumStatus

type EnumStatus int32
const (
	EnumStatus_ENUM_STATUS_INVALID  EnumStatus = 0
	EnumStatus_ENUM_STATUS_ACTIVE   EnumStatus = 1
	EnumStatus_ENUM_STATUS_DISABLED EnumStatus = 2
)

func (EnumStatus) Descriptor

func (EnumStatus) Descriptor() protoreflect.EnumDescriptor

func (EnumStatus) Enum

func (x EnumStatus) Enum() *EnumStatus

func (EnumStatus) EnumDescriptor deprecated

func (EnumStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnumStatus.Descriptor instead.

func (EnumStatus) Number

func (x EnumStatus) Number() protoreflect.EnumNumber

func (EnumStatus) String

func (x EnumStatus) String() string

func (EnumStatus) Type

type EnumValue

type EnumValue struct {
	Identifier   string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Display      string `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"`
	NumericValue int64  `protobuf:"varint,3,opt,name=numeric_value,json=numericValue,proto3" json:"numeric_value,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumValue) Descriptor deprecated

func (*EnumValue) Descriptor() ([]byte, []int)

Deprecated: Use EnumValue.ProtoReflect.Descriptor instead.

func (*EnumValue) GetDisplay

func (x *EnumValue) GetDisplay() string

func (*EnumValue) GetIdentifier

func (x *EnumValue) GetIdentifier() string

func (*EnumValue) GetNumericValue

func (x *EnumValue) GetNumericValue() int64

func (*EnumValue) ProtoMessage

func (*EnumValue) ProtoMessage()

func (*EnumValue) ProtoReflect

func (x *EnumValue) ProtoReflect() protoreflect.Message

func (*EnumValue) Reset

func (x *EnumValue) Reset()

func (*EnumValue) String

func (x *EnumValue) String() string

type Enviorment

type Enviorment struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Identifier    string                 `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Critical      bool                   `protobuf:"varint,3,opt,name=critical,proto3" json:"critical,omitempty"`
	Status        EnviormentStatus       `protobuf:"varint,4,opt,name=status,proto3,enum=nem.EnviormentStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,7,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,8,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Enviorment) Descriptor deprecated

func (*Enviorment) Descriptor() ([]byte, []int)

Deprecated: Use Enviorment.ProtoReflect.Descriptor instead.

func (*Enviorment) GetCreatedAt

func (x *Enviorment) GetCreatedAt() *timestamppb.Timestamp

func (*Enviorment) GetCreatedByUuid

func (x *Enviorment) GetCreatedByUuid() string

func (*Enviorment) GetCritical

func (x *Enviorment) GetCritical() bool

func (*Enviorment) GetIdentifier

func (x *Enviorment) GetIdentifier() string

func (*Enviorment) GetStatus

func (x *Enviorment) GetStatus() EnviormentStatus

func (*Enviorment) GetUpdatedAt

func (x *Enviorment) GetUpdatedAt() *timestamppb.Timestamp

func (*Enviorment) GetUpdatedByUuid

func (x *Enviorment) GetUpdatedByUuid() string

func (*Enviorment) GetUuid

func (x *Enviorment) GetUuid() string

func (*Enviorment) ProtoMessage

func (*Enviorment) ProtoMessage()

func (*Enviorment) ProtoReflect

func (x *Enviorment) ProtoReflect() protoreflect.Message

func (*Enviorment) Reset

func (x *Enviorment) Reset()

func (*Enviorment) String

func (x *Enviorment) String() string

type EnviormentStatus

type EnviormentStatus int32
const (
	EnviormentStatus_ENVIORMENT_STATUS_INVALID  EnviormentStatus = 0
	EnviormentStatus_ENVIORMENT_STATUS_ACTIVE   EnviormentStatus = 1
	EnviormentStatus_ENVIORMENT_STATUS_DISABLED EnviormentStatus = 2
)

func (EnviormentStatus) Descriptor

func (EnviormentStatus) Enum

func (EnviormentStatus) EnumDescriptor deprecated

func (EnviormentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnviormentStatus.Descriptor instead.

func (EnviormentStatus) Number

func (EnviormentStatus) String

func (x EnviormentStatus) String() string

func (EnviormentStatus) Type

type Extension

type Extension struct {
	Uuid              string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version           int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier        string                 `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	DisplayName       string                 `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	DisplayAuthorName string                 `protobuf:"bytes,5,opt,name=display_author_name,json=displayAuthorName,proto3" json:"display_author_name,omitempty"`
	Description       string                 `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Url               string                 `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	Verfied           bool                   `protobuf:"varint,8,opt,name=verfied,proto3" json:"verfied,omitempty"`
	Repository        string                 `protobuf:"bytes,9,opt,name=repository,proto3" json:"repository,omitempty"`
	ExtensionType     ExtensionExtensionType `` /* 134-byte string literal not displayed */
	Tags              []string               `protobuf:"bytes,11,rep,name=tags,proto3" json:"tags,omitempty"`
	Public            bool                   `protobuf:"varint,12,opt,name=public,proto3" json:"public,omitempty"`
	Visibility        []*Visibility          `protobuf:"bytes,13,rep,name=visibility,proto3" json:"visibility,omitempty"`
	Status            ExtensionStatus        `protobuf:"varint,14,opt,name=status,proto3,enum=nem.ExtensionStatus" json:"status,omitempty"`
	OwnerUuid         string                 `protobuf:"bytes,15,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid     string                 `protobuf:"bytes,18,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid     string                 `protobuf:"bytes,19,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Extension) Descriptor deprecated

func (*Extension) Descriptor() ([]byte, []int)

Deprecated: Use Extension.ProtoReflect.Descriptor instead.

func (*Extension) GetCreatedAt

func (x *Extension) GetCreatedAt() *timestamppb.Timestamp

func (*Extension) GetCreatedByUuid

func (x *Extension) GetCreatedByUuid() string

func (*Extension) GetDescription

func (x *Extension) GetDescription() string

func (*Extension) GetDisplayAuthorName added in v0.0.24

func (x *Extension) GetDisplayAuthorName() string

func (*Extension) GetDisplayName added in v0.0.24

func (x *Extension) GetDisplayName() string

func (*Extension) GetExtensionType

func (x *Extension) GetExtensionType() ExtensionExtensionType

func (*Extension) GetIdentifier

func (x *Extension) GetIdentifier() string

func (*Extension) GetOwnerUuid added in v0.0.44

func (x *Extension) GetOwnerUuid() string

func (*Extension) GetPublic

func (x *Extension) GetPublic() bool

func (*Extension) GetRepository

func (x *Extension) GetRepository() string

func (*Extension) GetStatus

func (x *Extension) GetStatus() ExtensionStatus

func (*Extension) GetTags

func (x *Extension) GetTags() []string

func (*Extension) GetUpdatedAt

func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp

func (*Extension) GetUpdatedByUuid

func (x *Extension) GetUpdatedByUuid() string

func (*Extension) GetUrl

func (x *Extension) GetUrl() string

func (*Extension) GetUuid

func (x *Extension) GetUuid() string

func (*Extension) GetVerfied added in v0.0.24

func (x *Extension) GetVerfied() bool

func (*Extension) GetVersion

func (x *Extension) GetVersion() int64

func (*Extension) GetVisibility

func (x *Extension) GetVisibility() []*Visibility

func (*Extension) ProtoMessage

func (*Extension) ProtoMessage()

func (*Extension) ProtoReflect

func (x *Extension) ProtoReflect() protoreflect.Message

func (*Extension) Reset

func (x *Extension) Reset()

func (*Extension) String

func (x *Extension) String() string

type ExtensionExecution

type ExtensionExecution struct {
	Uuid                 string                   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ExtensionUuid        string                   `protobuf:"bytes,2,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"`
	ExtensionVersionUuid string                   `protobuf:"bytes,3,opt,name=extension_version_uuid,json=extensionVersionUuid,proto3" json:"extension_version_uuid,omitempty"`
	ProjectExtensionUuid string                   `protobuf:"bytes,4,opt,name=project_extension_uuid,json=projectExtensionUuid,proto3" json:"project_extension_uuid,omitempty"`
	ProjectUuid          string                   `protobuf:"bytes,5,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"`
	ProjectVersionUuid   string                   `protobuf:"bytes,6,opt,name=project_version_uuid,json=projectVersionUuid,proto3" json:"project_version_uuid,omitempty"`
	ExecutedByUuid       string                   `protobuf:"bytes,7,opt,name=executed_by_uuid,json=executedByUuid,proto3" json:"executed_by_uuid,omitempty"`
	Metadata             string                   `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Status               ExtensionExecutionStatus `protobuf:"varint,9,opt,name=status,proto3,enum=nem.ExtensionExecutionStatus" json:"status,omitempty"`
	StatusMsg            string                   `protobuf:"bytes,10,opt,name=status_msg,json=statusMsg,proto3" json:"status_msg,omitempty"`
	CreatedAt            *timestamppb.Timestamp   `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamppb.Timestamp   `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionExecution) Descriptor deprecated

func (*ExtensionExecution) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionExecution.ProtoReflect.Descriptor instead.

func (*ExtensionExecution) GetCreatedAt

func (x *ExtensionExecution) GetCreatedAt() *timestamppb.Timestamp

func (*ExtensionExecution) GetExecutedByUuid

func (x *ExtensionExecution) GetExecutedByUuid() string

func (*ExtensionExecution) GetExtensionUuid

func (x *ExtensionExecution) GetExtensionUuid() string

func (*ExtensionExecution) GetExtensionVersionUuid

func (x *ExtensionExecution) GetExtensionVersionUuid() string

func (*ExtensionExecution) GetMetadata

func (x *ExtensionExecution) GetMetadata() string

func (*ExtensionExecution) GetProjectExtensionUuid

func (x *ExtensionExecution) GetProjectExtensionUuid() string

func (*ExtensionExecution) GetProjectUuid

func (x *ExtensionExecution) GetProjectUuid() string

func (*ExtensionExecution) GetProjectVersionUuid

func (x *ExtensionExecution) GetProjectVersionUuid() string

func (*ExtensionExecution) GetStatus

func (*ExtensionExecution) GetStatusMsg

func (x *ExtensionExecution) GetStatusMsg() string

func (*ExtensionExecution) GetUpdatedAt

func (x *ExtensionExecution) GetUpdatedAt() *timestamppb.Timestamp

func (*ExtensionExecution) GetUuid

func (x *ExtensionExecution) GetUuid() string

func (*ExtensionExecution) ProtoMessage

func (*ExtensionExecution) ProtoMessage()

func (*ExtensionExecution) ProtoReflect

func (x *ExtensionExecution) ProtoReflect() protoreflect.Message

func (*ExtensionExecution) Reset

func (x *ExtensionExecution) Reset()

func (*ExtensionExecution) String

func (x *ExtensionExecution) String() string

type ExtensionExecutionStatus

type ExtensionExecutionStatus int32
const (
	ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_INVALID    ExtensionExecutionStatus = 0
	ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_INPROGRESS ExtensionExecutionStatus = 1
	ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_SUCCEEDED  ExtensionExecutionStatus = 2
	ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_FAILED     ExtensionExecutionStatus = 3
	ExtensionExecutionStatus_EXTENSION_EXECUTION_STATUS_CANCELLED  ExtensionExecutionStatus = 4
)

func (ExtensionExecutionStatus) Descriptor

func (ExtensionExecutionStatus) Enum

func (ExtensionExecutionStatus) EnumDescriptor deprecated

func (ExtensionExecutionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionExecutionStatus.Descriptor instead.

func (ExtensionExecutionStatus) Number

func (ExtensionExecutionStatus) String

func (x ExtensionExecutionStatus) String() string

func (ExtensionExecutionStatus) Type

type ExtensionExtensionType

type ExtensionExtensionType int32
const (
	ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_INVALID      ExtensionExtensionType = 0
	ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_IMPORTER     ExtensionExtensionType = 1
	ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_SYNCHRONIZER ExtensionExtensionType = 2
	ExtensionExtensionType_EXTENSION_EXTENSION_TYPE_GENERATOR    ExtensionExtensionType = 3
)

func (ExtensionExtensionType) Descriptor

func (ExtensionExtensionType) Enum

func (ExtensionExtensionType) EnumDescriptor deprecated

func (ExtensionExtensionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionExtensionType.Descriptor instead.

func (ExtensionExtensionType) Number

func (ExtensionExtensionType) String

func (x ExtensionExtensionType) String() string

func (ExtensionExtensionType) Type

type ExtensionStatus

type ExtensionStatus int32
const (
	ExtensionStatus_EXTENSION_STATUS_INVALID  ExtensionStatus = 0
	ExtensionStatus_EXTENSION_STATUS_ACTIVE   ExtensionStatus = 1
	ExtensionStatus_EXTENSION_STATUS_DISABLED ExtensionStatus = 2
)

func (ExtensionStatus) Descriptor

func (ExtensionStatus) Enum

func (x ExtensionStatus) Enum() *ExtensionStatus

func (ExtensionStatus) EnumDescriptor deprecated

func (ExtensionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionStatus.Descriptor instead.

func (ExtensionStatus) Number

func (ExtensionStatus) String

func (x ExtensionStatus) String() string

func (ExtensionStatus) Type

type ExtensionVersion

type ExtensionVersion struct {
	Uuid                string                          `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version             int64                           `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	ExtensionUuid       string                          `protobuf:"bytes,3,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"`
	DisplayVersion      string                          `protobuf:"bytes,4,opt,name=display_version,json=displayVersion,proto3" json:"display_version,omitempty"`
	Description         string                          `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	RepositoryTag       string                          `protobuf:"bytes,6,opt,name=repository_tag,json=repositoryTag,proto3" json:"repository_tag,omitempty"`
	ConfigurationEntity string                          `protobuf:"bytes,7,opt,name=configuration_entity,json=configurationEntity,proto3" json:"configuration_entity,omitempty"`
	ExecutionMode       []ExtensionVersionExecutionMode `` /* 147-byte string literal not displayed */
	ReviewStatus        ExtensionVersionReviewStatus    `` /* 136-byte string literal not displayed */
	Status              ExtensionVersionStatus          `protobuf:"varint,10,opt,name=status,proto3,enum=nem.ExtensionVersionStatus" json:"status,omitempty"`
	CreatedAt           *timestamppb.Timestamp          `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt           *timestamppb.Timestamp          `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid       string                          `protobuf:"bytes,13,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid       string                          `protobuf:"bytes,14,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersion) Descriptor deprecated

func (*ExtensionVersion) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionVersion.ProtoReflect.Descriptor instead.

func (*ExtensionVersion) GetConfigurationEntity

func (x *ExtensionVersion) GetConfigurationEntity() string

func (*ExtensionVersion) GetCreatedAt

func (x *ExtensionVersion) GetCreatedAt() *timestamppb.Timestamp

func (*ExtensionVersion) GetCreatedByUuid

func (x *ExtensionVersion) GetCreatedByUuid() string

func (*ExtensionVersion) GetDescription

func (x *ExtensionVersion) GetDescription() string

func (*ExtensionVersion) GetDisplayVersion added in v0.0.24

func (x *ExtensionVersion) GetDisplayVersion() string

func (*ExtensionVersion) GetExecutionMode

func (x *ExtensionVersion) GetExecutionMode() []ExtensionVersionExecutionMode

func (*ExtensionVersion) GetExtensionUuid

func (x *ExtensionVersion) GetExtensionUuid() string

func (*ExtensionVersion) GetRepositoryTag

func (x *ExtensionVersion) GetRepositoryTag() string

func (*ExtensionVersion) GetReviewStatus

func (x *ExtensionVersion) GetReviewStatus() ExtensionVersionReviewStatus

func (*ExtensionVersion) GetStatus

func (*ExtensionVersion) GetUpdatedAt

func (x *ExtensionVersion) GetUpdatedAt() *timestamppb.Timestamp

func (*ExtensionVersion) GetUpdatedByUuid

func (x *ExtensionVersion) GetUpdatedByUuid() string

func (*ExtensionVersion) GetUuid

func (x *ExtensionVersion) GetUuid() string

func (*ExtensionVersion) GetVersion

func (x *ExtensionVersion) GetVersion() int64

func (*ExtensionVersion) ProtoMessage

func (*ExtensionVersion) ProtoMessage()

func (*ExtensionVersion) ProtoReflect

func (x *ExtensionVersion) ProtoReflect() protoreflect.Message

func (*ExtensionVersion) Reset

func (x *ExtensionVersion) Reset()

func (*ExtensionVersion) String

func (x *ExtensionVersion) String() string

type ExtensionVersionExecutionMode

type ExtensionVersionExecutionMode int32
const (
	ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_INVALID   ExtensionVersionExecutionMode = 0
	ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_MANUAL    ExtensionVersionExecutionMode = 1
	ExtensionVersionExecutionMode_EXTENSION_VERSION_EXECUTION_MODE_AUTOMATIC ExtensionVersionExecutionMode = 2
)

func (ExtensionVersionExecutionMode) Descriptor

func (ExtensionVersionExecutionMode) Enum

func (ExtensionVersionExecutionMode) EnumDescriptor deprecated

func (ExtensionVersionExecutionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionVersionExecutionMode.Descriptor instead.

func (ExtensionVersionExecutionMode) Number

func (ExtensionVersionExecutionMode) String

func (ExtensionVersionExecutionMode) Type

type ExtensionVersionReviewStatus

type ExtensionVersionReviewStatus int32
const (
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_INVALID   ExtensionVersionReviewStatus = 0
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_DRAFT     ExtensionVersionReviewStatus = 1
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_IN_REVIEW ExtensionVersionReviewStatus = 2
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_APPROVED  ExtensionVersionReviewStatus = 3
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_REJECTED  ExtensionVersionReviewStatus = 4
	ExtensionVersionReviewStatus_EXTENSION_VERSION_REVIEW_STATUS_PUBLISHED ExtensionVersionReviewStatus = 5
)

func (ExtensionVersionReviewStatus) Descriptor

func (ExtensionVersionReviewStatus) Enum

func (ExtensionVersionReviewStatus) EnumDescriptor deprecated

func (ExtensionVersionReviewStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionVersionReviewStatus.Descriptor instead.

func (ExtensionVersionReviewStatus) Number

func (ExtensionVersionReviewStatus) String

func (ExtensionVersionReviewStatus) Type

type ExtensionVersionStatus

type ExtensionVersionStatus int32
const (
	ExtensionVersionStatus_EXTENSION_VERSION_STATUS_INVALID  ExtensionVersionStatus = 0
	ExtensionVersionStatus_EXTENSION_VERSION_STATUS_ACTIVE   ExtensionVersionStatus = 1
	ExtensionVersionStatus_EXTENSION_VERSION_STATUS_DISABLED ExtensionVersionStatus = 2
)

func (ExtensionVersionStatus) Descriptor

func (ExtensionVersionStatus) Enum

func (ExtensionVersionStatus) EnumDescriptor deprecated

func (ExtensionVersionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionVersionStatus.Descriptor instead.

func (ExtensionVersionStatus) Number

func (ExtensionVersionStatus) String

func (x ExtensionVersionStatus) String() string

func (ExtensionVersionStatus) Type

type Field

type Field struct {
	Uuid             string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version          int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier       string                 `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description      string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Type             FieldType              `protobuf:"varint,5,opt,name=type,proto3,enum=nem.FieldType" json:"type,omitempty"`
	TypeConfig       *FieldTypeConfig       `protobuf:"bytes,6,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	Required         bool                   `protobuf:"varint,7,opt,name=required,proto3" json:"required,omitempty"`
	Key              bool                   `protobuf:"varint,8,opt,name=key,proto3" json:"key,omitempty"`
	KeyAutoIncrement bool                   `protobuf:"varint,9,opt,name=key_auto_increment,json=keyAutoIncrement,proto3" json:"key_auto_increment,omitempty"`
	Unique           bool                   `protobuf:"varint,10,opt,name=unique,proto3" json:"unique,omitempty"`
	Deprecated       bool                   `protobuf:"varint,11,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Generated        bool                   `protobuf:"varint,12,opt,name=generated,proto3" json:"generated,omitempty"`
	Status           FieldStatus            `protobuf:"varint,13,opt,name=status,proto3,enum=nem.FieldStatus" json:"status,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid    string                 `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid    string                 `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

func (*Field) Descriptor() ([]byte, []int)

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetCreatedAt

func (x *Field) GetCreatedAt() *timestamppb.Timestamp

func (*Field) GetCreatedByUuid

func (x *Field) GetCreatedByUuid() string

func (*Field) GetDeprecated

func (x *Field) GetDeprecated() bool

func (*Field) GetDescription

func (x *Field) GetDescription() string

func (*Field) GetGenerated

func (x *Field) GetGenerated() bool

func (*Field) GetIdentifier

func (x *Field) GetIdentifier() string

func (*Field) GetKey

func (x *Field) GetKey() bool

func (*Field) GetKeyAutoIncrement

func (x *Field) GetKeyAutoIncrement() bool

func (*Field) GetRequired

func (x *Field) GetRequired() bool

func (*Field) GetStatus

func (x *Field) GetStatus() FieldStatus

func (*Field) GetType

func (x *Field) GetType() FieldType

func (*Field) GetTypeConfig

func (x *Field) GetTypeConfig() *FieldTypeConfig

func (*Field) GetUnique

func (x *Field) GetUnique() bool

func (*Field) GetUpdatedAt

func (x *Field) GetUpdatedAt() *timestamppb.Timestamp

func (*Field) GetUpdatedByUuid

func (x *Field) GetUpdatedByUuid() string

func (*Field) GetUuid

func (x *Field) GetUuid() string

func (*Field) GetVersion

func (x *Field) GetVersion() int64

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

func (x *Field) ProtoReflect() protoreflect.Message

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type FieldStatus

type FieldStatus int32
const (
	FieldStatus_FIELD_STATUS_INVALID  FieldStatus = 0
	FieldStatus_FIELD_STATUS_ACTIVE   FieldStatus = 1
	FieldStatus_FIELD_STATUS_INACTIVE FieldStatus = 2
)

func (FieldStatus) Descriptor

func (FieldStatus) Enum

func (x FieldStatus) Enum() *FieldStatus

func (FieldStatus) EnumDescriptor deprecated

func (FieldStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldStatus.Descriptor instead.

func (FieldStatus) Number

func (x FieldStatus) Number() protoreflect.EnumNumber

func (FieldStatus) String

func (x FieldStatus) String() string

func (FieldStatus) Type

type FieldType

type FieldType int32
const (
	FieldType_FIELD_TYPE_INVALID   FieldType = 0
	FieldType_FIELD_TYPE_UUID      FieldType = 1
	FieldType_FIELD_TYPE_INTEGER   FieldType = 2
	FieldType_FIELD_TYPE_FLOAT     FieldType = 3
	FieldType_FIELD_TYPE_DECIMAL   FieldType = 4
	FieldType_FIELD_TYPE_BOOLEAN   FieldType = 5
	FieldType_FIELD_TYPE_CHAR      FieldType = 6
	FieldType_FIELD_TYPE_VARCHAR   FieldType = 7
	FieldType_FIELD_TYPE_TEXT      FieldType = 8
	FieldType_FIELD_TYPE_ENCRYPTED FieldType = 9
	FieldType_FIELD_TYPE_EMAIL     FieldType = 10
	FieldType_FIELD_TYPE_PHONE     FieldType = 11
	FieldType_FIELD_TYPE_URL       FieldType = 12
	FieldType_FIELD_TYPE_LOCATION  FieldType = 13
	FieldType_FIELD_TYPE_COLOR     FieldType = 14
	FieldType_FIELD_TYPE_RICHTEXT  FieldType = 15
	FieldType_FIELD_TYPE_CODE      FieldType = 16
	FieldType_FIELD_TYPE_MARKDOWN  FieldType = 17
	FieldType_FIELD_TYPE_FILE      FieldType = 18
	FieldType_FIELD_TYPE_IMAGE     FieldType = 19
	FieldType_FIELD_TYPE_AUDIO     FieldType = 20
	FieldType_FIELD_TYPE_VIDEO     FieldType = 21
	FieldType_FIELD_TYPE_ENUM      FieldType = 22
	FieldType_FIELD_TYPE_JSON      FieldType = 23
	FieldType_FIELD_TYPE_ARRAY     FieldType = 24
	FieldType_FIELD_TYPE_DATE      FieldType = 25
	FieldType_FIELD_TYPE_DATETIME  FieldType = 26
	FieldType_FIELD_TYPE_TIME      FieldType = 27
	FieldType_FIELD_TYPE_SLUG      FieldType = 28
)

func (FieldType) Descriptor

func (FieldType) Descriptor() protoreflect.EnumDescriptor

func (FieldType) Enum

func (x FieldType) Enum() *FieldType

func (FieldType) EnumDescriptor deprecated

func (FieldType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldType.Descriptor instead.

func (FieldType) Number

func (x FieldType) Number() protoreflect.EnumNumber

func (FieldType) String

func (x FieldType) String() string

func (FieldType) Type

type FieldTypeArrayConfig

type FieldTypeArrayConfig struct {
	MinElements   int64                    `protobuf:"varint,1,opt,name=min_elements,json=minElements,proto3" json:"min_elements,omitempty"`
	MaxElements   int64                    `protobuf:"varint,2,opt,name=max_elements,json=maxElements,proto3" json:"max_elements,omitempty"`
	EnforceUnique bool                     `protobuf:"varint,3,opt,name=enforce_unique,json=enforceUnique,proto3" json:"enforce_unique,omitempty"`
	Type          FieldTypeArrayConfigType `protobuf:"varint,4,opt,name=type,proto3,enum=nem.FieldTypeArrayConfigType" json:"type,omitempty"`
	TypeConfig    *ArrayTypeConfig         `protobuf:"bytes,5,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeArrayConfig) Descriptor deprecated

func (*FieldTypeArrayConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeArrayConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeArrayConfig) GetEnforceUnique

func (x *FieldTypeArrayConfig) GetEnforceUnique() bool

func (*FieldTypeArrayConfig) GetMaxElements

func (x *FieldTypeArrayConfig) GetMaxElements() int64

func (*FieldTypeArrayConfig) GetMinElements

func (x *FieldTypeArrayConfig) GetMinElements() int64

func (*FieldTypeArrayConfig) GetType

func (*FieldTypeArrayConfig) GetTypeConfig

func (x *FieldTypeArrayConfig) GetTypeConfig() *ArrayTypeConfig

func (*FieldTypeArrayConfig) ProtoMessage

func (*FieldTypeArrayConfig) ProtoMessage()

func (*FieldTypeArrayConfig) ProtoReflect

func (x *FieldTypeArrayConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeArrayConfig) Reset

func (x *FieldTypeArrayConfig) Reset()

func (*FieldTypeArrayConfig) String

func (x *FieldTypeArrayConfig) String() string

type FieldTypeArrayConfigType

type FieldTypeArrayConfigType int32
const (
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_INVALID   FieldTypeArrayConfigType = 0
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_UUID      FieldTypeArrayConfigType = 1
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_INTEGER   FieldTypeArrayConfigType = 2
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_FLOAT     FieldTypeArrayConfigType = 3
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DECIMAL   FieldTypeArrayConfigType = 4
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_CHAR      FieldTypeArrayConfigType = 5
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_VARCHAR   FieldTypeArrayConfigType = 6
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_EMAIL     FieldTypeArrayConfigType = 7
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_PHONE     FieldTypeArrayConfigType = 8
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_URL       FieldTypeArrayConfigType = 9
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_COLOR     FieldTypeArrayConfigType = 10
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DATE      FieldTypeArrayConfigType = 11
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_DATETIME  FieldTypeArrayConfigType = 12
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_ENCRYPTED FieldTypeArrayConfigType = 13
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_TIME      FieldTypeArrayConfigType = 14
	FieldTypeArrayConfigType_FIELD_TYPE_ARRAY_CONFIG_TYPE_ENUM      FieldTypeArrayConfigType = 15
)

func (FieldTypeArrayConfigType) Descriptor

func (FieldTypeArrayConfigType) Enum

func (FieldTypeArrayConfigType) EnumDescriptor deprecated

func (FieldTypeArrayConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeArrayConfigType.Descriptor instead.

func (FieldTypeArrayConfigType) Number

func (FieldTypeArrayConfigType) String

func (x FieldTypeArrayConfigType) String() string

func (FieldTypeArrayConfigType) Type

type FieldTypeCharConfig

type FieldTypeCharConfig struct {
	MinSize         int64  `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize         int64  `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeCharConfig) Descriptor deprecated

func (*FieldTypeCharConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeCharConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeCharConfig) GetMaxSize

func (x *FieldTypeCharConfig) GetMaxSize() int64

func (*FieldTypeCharConfig) GetMinSize

func (x *FieldTypeCharConfig) GetMinSize() int64

func (*FieldTypeCharConfig) GetRegexValidation

func (x *FieldTypeCharConfig) GetRegexValidation() string

func (*FieldTypeCharConfig) ProtoMessage

func (*FieldTypeCharConfig) ProtoMessage()

func (*FieldTypeCharConfig) ProtoReflect

func (x *FieldTypeCharConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeCharConfig) Reset

func (x *FieldTypeCharConfig) Reset()

func (*FieldTypeCharConfig) String

func (x *FieldTypeCharConfig) String() string

type FieldTypeConfig

type FieldTypeConfig struct {
	Uuid      string                    `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Integer   *FieldTypeIntegerConfig   `protobuf:"bytes,2,opt,name=integer,proto3" json:"integer,omitempty"`
	Float     *FieldTypeFloatConfig     `protobuf:"bytes,3,opt,name=float,proto3" json:"float,omitempty"`
	Decimal   *FieldTypeDecimalConfig   `protobuf:"bytes,4,opt,name=decimal,proto3" json:"decimal,omitempty"`
	Boolean   string                    `protobuf:"bytes,5,opt,name=boolean,proto3" json:"boolean,omitempty"`
	Char      *FieldTypeCharConfig      `protobuf:"bytes,6,opt,name=char,proto3" json:"char,omitempty"`
	Varchar   *FieldTypeVarcharConfig   `protobuf:"bytes,7,opt,name=varchar,proto3" json:"varchar,omitempty"`
	Text      *FieldTypeTextConfig      `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"`
	Encrypted *FieldTypeEncryptedConfig `protobuf:"bytes,9,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Email     *FieldTypeEmailConfig     `protobuf:"bytes,10,opt,name=email,proto3" json:"email,omitempty"`
	Phone     *FieldTypePhoneConfig     `protobuf:"bytes,11,opt,name=phone,proto3" json:"phone,omitempty"`
	Url       *FieldTypeURLConfig       `protobuf:"bytes,12,opt,name=url,proto3" json:"url,omitempty"`
	Location  string                    `protobuf:"bytes,13,opt,name=location,proto3" json:"location,omitempty"`
	Color     string                    `protobuf:"bytes,14,opt,name=color,proto3" json:"color,omitempty"`
	RichText  string                    `protobuf:"bytes,15,opt,name=rich_text,json=richText,proto3" json:"rich_text,omitempty"`
	Code      string                    `protobuf:"bytes,16,opt,name=code,proto3" json:"code,omitempty"`
	Markdown  string                    `protobuf:"bytes,17,opt,name=markdown,proto3" json:"markdown,omitempty"`
	File      *FieldTypeFileConfig      `protobuf:"bytes,18,opt,name=file,proto3" json:"file,omitempty"`
	Image     *FieldTypeFileConfig      `protobuf:"bytes,19,opt,name=image,proto3" json:"image,omitempty"`
	Video     *FieldTypeFileConfig      `protobuf:"bytes,20,opt,name=video,proto3" json:"video,omitempty"`
	Audio     *FieldTypeFileConfig      `protobuf:"bytes,21,opt,name=audio,proto3" json:"audio,omitempty"`
	Enum      *FieldTypeEnumConfig      `protobuf:"bytes,22,opt,name=enum,proto3" json:"enum,omitempty"`
	Json      *FieldTypeJSONConfig      `protobuf:"bytes,23,opt,name=json,proto3" json:"json,omitempty"`
	Array     *FieldTypeArrayConfig     `protobuf:"bytes,24,opt,name=array,proto3" json:"array,omitempty"`
	Date      *FieldTypeDateConfig      `protobuf:"bytes,25,opt,name=date,proto3" json:"date,omitempty"`
	Datetime  *FieldTypeDatetimeConfig  `protobuf:"bytes,26,opt,name=datetime,proto3" json:"datetime,omitempty"`
	Time      string                    `protobuf:"bytes,27,opt,name=time,proto3" json:"time,omitempty"`
	Slug      *FieldTypeSlugConfig      `protobuf:"bytes,28,opt,name=slug,proto3" json:"slug,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeConfig) Descriptor deprecated

func (*FieldTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeConfig) GetArray

func (x *FieldTypeConfig) GetArray() *FieldTypeArrayConfig

func (*FieldTypeConfig) GetAudio

func (x *FieldTypeConfig) GetAudio() *FieldTypeFileConfig

func (*FieldTypeConfig) GetBoolean

func (x *FieldTypeConfig) GetBoolean() string

func (*FieldTypeConfig) GetChar

func (x *FieldTypeConfig) GetChar() *FieldTypeCharConfig

func (*FieldTypeConfig) GetCode

func (x *FieldTypeConfig) GetCode() string

func (*FieldTypeConfig) GetColor

func (x *FieldTypeConfig) GetColor() string

func (*FieldTypeConfig) GetDate

func (x *FieldTypeConfig) GetDate() *FieldTypeDateConfig

func (*FieldTypeConfig) GetDatetime

func (x *FieldTypeConfig) GetDatetime() *FieldTypeDatetimeConfig

func (*FieldTypeConfig) GetDecimal

func (x *FieldTypeConfig) GetDecimal() *FieldTypeDecimalConfig

func (*FieldTypeConfig) GetEmail

func (x *FieldTypeConfig) GetEmail() *FieldTypeEmailConfig

func (*FieldTypeConfig) GetEncrypted

func (x *FieldTypeConfig) GetEncrypted() *FieldTypeEncryptedConfig

func (*FieldTypeConfig) GetEnum

func (x *FieldTypeConfig) GetEnum() *FieldTypeEnumConfig

func (*FieldTypeConfig) GetFile

func (x *FieldTypeConfig) GetFile() *FieldTypeFileConfig

func (*FieldTypeConfig) GetFloat

func (x *FieldTypeConfig) GetFloat() *FieldTypeFloatConfig

func (*FieldTypeConfig) GetImage

func (x *FieldTypeConfig) GetImage() *FieldTypeFileConfig

func (*FieldTypeConfig) GetInteger

func (x *FieldTypeConfig) GetInteger() *FieldTypeIntegerConfig

func (*FieldTypeConfig) GetJson

func (x *FieldTypeConfig) GetJson() *FieldTypeJSONConfig

func (*FieldTypeConfig) GetLocation

func (x *FieldTypeConfig) GetLocation() string

func (*FieldTypeConfig) GetMarkdown

func (x *FieldTypeConfig) GetMarkdown() string

func (*FieldTypeConfig) GetPhone

func (x *FieldTypeConfig) GetPhone() *FieldTypePhoneConfig

func (*FieldTypeConfig) GetRichText

func (x *FieldTypeConfig) GetRichText() string

func (*FieldTypeConfig) GetSlug

func (x *FieldTypeConfig) GetSlug() *FieldTypeSlugConfig

func (*FieldTypeConfig) GetText

func (x *FieldTypeConfig) GetText() *FieldTypeTextConfig

func (*FieldTypeConfig) GetTime

func (x *FieldTypeConfig) GetTime() string

func (*FieldTypeConfig) GetUrl

func (x *FieldTypeConfig) GetUrl() *FieldTypeURLConfig

func (*FieldTypeConfig) GetUuid

func (x *FieldTypeConfig) GetUuid() string

func (*FieldTypeConfig) GetVarchar

func (x *FieldTypeConfig) GetVarchar() *FieldTypeVarcharConfig

func (*FieldTypeConfig) GetVideo

func (x *FieldTypeConfig) GetVideo() *FieldTypeFileConfig

func (*FieldTypeConfig) ProtoMessage

func (*FieldTypeConfig) ProtoMessage()

func (*FieldTypeConfig) ProtoReflect

func (x *FieldTypeConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeConfig) Reset

func (x *FieldTypeConfig) Reset()

func (*FieldTypeConfig) String

func (x *FieldTypeConfig) String() string

type FieldTypeDateConfig

type FieldTypeDateConfig struct {
	EnforceFuture   bool   `protobuf:"varint,1,opt,name=enforce_future,json=enforceFuture,proto3" json:"enforce_future,omitempty"`
	EnforcePast     bool   `protobuf:"varint,2,opt,name=enforce_past,json=enforcePast,proto3" json:"enforce_past,omitempty"`
	DisplayTimezone string `protobuf:"bytes,3,opt,name=display_timezone,json=displayTimezone,proto3" json:"display_timezone,omitempty"`
	StorageTimezone string `protobuf:"bytes,4,opt,name=storage_timezone,json=storageTimezone,proto3" json:"storage_timezone,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeDateConfig) Descriptor deprecated

func (*FieldTypeDateConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeDateConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeDateConfig) GetDisplayTimezone

func (x *FieldTypeDateConfig) GetDisplayTimezone() string

func (*FieldTypeDateConfig) GetEnforceFuture

func (x *FieldTypeDateConfig) GetEnforceFuture() bool

func (*FieldTypeDateConfig) GetEnforcePast

func (x *FieldTypeDateConfig) GetEnforcePast() bool

func (*FieldTypeDateConfig) GetStorageTimezone

func (x *FieldTypeDateConfig) GetStorageTimezone() string

func (*FieldTypeDateConfig) ProtoMessage

func (*FieldTypeDateConfig) ProtoMessage()

func (*FieldTypeDateConfig) ProtoReflect

func (x *FieldTypeDateConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeDateConfig) Reset

func (x *FieldTypeDateConfig) Reset()

func (*FieldTypeDateConfig) String

func (x *FieldTypeDateConfig) String() string

type FieldTypeDatetimeConfig

type FieldTypeDatetimeConfig struct {
	EnforceFuture   bool   `protobuf:"varint,1,opt,name=enforce_future,json=enforceFuture,proto3" json:"enforce_future,omitempty"`
	EnforcePast     bool   `protobuf:"varint,2,opt,name=enforce_past,json=enforcePast,proto3" json:"enforce_past,omitempty"`
	DisplayTimezone string `protobuf:"bytes,3,opt,name=display_timezone,json=displayTimezone,proto3" json:"display_timezone,omitempty"`
	StorageTimezone string `protobuf:"bytes,4,opt,name=storage_timezone,json=storageTimezone,proto3" json:"storage_timezone,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeDatetimeConfig) Descriptor deprecated

func (*FieldTypeDatetimeConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeDatetimeConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeDatetimeConfig) GetDisplayTimezone

func (x *FieldTypeDatetimeConfig) GetDisplayTimezone() string

func (*FieldTypeDatetimeConfig) GetEnforceFuture

func (x *FieldTypeDatetimeConfig) GetEnforceFuture() bool

func (*FieldTypeDatetimeConfig) GetEnforcePast

func (x *FieldTypeDatetimeConfig) GetEnforcePast() bool

func (*FieldTypeDatetimeConfig) GetStorageTimezone

func (x *FieldTypeDatetimeConfig) GetStorageTimezone() string

func (*FieldTypeDatetimeConfig) ProtoMessage

func (*FieldTypeDatetimeConfig) ProtoMessage()

func (*FieldTypeDatetimeConfig) ProtoReflect

func (x *FieldTypeDatetimeConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeDatetimeConfig) Reset

func (x *FieldTypeDatetimeConfig) Reset()

func (*FieldTypeDatetimeConfig) String

func (x *FieldTypeDatetimeConfig) String() string

type FieldTypeDecimalConfig

type FieldTypeDecimalConfig struct {
	MinValue          float64                         `protobuf:"fixed64,1,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	MinValueInclusive bool                            `protobuf:"varint,2,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"`
	MaxValue          float64                         `protobuf:"fixed64,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	MaxValueInclusive bool                            `protobuf:"varint,4,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"`
	AllowNegatives    bool                            `protobuf:"varint,5,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"`
	NumberOfDecimals  int64                           `protobuf:"varint,6,opt,name=number_of_decimals,json=numberOfDecimals,proto3" json:"number_of_decimals,omitempty"`
	Separator         FieldTypeDecimalConfigSeparator `protobuf:"varint,7,opt,name=separator,proto3,enum=nem.FieldTypeDecimalConfigSeparator" json:"separator,omitempty"`
	IsCurrency        bool                            `protobuf:"varint,8,opt,name=is_currency,json=isCurrency,proto3" json:"is_currency,omitempty"`
	CurrencyCode      string                          `protobuf:"bytes,9,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	EnableLimits      bool                            `protobuf:"varint,10,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeDecimalConfig) Descriptor deprecated

func (*FieldTypeDecimalConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeDecimalConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeDecimalConfig) GetAllowNegatives

func (x *FieldTypeDecimalConfig) GetAllowNegatives() bool

func (*FieldTypeDecimalConfig) GetCurrencyCode

func (x *FieldTypeDecimalConfig) GetCurrencyCode() string

func (*FieldTypeDecimalConfig) GetEnableLimits

func (x *FieldTypeDecimalConfig) GetEnableLimits() bool

func (*FieldTypeDecimalConfig) GetIsCurrency

func (x *FieldTypeDecimalConfig) GetIsCurrency() bool

func (*FieldTypeDecimalConfig) GetMaxValue

func (x *FieldTypeDecimalConfig) GetMaxValue() float64

func (*FieldTypeDecimalConfig) GetMaxValueInclusive

func (x *FieldTypeDecimalConfig) GetMaxValueInclusive() bool

func (*FieldTypeDecimalConfig) GetMinValue

func (x *FieldTypeDecimalConfig) GetMinValue() float64

func (*FieldTypeDecimalConfig) GetMinValueInclusive

func (x *FieldTypeDecimalConfig) GetMinValueInclusive() bool

func (*FieldTypeDecimalConfig) GetNumberOfDecimals

func (x *FieldTypeDecimalConfig) GetNumberOfDecimals() int64

func (*FieldTypeDecimalConfig) GetSeparator

func (*FieldTypeDecimalConfig) ProtoMessage

func (*FieldTypeDecimalConfig) ProtoMessage()

func (*FieldTypeDecimalConfig) ProtoReflect

func (x *FieldTypeDecimalConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeDecimalConfig) Reset

func (x *FieldTypeDecimalConfig) Reset()

func (*FieldTypeDecimalConfig) String

func (x *FieldTypeDecimalConfig) String() string

type FieldTypeDecimalConfigSeparator

type FieldTypeDecimalConfigSeparator int32
const (
	FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_INVALID FieldTypeDecimalConfigSeparator = 0
	FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_POINT   FieldTypeDecimalConfigSeparator = 1
	FieldTypeDecimalConfigSeparator_FIELD_TYPE_DECIMAL_CONFIG_SEPARATOR_COMMA   FieldTypeDecimalConfigSeparator = 2
)

func (FieldTypeDecimalConfigSeparator) Descriptor

func (FieldTypeDecimalConfigSeparator) Enum

func (FieldTypeDecimalConfigSeparator) EnumDescriptor deprecated

func (FieldTypeDecimalConfigSeparator) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeDecimalConfigSeparator.Descriptor instead.

func (FieldTypeDecimalConfigSeparator) Number

func (FieldTypeDecimalConfigSeparator) String

func (FieldTypeDecimalConfigSeparator) Type

type FieldTypeEmailConfig

type FieldTypeEmailConfig struct {
	AllowDomains   []string `protobuf:"bytes,1,rep,name=allow_domains,json=allowDomains,proto3" json:"allow_domains,omitempty"`
	ExcludeDomains []string `protobuf:"bytes,2,rep,name=exclude_domains,json=excludeDomains,proto3" json:"exclude_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeEmailConfig) Descriptor deprecated

func (*FieldTypeEmailConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeEmailConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeEmailConfig) GetAllowDomains

func (x *FieldTypeEmailConfig) GetAllowDomains() []string

func (*FieldTypeEmailConfig) GetExcludeDomains

func (x *FieldTypeEmailConfig) GetExcludeDomains() []string

func (*FieldTypeEmailConfig) ProtoMessage

func (*FieldTypeEmailConfig) ProtoMessage()

func (*FieldTypeEmailConfig) ProtoReflect

func (x *FieldTypeEmailConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeEmailConfig) Reset

func (x *FieldTypeEmailConfig) Reset()

func (*FieldTypeEmailConfig) String

func (x *FieldTypeEmailConfig) String() string

type FieldTypeEncryptedConfig

type FieldTypeEncryptedConfig struct {
	MinSize         int64                                  `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize         int64                                  `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	RegexValidation string                                 `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"`
	EncryptionType  FieldTypeEncryptedConfigEncryptionType `` /* 152-byte string literal not displayed */
	UseSalt         bool                                   `protobuf:"varint,5,opt,name=use_salt,json=useSalt,proto3" json:"use_salt,omitempty"`
	SaltFieldUuids  []string                               `protobuf:"bytes,6,rep,name=salt_field_uuids,json=saltFieldUuids,proto3" json:"salt_field_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeEncryptedConfig) Descriptor deprecated

func (*FieldTypeEncryptedConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeEncryptedConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeEncryptedConfig) GetEncryptionType

func (*FieldTypeEncryptedConfig) GetMaxSize

func (x *FieldTypeEncryptedConfig) GetMaxSize() int64

func (*FieldTypeEncryptedConfig) GetMinSize

func (x *FieldTypeEncryptedConfig) GetMinSize() int64

func (*FieldTypeEncryptedConfig) GetRegexValidation

func (x *FieldTypeEncryptedConfig) GetRegexValidation() string

func (*FieldTypeEncryptedConfig) GetSaltFieldUuids

func (x *FieldTypeEncryptedConfig) GetSaltFieldUuids() []string

func (*FieldTypeEncryptedConfig) GetUseSalt

func (x *FieldTypeEncryptedConfig) GetUseSalt() bool

func (*FieldTypeEncryptedConfig) ProtoMessage

func (*FieldTypeEncryptedConfig) ProtoMessage()

func (*FieldTypeEncryptedConfig) ProtoReflect

func (x *FieldTypeEncryptedConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeEncryptedConfig) Reset

func (x *FieldTypeEncryptedConfig) Reset()

func (*FieldTypeEncryptedConfig) String

func (x *FieldTypeEncryptedConfig) String() string

type FieldTypeEncryptedConfigEncryptionType

type FieldTypeEncryptedConfigEncryptionType int32
const (
	FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_INVALID FieldTypeEncryptedConfigEncryptionType = 0
	FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_BCRYPT  FieldTypeEncryptedConfigEncryptionType = 1
	FieldTypeEncryptedConfigEncryptionType_FIELD_TYPE_ENCRYPTED_CONFIG_ENCRYPTION_TYPE_SHA_512 FieldTypeEncryptedConfigEncryptionType = 2
)

func (FieldTypeEncryptedConfigEncryptionType) Descriptor

func (FieldTypeEncryptedConfigEncryptionType) Enum

func (FieldTypeEncryptedConfigEncryptionType) EnumDescriptor deprecated

func (FieldTypeEncryptedConfigEncryptionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeEncryptedConfigEncryptionType.Descriptor instead.

func (FieldTypeEncryptedConfigEncryptionType) Number

func (FieldTypeEncryptedConfigEncryptionType) String

func (FieldTypeEncryptedConfigEncryptionType) Type

type FieldTypeEnumConfig

type FieldTypeEnumConfig struct {
	EnumUuid      string `protobuf:"bytes,1,opt,name=enum_uuid,json=enumUuid,proto3" json:"enum_uuid,omitempty"`
	AllowMultiple bool   `protobuf:"varint,2,opt,name=allow_multiple,json=allowMultiple,proto3" json:"allow_multiple,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeEnumConfig) Descriptor deprecated

func (*FieldTypeEnumConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeEnumConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeEnumConfig) GetAllowMultiple

func (x *FieldTypeEnumConfig) GetAllowMultiple() bool

func (*FieldTypeEnumConfig) GetEnumUuid

func (x *FieldTypeEnumConfig) GetEnumUuid() string

func (*FieldTypeEnumConfig) ProtoMessage

func (*FieldTypeEnumConfig) ProtoMessage()

func (*FieldTypeEnumConfig) ProtoReflect

func (x *FieldTypeEnumConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeEnumConfig) Reset

func (x *FieldTypeEnumConfig) Reset()

func (*FieldTypeEnumConfig) String

func (x *FieldTypeEnumConfig) String() string

type FieldTypeFileConfig

type FieldTypeFileConfig struct {
	StorageType       FieldTypeFileConfigStorageType `` /* 135-byte string literal not displayed */
	StorageConfig     *FileStorageConfig             `protobuf:"bytes,2,opt,name=storage_config,json=storageConfig,proto3" json:"storage_config,omitempty"`
	AllowedExtensions []string                       `protobuf:"bytes,3,rep,name=allowed_extensions,json=allowedExtensions,proto3" json:"allowed_extensions,omitempty"`
	MaxSize           int64                          `protobuf:"varint,4,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	AllowMultiple     bool                           `protobuf:"varint,5,opt,name=allow_multiple,json=allowMultiple,proto3" json:"allow_multiple,omitempty"`
	MaxFiles          int64                          `protobuf:"varint,6,opt,name=max_files,json=maxFiles,proto3" json:"max_files,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeFileConfig) Descriptor deprecated

func (*FieldTypeFileConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeFileConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeFileConfig) GetAllowMultiple

func (x *FieldTypeFileConfig) GetAllowMultiple() bool

func (*FieldTypeFileConfig) GetAllowedExtensions

func (x *FieldTypeFileConfig) GetAllowedExtensions() []string

func (*FieldTypeFileConfig) GetMaxFiles

func (x *FieldTypeFileConfig) GetMaxFiles() int64

func (*FieldTypeFileConfig) GetMaxSize

func (x *FieldTypeFileConfig) GetMaxSize() int64

func (*FieldTypeFileConfig) GetStorageConfig

func (x *FieldTypeFileConfig) GetStorageConfig() *FileStorageConfig

func (*FieldTypeFileConfig) GetStorageType

func (*FieldTypeFileConfig) ProtoMessage

func (*FieldTypeFileConfig) ProtoMessage()

func (*FieldTypeFileConfig) ProtoReflect

func (x *FieldTypeFileConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeFileConfig) Reset

func (x *FieldTypeFileConfig) Reset()

func (*FieldTypeFileConfig) String

func (x *FieldTypeFileConfig) String() string

type FieldTypeFileConfigStorageType

type FieldTypeFileConfigStorageType int32
const (
	FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_INVALID      FieldTypeFileConfigStorageType = 0
	FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_BINARY       FieldTypeFileConfigStorageType = 1
	FieldTypeFileConfigStorageType_FIELD_TYPE_FILE_CONFIG_STORAGE_TYPE_OBJECT_STORE FieldTypeFileConfigStorageType = 2
)

func (FieldTypeFileConfigStorageType) Descriptor

func (FieldTypeFileConfigStorageType) Enum

func (FieldTypeFileConfigStorageType) EnumDescriptor deprecated

func (FieldTypeFileConfigStorageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeFileConfigStorageType.Descriptor instead.

func (FieldTypeFileConfigStorageType) Number

func (FieldTypeFileConfigStorageType) String

func (FieldTypeFileConfigStorageType) Type

type FieldTypeFloatConfig

type FieldTypeFloatConfig struct {
	MinValue          float64                       `protobuf:"fixed64,1,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	MinValueInclusive bool                          `protobuf:"varint,2,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"`
	MaxValue          float64                       `protobuf:"fixed64,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	MaxValueInclusive bool                          `protobuf:"varint,4,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"`
	AllowNegatives    bool                          `protobuf:"varint,5,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"`
	NumberOfDecimals  int64                         `protobuf:"varint,6,opt,name=number_of_decimals,json=numberOfDecimals,proto3" json:"number_of_decimals,omitempty"`
	Separator         FieldTypeFloatConfigSeparator `protobuf:"varint,7,opt,name=separator,proto3,enum=nem.FieldTypeFloatConfigSeparator" json:"separator,omitempty"`
	EnableLimits      bool                          `protobuf:"varint,8,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeFloatConfig) Descriptor deprecated

func (*FieldTypeFloatConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeFloatConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeFloatConfig) GetAllowNegatives

func (x *FieldTypeFloatConfig) GetAllowNegatives() bool

func (*FieldTypeFloatConfig) GetEnableLimits

func (x *FieldTypeFloatConfig) GetEnableLimits() bool

func (*FieldTypeFloatConfig) GetMaxValue

func (x *FieldTypeFloatConfig) GetMaxValue() float64

func (*FieldTypeFloatConfig) GetMaxValueInclusive

func (x *FieldTypeFloatConfig) GetMaxValueInclusive() bool

func (*FieldTypeFloatConfig) GetMinValue

func (x *FieldTypeFloatConfig) GetMinValue() float64

func (*FieldTypeFloatConfig) GetMinValueInclusive

func (x *FieldTypeFloatConfig) GetMinValueInclusive() bool

func (*FieldTypeFloatConfig) GetNumberOfDecimals

func (x *FieldTypeFloatConfig) GetNumberOfDecimals() int64

func (*FieldTypeFloatConfig) GetSeparator

func (*FieldTypeFloatConfig) ProtoMessage

func (*FieldTypeFloatConfig) ProtoMessage()

func (*FieldTypeFloatConfig) ProtoReflect

func (x *FieldTypeFloatConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeFloatConfig) Reset

func (x *FieldTypeFloatConfig) Reset()

func (*FieldTypeFloatConfig) String

func (x *FieldTypeFloatConfig) String() string

type FieldTypeFloatConfigSeparator

type FieldTypeFloatConfigSeparator int32
const (
	FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_INVALID FieldTypeFloatConfigSeparator = 0
	FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_POINT   FieldTypeFloatConfigSeparator = 1
	FieldTypeFloatConfigSeparator_FIELD_TYPE_FLOAT_CONFIG_SEPARATOR_COMMA   FieldTypeFloatConfigSeparator = 2
)

func (FieldTypeFloatConfigSeparator) Descriptor

func (FieldTypeFloatConfigSeparator) Enum

func (FieldTypeFloatConfigSeparator) EnumDescriptor deprecated

func (FieldTypeFloatConfigSeparator) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeFloatConfigSeparator.Descriptor instead.

func (FieldTypeFloatConfigSeparator) Number

func (FieldTypeFloatConfigSeparator) String

func (FieldTypeFloatConfigSeparator) Type

type FieldTypeIntegerConfig

type FieldTypeIntegerConfig struct {
	Size              FieldTypeIntegerConfigSize `protobuf:"varint,1,opt,name=size,proto3,enum=nem.FieldTypeIntegerConfigSize" json:"size,omitempty"`
	MinValue          int64                      `protobuf:"varint,2,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	MinValueInclusive bool                       `protobuf:"varint,3,opt,name=min_value_inclusive,json=minValueInclusive,proto3" json:"min_value_inclusive,omitempty"`
	MaxValue          int64                      `protobuf:"varint,4,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	MaxValueInclusive bool                       `protobuf:"varint,5,opt,name=max_value_inclusive,json=maxValueInclusive,proto3" json:"max_value_inclusive,omitempty"`
	AllowNegatives    bool                       `protobuf:"varint,6,opt,name=allow_negatives,json=allowNegatives,proto3" json:"allow_negatives,omitempty"`
	EnableLimits      bool                       `protobuf:"varint,7,opt,name=enable_limits,json=enableLimits,proto3" json:"enable_limits,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeIntegerConfig) Descriptor deprecated

func (*FieldTypeIntegerConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeIntegerConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeIntegerConfig) GetAllowNegatives

func (x *FieldTypeIntegerConfig) GetAllowNegatives() bool

func (*FieldTypeIntegerConfig) GetEnableLimits

func (x *FieldTypeIntegerConfig) GetEnableLimits() bool

func (*FieldTypeIntegerConfig) GetMaxValue

func (x *FieldTypeIntegerConfig) GetMaxValue() int64

func (*FieldTypeIntegerConfig) GetMaxValueInclusive

func (x *FieldTypeIntegerConfig) GetMaxValueInclusive() bool

func (*FieldTypeIntegerConfig) GetMinValue

func (x *FieldTypeIntegerConfig) GetMinValue() int64

func (*FieldTypeIntegerConfig) GetMinValueInclusive

func (x *FieldTypeIntegerConfig) GetMinValueInclusive() bool

func (*FieldTypeIntegerConfig) GetSize

func (*FieldTypeIntegerConfig) ProtoMessage

func (*FieldTypeIntegerConfig) ProtoMessage()

func (*FieldTypeIntegerConfig) ProtoReflect

func (x *FieldTypeIntegerConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeIntegerConfig) Reset

func (x *FieldTypeIntegerConfig) Reset()

func (*FieldTypeIntegerConfig) String

func (x *FieldTypeIntegerConfig) String() string

type FieldTypeIntegerConfigSize

type FieldTypeIntegerConfigSize int32
const (
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_INVALID          FieldTypeIntegerConfigSize = 0
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_ONE_BIT          FieldTypeIntegerConfigSize = 1
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_EIGHT_BITS       FieldTypeIntegerConfigSize = 2
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTEEN_BITS     FieldTypeIntegerConfigSize = 3
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_TWENTY_FOUR_BITS FieldTypeIntegerConfigSize = 4
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_THIRTY_TWO_BITS  FieldTypeIntegerConfigSize = 5
	FieldTypeIntegerConfigSize_FIELD_TYPE_INTEGER_CONFIG_SIZE_SIXTY_FOUR_BITS  FieldTypeIntegerConfigSize = 6
)

func (FieldTypeIntegerConfigSize) Descriptor

func (FieldTypeIntegerConfigSize) Enum

func (FieldTypeIntegerConfigSize) EnumDescriptor deprecated

func (FieldTypeIntegerConfigSize) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldTypeIntegerConfigSize.Descriptor instead.

func (FieldTypeIntegerConfigSize) Number

func (FieldTypeIntegerConfigSize) String

func (FieldTypeIntegerConfigSize) Type

type FieldTypeJSONConfig

type FieldTypeJSONConfig struct {
	EnforceSchemaValidation bool   `` /* 133-byte string literal not displayed */
	JsonSchema              string `protobuf:"bytes,2,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeJSONConfig) Descriptor deprecated

func (*FieldTypeJSONConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeJSONConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeJSONConfig) GetEnforceSchemaValidation

func (x *FieldTypeJSONConfig) GetEnforceSchemaValidation() bool

func (*FieldTypeJSONConfig) GetJsonSchema

func (x *FieldTypeJSONConfig) GetJsonSchema() string

func (*FieldTypeJSONConfig) ProtoMessage

func (*FieldTypeJSONConfig) ProtoMessage()

func (*FieldTypeJSONConfig) ProtoReflect

func (x *FieldTypeJSONConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeJSONConfig) Reset

func (x *FieldTypeJSONConfig) Reset()

func (*FieldTypeJSONConfig) String

func (x *FieldTypeJSONConfig) String() string

type FieldTypePhoneConfig

type FieldTypePhoneConfig struct {
	AllowCountries   []string `protobuf:"bytes,1,rep,name=allow_countries,json=allowCountries,proto3" json:"allow_countries,omitempty"`
	ExcludeCountries []string `protobuf:"bytes,2,rep,name=exclude_countries,json=excludeCountries,proto3" json:"exclude_countries,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypePhoneConfig) Descriptor deprecated

func (*FieldTypePhoneConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypePhoneConfig.ProtoReflect.Descriptor instead.

func (*FieldTypePhoneConfig) GetAllowCountries

func (x *FieldTypePhoneConfig) GetAllowCountries() []string

func (*FieldTypePhoneConfig) GetExcludeCountries

func (x *FieldTypePhoneConfig) GetExcludeCountries() []string

func (*FieldTypePhoneConfig) ProtoMessage

func (*FieldTypePhoneConfig) ProtoMessage()

func (*FieldTypePhoneConfig) ProtoReflect

func (x *FieldTypePhoneConfig) ProtoReflect() protoreflect.Message

func (*FieldTypePhoneConfig) Reset

func (x *FieldTypePhoneConfig) Reset()

func (*FieldTypePhoneConfig) String

func (x *FieldTypePhoneConfig) String() string

type FieldTypeSlugConfig

type FieldTypeSlugConfig struct {
	MinSize           int64    `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize           int64    `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	RegexValidation   string   `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"`
	BasedOnFieldUuids []string `protobuf:"bytes,4,rep,name=based_on_field_uuids,json=basedOnFieldUuids,proto3" json:"based_on_field_uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeSlugConfig) Descriptor deprecated

func (*FieldTypeSlugConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeSlugConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeSlugConfig) GetBasedOnFieldUuids

func (x *FieldTypeSlugConfig) GetBasedOnFieldUuids() []string

func (*FieldTypeSlugConfig) GetMaxSize

func (x *FieldTypeSlugConfig) GetMaxSize() int64

func (*FieldTypeSlugConfig) GetMinSize

func (x *FieldTypeSlugConfig) GetMinSize() int64

func (*FieldTypeSlugConfig) GetRegexValidation

func (x *FieldTypeSlugConfig) GetRegexValidation() string

func (*FieldTypeSlugConfig) ProtoMessage

func (*FieldTypeSlugConfig) ProtoMessage()

func (*FieldTypeSlugConfig) ProtoReflect

func (x *FieldTypeSlugConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeSlugConfig) Reset

func (x *FieldTypeSlugConfig) Reset()

func (*FieldTypeSlugConfig) String

func (x *FieldTypeSlugConfig) String() string

type FieldTypeTextConfig

type FieldTypeTextConfig struct {
	MinSize int64 `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize int64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeTextConfig) Descriptor deprecated

func (*FieldTypeTextConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeTextConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeTextConfig) GetMaxSize

func (x *FieldTypeTextConfig) GetMaxSize() int64

func (*FieldTypeTextConfig) GetMinSize

func (x *FieldTypeTextConfig) GetMinSize() int64

func (*FieldTypeTextConfig) ProtoMessage

func (*FieldTypeTextConfig) ProtoMessage()

func (*FieldTypeTextConfig) ProtoReflect

func (x *FieldTypeTextConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeTextConfig) Reset

func (x *FieldTypeTextConfig) Reset()

func (*FieldTypeTextConfig) String

func (x *FieldTypeTextConfig) String() string

type FieldTypeURLConfig

type FieldTypeURLConfig struct {
	AllowDomains      []string `protobuf:"bytes,1,rep,name=allow_domains,json=allowDomains,proto3" json:"allow_domains,omitempty"`
	ExcludeDomains    []string `protobuf:"bytes,2,rep,name=exclude_domains,json=excludeDomains,proto3" json:"exclude_domains,omitempty"`
	HttpsRequired     bool     `protobuf:"varint,3,opt,name=https_required,json=httpsRequired,proto3" json:"https_required,omitempty"`
	AllowedExtensions []string `protobuf:"bytes,4,rep,name=allowed_extensions,json=allowedExtensions,proto3" json:"allowed_extensions,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeURLConfig) Descriptor deprecated

func (*FieldTypeURLConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeURLConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeURLConfig) GetAllowDomains

func (x *FieldTypeURLConfig) GetAllowDomains() []string

func (*FieldTypeURLConfig) GetAllowedExtensions

func (x *FieldTypeURLConfig) GetAllowedExtensions() []string

func (*FieldTypeURLConfig) GetExcludeDomains

func (x *FieldTypeURLConfig) GetExcludeDomains() []string

func (*FieldTypeURLConfig) GetHttpsRequired

func (x *FieldTypeURLConfig) GetHttpsRequired() bool

func (*FieldTypeURLConfig) ProtoMessage

func (*FieldTypeURLConfig) ProtoMessage()

func (*FieldTypeURLConfig) ProtoReflect

func (x *FieldTypeURLConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeURLConfig) Reset

func (x *FieldTypeURLConfig) Reset()

func (*FieldTypeURLConfig) String

func (x *FieldTypeURLConfig) String() string

type FieldTypeVarcharConfig

type FieldTypeVarcharConfig struct {
	MinSize         int64  `protobuf:"varint,1,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize         int64  `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	RegexValidation string `protobuf:"bytes,3,opt,name=regex_validation,json=regexValidation,proto3" json:"regex_validation,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTypeVarcharConfig) Descriptor deprecated

func (*FieldTypeVarcharConfig) Descriptor() ([]byte, []int)

Deprecated: Use FieldTypeVarcharConfig.ProtoReflect.Descriptor instead.

func (*FieldTypeVarcharConfig) GetMaxSize

func (x *FieldTypeVarcharConfig) GetMaxSize() int64

func (*FieldTypeVarcharConfig) GetMinSize

func (x *FieldTypeVarcharConfig) GetMinSize() int64

func (*FieldTypeVarcharConfig) GetRegexValidation

func (x *FieldTypeVarcharConfig) GetRegexValidation() string

func (*FieldTypeVarcharConfig) ProtoMessage

func (*FieldTypeVarcharConfig) ProtoMessage()

func (*FieldTypeVarcharConfig) ProtoReflect

func (x *FieldTypeVarcharConfig) ProtoReflect() protoreflect.Message

func (*FieldTypeVarcharConfig) Reset

func (x *FieldTypeVarcharConfig) Reset()

func (*FieldTypeVarcharConfig) String

func (x *FieldTypeVarcharConfig) String() string

type FileObjectStorageConfig

type FileObjectStorageConfig struct {
	ObjectStoreUuid string `protobuf:"bytes,1,opt,name=object_store_uuid,json=objectStoreUuid,proto3" json:"object_store_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*FileObjectStorageConfig) Descriptor deprecated

func (*FileObjectStorageConfig) Descriptor() ([]byte, []int)

Deprecated: Use FileObjectStorageConfig.ProtoReflect.Descriptor instead.

func (*FileObjectStorageConfig) GetObjectStoreUuid

func (x *FileObjectStorageConfig) GetObjectStoreUuid() string

func (*FileObjectStorageConfig) ProtoMessage

func (*FileObjectStorageConfig) ProtoMessage()

func (*FileObjectStorageConfig) ProtoReflect

func (x *FileObjectStorageConfig) ProtoReflect() protoreflect.Message

func (*FileObjectStorageConfig) Reset

func (x *FileObjectStorageConfig) Reset()

func (*FileObjectStorageConfig) String

func (x *FileObjectStorageConfig) String() string

type FileStorageConfig

type FileStorageConfig struct {
	ObjectStore *FileObjectStorageConfig `protobuf:"bytes,1,opt,name=object_store,json=objectStore,proto3" json:"object_store,omitempty"`
	// contains filtered or unexported fields
}

func (*FileStorageConfig) Descriptor deprecated

func (*FileStorageConfig) Descriptor() ([]byte, []int)

Deprecated: Use FileStorageConfig.ProtoReflect.Descriptor instead.

func (*FileStorageConfig) GetObjectStore

func (x *FileStorageConfig) GetObjectStore() *FileObjectStorageConfig

func (*FileStorageConfig) ProtoMessage

func (*FileStorageConfig) ProtoMessage()

func (*FileStorageConfig) ProtoReflect

func (x *FileStorageConfig) ProtoReflect() protoreflect.Message

func (*FileStorageConfig) Reset

func (x *FileStorageConfig) Reset()

func (*FileStorageConfig) String

func (x *FileStorageConfig) String() string

type Index

type Index struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Identifier    string                 `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Type          IndexType              `protobuf:"varint,3,opt,name=type,proto3,enum=nem.IndexType" json:"type,omitempty"`
	Fields        []*IndexField          `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"`
	Status        IndexStatus            `protobuf:"varint,5,opt,name=status,proto3,enum=nem.IndexStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Index) Descriptor deprecated

func (*Index) Descriptor() ([]byte, []int)

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetCreatedAt

func (x *Index) GetCreatedAt() *timestamppb.Timestamp

func (*Index) GetCreatedByUuid

func (x *Index) GetCreatedByUuid() string

func (*Index) GetFields

func (x *Index) GetFields() []*IndexField

func (*Index) GetIdentifier

func (x *Index) GetIdentifier() string

func (*Index) GetStatus

func (x *Index) GetStatus() IndexStatus

func (*Index) GetType

func (x *Index) GetType() IndexType

func (*Index) GetUpdatedAt

func (x *Index) GetUpdatedAt() *timestamppb.Timestamp

func (*Index) GetUpdatedByUuid

func (x *Index) GetUpdatedByUuid() string

func (*Index) GetUuid

func (x *Index) GetUuid() string

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

func (x *Index) ProtoReflect() protoreflect.Message

func (*Index) Reset

func (x *Index) Reset()

func (*Index) String

func (x *Index) String() string

type IndexField

type IndexField struct {
	FieldUuid string          `protobuf:"bytes,1,opt,name=field_uuid,json=fieldUuid,proto3" json:"field_uuid,omitempty"`
	Priority  int64           `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	Order     IndexFieldOrder `protobuf:"varint,3,opt,name=order,proto3,enum=nem.IndexFieldOrder" json:"order,omitempty"`
	Length    int64           `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexField) Descriptor deprecated

func (*IndexField) Descriptor() ([]byte, []int)

Deprecated: Use IndexField.ProtoReflect.Descriptor instead.

func (*IndexField) GetFieldUuid

func (x *IndexField) GetFieldUuid() string

func (*IndexField) GetLength

func (x *IndexField) GetLength() int64

func (*IndexField) GetOrder

func (x *IndexField) GetOrder() IndexFieldOrder

func (*IndexField) GetPriority

func (x *IndexField) GetPriority() int64

func (*IndexField) ProtoMessage

func (*IndexField) ProtoMessage()

func (*IndexField) ProtoReflect

func (x *IndexField) ProtoReflect() protoreflect.Message

func (*IndexField) Reset

func (x *IndexField) Reset()

func (*IndexField) String

func (x *IndexField) String() string

type IndexFieldOrder

type IndexFieldOrder int32
const (
	IndexFieldOrder_INDEX_FIELD_ORDER_INVALID IndexFieldOrder = 0
	IndexFieldOrder_INDEX_FIELD_ORDER_ASC     IndexFieldOrder = 1
	IndexFieldOrder_INDEX_FIELD_ORDER_DESC    IndexFieldOrder = 2
)

func (IndexFieldOrder) Descriptor

func (IndexFieldOrder) Enum

func (x IndexFieldOrder) Enum() *IndexFieldOrder

func (IndexFieldOrder) EnumDescriptor deprecated

func (IndexFieldOrder) EnumDescriptor() ([]byte, []int)

Deprecated: Use IndexFieldOrder.Descriptor instead.

func (IndexFieldOrder) Number

func (IndexFieldOrder) String

func (x IndexFieldOrder) String() string

func (IndexFieldOrder) Type

type IndexStatus

type IndexStatus int32
const (
	IndexStatus_INDEX_STATUS_INVALID  IndexStatus = 0
	IndexStatus_INDEX_STATUS_ACTIVE   IndexStatus = 1
	IndexStatus_INDEX_STATUS_DISABLED IndexStatus = 2
)

func (IndexStatus) Descriptor

func (IndexStatus) Enum

func (x IndexStatus) Enum() *IndexStatus

func (IndexStatus) EnumDescriptor deprecated

func (IndexStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use IndexStatus.Descriptor instead.

func (IndexStatus) Number

func (x IndexStatus) Number() protoreflect.EnumNumber

func (IndexStatus) String

func (x IndexStatus) String() string

func (IndexStatus) Type

type IndexType

type IndexType int32
const (
	IndexType_INDEX_TYPE_INVALID  IndexType = 0
	IndexType_INDEX_TYPE_INDEX    IndexType = 1
	IndexType_INDEX_TYPE_PRIMARY  IndexType = 2
	IndexType_INDEX_TYPE_UNIQUE   IndexType = 3
	IndexType_INDEX_TYPE_FULLTEXT IndexType = 4
)

func (IndexType) Descriptor

func (IndexType) Descriptor() protoreflect.EnumDescriptor

func (IndexType) Enum

func (x IndexType) Enum() *IndexType

func (IndexType) EnumDescriptor deprecated

func (IndexType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IndexType.Descriptor instead.

func (IndexType) Number

func (x IndexType) Number() protoreflect.EnumNumber

func (IndexType) String

func (x IndexType) String() string

func (IndexType) Type

type ListChangeRequestsRequest

type ListChangeRequestsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

change_request start

func (*ListChangeRequestsRequest) Descriptor deprecated

func (*ListChangeRequestsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListChangeRequestsRequest.ProtoReflect.Descriptor instead.

func (*ListChangeRequestsRequest) GetFilter

func (x *ListChangeRequestsRequest) GetFilter() string

func (*ListChangeRequestsRequest) GetOrderBy

func (x *ListChangeRequestsRequest) GetOrderBy() string

func (*ListChangeRequestsRequest) GetPageSize

func (x *ListChangeRequestsRequest) GetPageSize() int32

func (*ListChangeRequestsRequest) GetPageToken

func (x *ListChangeRequestsRequest) GetPageToken() string

func (*ListChangeRequestsRequest) ProtoMessage

func (*ListChangeRequestsRequest) ProtoMessage()

func (*ListChangeRequestsRequest) ProtoReflect

func (*ListChangeRequestsRequest) Reset

func (x *ListChangeRequestsRequest) Reset()

func (*ListChangeRequestsRequest) String

func (x *ListChangeRequestsRequest) String() string

type ListChangeRequestsResponse

type ListChangeRequestsResponse struct {
	ChangeRequests []*ChangeRequest `protobuf:"bytes,1,rep,name=change_requests,json=changeRequests,proto3" json:"change_requests,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListChangeRequestsResponse) Descriptor deprecated

func (*ListChangeRequestsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListChangeRequestsResponse.ProtoReflect.Descriptor instead.

func (*ListChangeRequestsResponse) GetChangeRequests

func (x *ListChangeRequestsResponse) GetChangeRequests() []*ChangeRequest

func (*ListChangeRequestsResponse) GetNextPageToken

func (x *ListChangeRequestsResponse) GetNextPageToken() string

func (*ListChangeRequestsResponse) ProtoMessage

func (*ListChangeRequestsResponse) ProtoMessage()

func (*ListChangeRequestsResponse) ProtoReflect

func (*ListChangeRequestsResponse) Reset

func (x *ListChangeRequestsResponse) Reset()

func (*ListChangeRequestsResponse) String

func (x *ListChangeRequestsResponse) String() string

type ListExtensionExecutionsRequest

type ListExtensionExecutionsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

extension_execution start

func (*ListExtensionExecutionsRequest) Descriptor deprecated

func (*ListExtensionExecutionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionExecutionsRequest.ProtoReflect.Descriptor instead.

func (*ListExtensionExecutionsRequest) GetFilter

func (x *ListExtensionExecutionsRequest) GetFilter() string

func (*ListExtensionExecutionsRequest) GetOrderBy

func (x *ListExtensionExecutionsRequest) GetOrderBy() string

func (*ListExtensionExecutionsRequest) GetPageSize

func (x *ListExtensionExecutionsRequest) GetPageSize() int32

func (*ListExtensionExecutionsRequest) GetPageToken

func (x *ListExtensionExecutionsRequest) GetPageToken() string

func (*ListExtensionExecutionsRequest) ProtoMessage

func (*ListExtensionExecutionsRequest) ProtoMessage()

func (*ListExtensionExecutionsRequest) ProtoReflect

func (*ListExtensionExecutionsRequest) Reset

func (x *ListExtensionExecutionsRequest) Reset()

func (*ListExtensionExecutionsRequest) String

type ListExtensionExecutionsResponse

type ListExtensionExecutionsResponse struct {
	ExtensionExecutions []*ExtensionExecution `protobuf:"bytes,1,rep,name=extension_executions,json=extensionExecutions,proto3" json:"extension_executions,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExtensionExecutionsResponse) Descriptor deprecated

func (*ListExtensionExecutionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionExecutionsResponse.ProtoReflect.Descriptor instead.

func (*ListExtensionExecutionsResponse) GetExtensionExecutions

func (x *ListExtensionExecutionsResponse) GetExtensionExecutions() []*ExtensionExecution

func (*ListExtensionExecutionsResponse) GetNextPageToken

func (x *ListExtensionExecutionsResponse) GetNextPageToken() string

func (*ListExtensionExecutionsResponse) ProtoMessage

func (*ListExtensionExecutionsResponse) ProtoMessage()

func (*ListExtensionExecutionsResponse) ProtoReflect

func (*ListExtensionExecutionsResponse) Reset

func (*ListExtensionExecutionsResponse) String

type ListExtensionVersionsRequest

type ListExtensionVersionsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

extension_version start

func (*ListExtensionVersionsRequest) Descriptor deprecated

func (*ListExtensionVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListExtensionVersionsRequest) GetFilter

func (x *ListExtensionVersionsRequest) GetFilter() string

func (*ListExtensionVersionsRequest) GetOrderBy

func (x *ListExtensionVersionsRequest) GetOrderBy() string

func (*ListExtensionVersionsRequest) GetPageSize

func (x *ListExtensionVersionsRequest) GetPageSize() int32

func (*ListExtensionVersionsRequest) GetPageToken

func (x *ListExtensionVersionsRequest) GetPageToken() string

func (*ListExtensionVersionsRequest) ProtoMessage

func (*ListExtensionVersionsRequest) ProtoMessage()

func (*ListExtensionVersionsRequest) ProtoReflect

func (*ListExtensionVersionsRequest) Reset

func (x *ListExtensionVersionsRequest) Reset()

func (*ListExtensionVersionsRequest) String

type ListExtensionVersionsResponse

type ListExtensionVersionsResponse struct {
	ExtensionVersions []*ExtensionVersion `protobuf:"bytes,1,rep,name=extension_versions,json=extensionVersions,proto3" json:"extension_versions,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExtensionVersionsResponse) Descriptor deprecated

func (*ListExtensionVersionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListExtensionVersionsResponse) GetExtensionVersions

func (x *ListExtensionVersionsResponse) GetExtensionVersions() []*ExtensionVersion

func (*ListExtensionVersionsResponse) GetNextPageToken

func (x *ListExtensionVersionsResponse) GetNextPageToken() string

func (*ListExtensionVersionsResponse) ProtoMessage

func (*ListExtensionVersionsResponse) ProtoMessage()

func (*ListExtensionVersionsResponse) ProtoReflect

func (*ListExtensionVersionsResponse) Reset

func (x *ListExtensionVersionsResponse) Reset()

func (*ListExtensionVersionsResponse) String

type ListExtensionsRequest

type ListExtensionsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

extension start

func (*ListExtensionsRequest) Descriptor deprecated

func (*ListExtensionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionsRequest.ProtoReflect.Descriptor instead.

func (*ListExtensionsRequest) GetFilter

func (x *ListExtensionsRequest) GetFilter() string

func (*ListExtensionsRequest) GetOrderBy

func (x *ListExtensionsRequest) GetOrderBy() string

func (*ListExtensionsRequest) GetPageSize

func (x *ListExtensionsRequest) GetPageSize() int32

func (*ListExtensionsRequest) GetPageToken

func (x *ListExtensionsRequest) GetPageToken() string

func (*ListExtensionsRequest) ProtoMessage

func (*ListExtensionsRequest) ProtoMessage()

func (*ListExtensionsRequest) ProtoReflect

func (x *ListExtensionsRequest) ProtoReflect() protoreflect.Message

func (*ListExtensionsRequest) Reset

func (x *ListExtensionsRequest) Reset()

func (*ListExtensionsRequest) String

func (x *ListExtensionsRequest) String() string

type ListExtensionsResponse

type ListExtensionsResponse struct {
	Extensions []*Extension `protobuf:"bytes,1,rep,name=extensions,proto3" json:"extensions,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExtensionsResponse) Descriptor deprecated

func (*ListExtensionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListExtensionsResponse.ProtoReflect.Descriptor instead.

func (*ListExtensionsResponse) GetExtensions

func (x *ListExtensionsResponse) GetExtensions() []*Extension

func (*ListExtensionsResponse) GetNextPageToken

func (x *ListExtensionsResponse) GetNextPageToken() string

func (*ListExtensionsResponse) ProtoMessage

func (*ListExtensionsResponse) ProtoMessage()

func (*ListExtensionsResponse) ProtoReflect

func (x *ListExtensionsResponse) ProtoReflect() protoreflect.Message

func (*ListExtensionsResponse) Reset

func (x *ListExtensionsResponse) Reset()

func (*ListExtensionsResponse) String

func (x *ListExtensionsResponse) String() string

type ListOrganizationsRequest

type ListOrganizationsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

organization start

func (*ListOrganizationsRequest) Descriptor deprecated

func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetFilter

func (x *ListOrganizationsRequest) GetFilter() string

func (*ListOrganizationsRequest) GetOrderBy

func (x *ListOrganizationsRequest) GetOrderBy() string

func (*ListOrganizationsRequest) GetPageSize

func (x *ListOrganizationsRequest) GetPageSize() int32

func (*ListOrganizationsRequest) GetPageToken

func (x *ListOrganizationsRequest) GetPageToken() string

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message

func (*ListOrganizationsRequest) Reset

func (x *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse) Descriptor deprecated

func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetNextPageToken

func (x *ListOrganizationsResponse) GetNextPageToken() string

func (*ListOrganizationsResponse) GetOrganizations

func (x *ListOrganizationsResponse) GetOrganizations() []*Organization

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

func (*ListOrganizationsResponse) Reset

func (x *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

type ListProjectVersionsRequest

type ListProjectVersionsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

project_version start

func (*ListProjectVersionsRequest) Descriptor deprecated

func (*ListProjectVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectVersionsRequest) GetFilter

func (x *ListProjectVersionsRequest) GetFilter() string

func (*ListProjectVersionsRequest) GetOrderBy

func (x *ListProjectVersionsRequest) GetOrderBy() string

func (*ListProjectVersionsRequest) GetPageSize

func (x *ListProjectVersionsRequest) GetPageSize() int32

func (*ListProjectVersionsRequest) GetPageToken

func (x *ListProjectVersionsRequest) GetPageToken() string

func (*ListProjectVersionsRequest) ProtoMessage

func (*ListProjectVersionsRequest) ProtoMessage()

func (*ListProjectVersionsRequest) ProtoReflect

func (*ListProjectVersionsRequest) Reset

func (x *ListProjectVersionsRequest) Reset()

func (*ListProjectVersionsRequest) String

func (x *ListProjectVersionsRequest) String() string

type ListProjectVersionsResponse

type ListProjectVersionsResponse struct {
	ProjectVersions []*ProjectVersion `protobuf:"bytes,1,rep,name=project_versions,json=projectVersions,proto3" json:"project_versions,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectVersionsResponse) Descriptor deprecated

func (*ListProjectVersionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectVersionsResponse) GetNextPageToken

func (x *ListProjectVersionsResponse) GetNextPageToken() string

func (*ListProjectVersionsResponse) GetProjectVersions

func (x *ListProjectVersionsResponse) GetProjectVersions() []*ProjectVersion

func (*ListProjectVersionsResponse) ProtoMessage

func (*ListProjectVersionsResponse) ProtoMessage()

func (*ListProjectVersionsResponse) ProtoReflect

func (*ListProjectVersionsResponse) Reset

func (x *ListProjectVersionsResponse) Reset()

func (*ListProjectVersionsResponse) String

func (x *ListProjectVersionsResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

project start

func (*ListProjectsRequest) Descriptor deprecated

func (*ListProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetFilter

func (x *ListProjectsRequest) GetFilter() string

func (*ListProjectsRequest) GetOrderBy

func (x *ListProjectsRequest) GetOrderBy() string

func (*ListProjectsRequest) GetPageSize

func (x *ListProjectsRequest) GetPageSize() int32

func (*ListProjectsRequest) GetPageToken

func (x *ListProjectsRequest) GetPageToken() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

func (*ListProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetNextPageToken

func (x *ListProjectsResponse) GetNextPageToken() string

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type ListTeamsRequest

type ListTeamsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

team start

func (*ListTeamsRequest) Descriptor deprecated

func (*ListTeamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTeamsRequest.ProtoReflect.Descriptor instead.

func (*ListTeamsRequest) GetFilter

func (x *ListTeamsRequest) GetFilter() string

func (*ListTeamsRequest) GetOrderBy

func (x *ListTeamsRequest) GetOrderBy() string

func (*ListTeamsRequest) GetPageSize

func (x *ListTeamsRequest) GetPageSize() int32

func (*ListTeamsRequest) GetPageToken

func (x *ListTeamsRequest) GetPageToken() string

func (*ListTeamsRequest) ProtoMessage

func (*ListTeamsRequest) ProtoMessage()

func (*ListTeamsRequest) ProtoReflect

func (x *ListTeamsRequest) ProtoReflect() protoreflect.Message

func (*ListTeamsRequest) Reset

func (x *ListTeamsRequest) Reset()

func (*ListTeamsRequest) String

func (x *ListTeamsRequest) String() string

type ListTeamsResponse

type ListTeamsResponse struct {
	Teams []*Team `protobuf:"bytes,1,rep,name=teams,proto3" json:"teams,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTeamsResponse) Descriptor deprecated

func (*ListTeamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListTeamsResponse.ProtoReflect.Descriptor instead.

func (*ListTeamsResponse) GetNextPageToken

func (x *ListTeamsResponse) GetNextPageToken() string

func (*ListTeamsResponse) GetTeams

func (x *ListTeamsResponse) GetTeams() []*Team

func (*ListTeamsResponse) ProtoMessage

func (*ListTeamsResponse) ProtoMessage()

func (*ListTeamsResponse) ProtoReflect

func (x *ListTeamsResponse) ProtoReflect() protoreflect.Message

func (*ListTeamsResponse) Reset

func (x *ListTeamsResponse) Reset()

func (*ListTeamsResponse) String

func (x *ListTeamsResponse) String() string

type ListUserConnectionsRequest added in v0.0.44

type ListUserConnectionsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

user_connection start

func (*ListUserConnectionsRequest) Descriptor deprecated added in v0.0.44

func (*ListUserConnectionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserConnectionsRequest.ProtoReflect.Descriptor instead.

func (*ListUserConnectionsRequest) GetFilter added in v0.0.44

func (x *ListUserConnectionsRequest) GetFilter() string

func (*ListUserConnectionsRequest) GetOrderBy added in v0.0.44

func (x *ListUserConnectionsRequest) GetOrderBy() string

func (*ListUserConnectionsRequest) GetPageSize added in v0.0.44

func (x *ListUserConnectionsRequest) GetPageSize() int32

func (*ListUserConnectionsRequest) GetPageToken added in v0.0.44

func (x *ListUserConnectionsRequest) GetPageToken() string

func (*ListUserConnectionsRequest) ProtoMessage added in v0.0.44

func (*ListUserConnectionsRequest) ProtoMessage()

func (*ListUserConnectionsRequest) ProtoReflect added in v0.0.44

func (*ListUserConnectionsRequest) Reset added in v0.0.44

func (x *ListUserConnectionsRequest) Reset()

func (*ListUserConnectionsRequest) String added in v0.0.44

func (x *ListUserConnectionsRequest) String() string

type ListUserConnectionsResponse added in v0.0.44

type ListUserConnectionsResponse struct {
	UserConnections []*UserConnection `protobuf:"bytes,1,rep,name=user_connections,json=userConnections,proto3" json:"user_connections,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserConnectionsResponse) Descriptor deprecated added in v0.0.44

func (*ListUserConnectionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserConnectionsResponse.ProtoReflect.Descriptor instead.

func (*ListUserConnectionsResponse) GetNextPageToken added in v0.0.44

func (x *ListUserConnectionsResponse) GetNextPageToken() string

func (*ListUserConnectionsResponse) GetUserConnections added in v0.0.44

func (x *ListUserConnectionsResponse) GetUserConnections() []*UserConnection

func (*ListUserConnectionsResponse) ProtoMessage added in v0.0.44

func (*ListUserConnectionsResponse) ProtoMessage()

func (*ListUserConnectionsResponse) ProtoReflect added in v0.0.44

func (*ListUserConnectionsResponse) Reset added in v0.0.44

func (x *ListUserConnectionsResponse) Reset()

func (*ListUserConnectionsResponse) String added in v0.0.44

func (x *ListUserConnectionsResponse) String() string

type ListUserTeamsRequest

type ListUserTeamsRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

user_team start

func (*ListUserTeamsRequest) Descriptor deprecated

func (*ListUserTeamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserTeamsRequest.ProtoReflect.Descriptor instead.

func (*ListUserTeamsRequest) GetFilter

func (x *ListUserTeamsRequest) GetFilter() string

func (*ListUserTeamsRequest) GetOrderBy

func (x *ListUserTeamsRequest) GetOrderBy() string

func (*ListUserTeamsRequest) GetPageSize

func (x *ListUserTeamsRequest) GetPageSize() int32

func (*ListUserTeamsRequest) GetPageToken

func (x *ListUserTeamsRequest) GetPageToken() string

func (*ListUserTeamsRequest) ProtoMessage

func (*ListUserTeamsRequest) ProtoMessage()

func (*ListUserTeamsRequest) ProtoReflect

func (x *ListUserTeamsRequest) ProtoReflect() protoreflect.Message

func (*ListUserTeamsRequest) Reset

func (x *ListUserTeamsRequest) Reset()

func (*ListUserTeamsRequest) String

func (x *ListUserTeamsRequest) String() string

type ListUserTeamsResponse

type ListUserTeamsResponse struct {
	UserTeams []*UserTeam `protobuf:"bytes,1,rep,name=user_teams,json=userTeams,proto3" json:"user_teams,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserTeamsResponse) Descriptor deprecated

func (*ListUserTeamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserTeamsResponse.ProtoReflect.Descriptor instead.

func (*ListUserTeamsResponse) GetNextPageToken

func (x *ListUserTeamsResponse) GetNextPageToken() string

func (*ListUserTeamsResponse) GetUserTeams

func (x *ListUserTeamsResponse) GetUserTeams() []*UserTeam

func (*ListUserTeamsResponse) ProtoMessage

func (*ListUserTeamsResponse) ProtoMessage()

func (*ListUserTeamsResponse) ProtoReflect

func (x *ListUserTeamsResponse) ProtoReflect() protoreflect.Message

func (*ListUserTeamsResponse) Reset

func (x *ListUserTeamsResponse) Reset()

func (*ListUserTeamsResponse) String

func (x *ListUserTeamsResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {

	// The maximum number of records to return. The service may return fewer than
	// this value.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// https://google.aip.dev/160
	// https://pkg.go.dev/go.einride.tech/aip@v0.67.1
	// https://github.com/einride/aip-go
	Filter  string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

user start

func (*ListUsersRequest) Descriptor deprecated

func (*ListUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetFilter

func (x *ListUsersRequest) GetFilter() string

func (*ListUsersRequest) GetOrderBy

func (x *ListUsersRequest) GetOrderBy() string

func (*ListUsersRequest) GetPageSize

func (x *ListUsersRequest) GetPageSize() int32

func (*ListUsersRequest) GetPageToken

func (x *ListUsersRequest) GetPageToken() string

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

func (x *ListUsersRequest) ProtoReflect() protoreflect.Message

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

func (*ListUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetNextPageToken

func (x *ListUsersResponse) GetNextPageToken() string

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

func (x *ListUsersResponse) ProtoReflect() protoreflect.Message

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type Membership

type Membership struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OwnerUuid     string                 `protobuf:"bytes,2,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"`
	Type          MembershipType         `protobuf:"varint,3,opt,name=type,proto3,enum=nem.MembershipType" json:"type,omitempty"`
	Metadata      string                 `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Status        MembershipStatus       `protobuf:"varint,5,opt,name=status,proto3,enum=nem.MembershipStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Membership) Descriptor deprecated

func (*Membership) Descriptor() ([]byte, []int)

Deprecated: Use Membership.ProtoReflect.Descriptor instead.

func (*Membership) GetCreatedAt

func (x *Membership) GetCreatedAt() *timestamppb.Timestamp

func (*Membership) GetCreatedByUuid

func (x *Membership) GetCreatedByUuid() string

func (*Membership) GetMetadata

func (x *Membership) GetMetadata() string

func (*Membership) GetOwnerUuid

func (x *Membership) GetOwnerUuid() string

func (*Membership) GetStatus

func (x *Membership) GetStatus() MembershipStatus

func (*Membership) GetType

func (x *Membership) GetType() MembershipType

func (*Membership) GetUpdatedAt

func (x *Membership) GetUpdatedAt() *timestamppb.Timestamp

func (*Membership) GetUpdatedByUuid

func (x *Membership) GetUpdatedByUuid() string

func (*Membership) GetUuid

func (x *Membership) GetUuid() string

func (*Membership) ProtoMessage

func (*Membership) ProtoMessage()

func (*Membership) ProtoReflect

func (x *Membership) ProtoReflect() protoreflect.Message

func (*Membership) Reset

func (x *Membership) Reset()

func (*Membership) String

func (x *Membership) String() string

type MembershipStatus

type MembershipStatus int32
const (
	MembershipStatus_MEMBERSHIP_STATUS_INVALID  MembershipStatus = 0
	MembershipStatus_MEMBERSHIP_STATUS_ACTIVE   MembershipStatus = 1
	MembershipStatus_MEMBERSHIP_STATUS_DISABLED MembershipStatus = 2
)

func (MembershipStatus) Descriptor

func (MembershipStatus) Enum

func (MembershipStatus) EnumDescriptor deprecated

func (MembershipStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use MembershipStatus.Descriptor instead.

func (MembershipStatus) Number

func (MembershipStatus) String

func (x MembershipStatus) String() string

func (MembershipStatus) Type

type MembershipType

type MembershipType int32
const (
	MembershipType_MEMBERSHIP_TYPE_INVALID    MembershipType = 0
	MembershipType_MEMBERSHIP_TYPE_FREE       MembershipType = 1
	MembershipType_MEMBERSHIP_TYPE_SMALL      MembershipType = 2
	MembershipType_MEMBERSHIP_TYPE_MEDIUM     MembershipType = 3
	MembershipType_MEMBERSHIP_TYPE_ENTERPRISE MembershipType = 4
)

func (MembershipType) Descriptor

func (MembershipType) Enum

func (x MembershipType) Enum() *MembershipType

func (MembershipType) EnumDescriptor deprecated

func (MembershipType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MembershipType.Descriptor instead.

func (MembershipType) Number

func (MembershipType) String

func (x MembershipType) String() string

func (MembershipType) Type

type NemClient

type NemClient interface {
	// team start
	ListTeams(ctx context.Context, in *ListTeamsRequest, opts ...grpc.CallOption) (*ListTeamsResponse, error)
	CreateTeam(ctx context.Context, in *CreateTeamRequest, opts ...grpc.CallOption) (*Team, error)
	UpdateTeam(ctx context.Context, in *UpdateTeamRequest, opts ...grpc.CallOption) (*Team, error)
	// organization start
	ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error)
	CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*Organization, error)
	UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*Organization, error)
	// project start
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*Project, error)
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// extension start
	ListExtensions(ctx context.Context, in *ListExtensionsRequest, opts ...grpc.CallOption) (*ListExtensionsResponse, error)
	CreateExtension(ctx context.Context, in *CreateExtensionRequest, opts ...grpc.CallOption) (*Extension, error)
	UpdateExtension(ctx context.Context, in *UpdateExtensionRequest, opts ...grpc.CallOption) (*Extension, error)
	// extension_version start
	ListExtensionVersions(ctx context.Context, in *ListExtensionVersionsRequest, opts ...grpc.CallOption) (*ListExtensionVersionsResponse, error)
	CreateExtensionVersion(ctx context.Context, in *CreateExtensionVersionRequest, opts ...grpc.CallOption) (*ExtensionVersion, error)
	UpdateExtensionVersion(ctx context.Context, in *UpdateExtensionVersionRequest, opts ...grpc.CallOption) (*ExtensionVersion, error)
	// user start
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error)
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*User, error)
	// change_request start
	ListChangeRequests(ctx context.Context, in *ListChangeRequestsRequest, opts ...grpc.CallOption) (*ListChangeRequestsResponse, error)
	CreateChangeRequest(ctx context.Context, in *CreateChangeRequestRequest, opts ...grpc.CallOption) (*ChangeRequest, error)
	UpdateChangeRequest(ctx context.Context, in *UpdateChangeRequestRequest, opts ...grpc.CallOption) (*ChangeRequest, error)
	// project_version start
	ListProjectVersions(ctx context.Context, in *ListProjectVersionsRequest, opts ...grpc.CallOption) (*ListProjectVersionsResponse, error)
	CreateProjectVersion(ctx context.Context, in *CreateProjectVersionRequest, opts ...grpc.CallOption) (*ProjectVersion, error)
	UpdateProjectVersion(ctx context.Context, in *UpdateProjectVersionRequest, opts ...grpc.CallOption) (*ProjectVersion, error)
	// user_team start
	ListUserTeams(ctx context.Context, in *ListUserTeamsRequest, opts ...grpc.CallOption) (*ListUserTeamsResponse, error)
	CreateUserTeam(ctx context.Context, in *CreateUserTeamRequest, opts ...grpc.CallOption) (*UserTeam, error)
	UpdateUserTeam(ctx context.Context, in *UpdateUserTeamRequest, opts ...grpc.CallOption) (*UserTeam, error)
	// extension_execution start
	ListExtensionExecutions(ctx context.Context, in *ListExtensionExecutionsRequest, opts ...grpc.CallOption) (*ListExtensionExecutionsResponse, error)
	CreateExtensionExecution(ctx context.Context, in *CreateExtensionExecutionRequest, opts ...grpc.CallOption) (*ExtensionExecution, error)
	UpdateExtensionExecution(ctx context.Context, in *UpdateExtensionExecutionRequest, opts ...grpc.CallOption) (*ExtensionExecution, error)
	// user_connection start
	ListUserConnections(ctx context.Context, in *ListUserConnectionsRequest, opts ...grpc.CallOption) (*ListUserConnectionsResponse, error)
	CreateUserConnection(ctx context.Context, in *CreateUserConnectionRequest, opts ...grpc.CallOption) (*UserConnection, error)
	UpdateUserConnection(ctx context.Context, in *UpdateUserConnectionRequest, opts ...grpc.CallOption) (*UserConnection, error)
}

NemClient is the client API for Nem service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewNemClient

func NewNemClient(cc grpc.ClientConnInterface) NemClient

type NemServer

type NemServer interface {
	// team start
	ListTeams(context.Context, *ListTeamsRequest) (*ListTeamsResponse, error)
	CreateTeam(context.Context, *CreateTeamRequest) (*Team, error)
	UpdateTeam(context.Context, *UpdateTeamRequest) (*Team, error)
	// organization start
	ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
	CreateOrganization(context.Context, *CreateOrganizationRequest) (*Organization, error)
	UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*Organization, error)
	// project start
	ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
	CreateProject(context.Context, *CreateProjectRequest) (*Project, error)
	UpdateProject(context.Context, *UpdateProjectRequest) (*Project, error)
	// extension start
	ListExtensions(context.Context, *ListExtensionsRequest) (*ListExtensionsResponse, error)
	CreateExtension(context.Context, *CreateExtensionRequest) (*Extension, error)
	UpdateExtension(context.Context, *UpdateExtensionRequest) (*Extension, error)
	// extension_version start
	ListExtensionVersions(context.Context, *ListExtensionVersionsRequest) (*ListExtensionVersionsResponse, error)
	CreateExtensionVersion(context.Context, *CreateExtensionVersionRequest) (*ExtensionVersion, error)
	UpdateExtensionVersion(context.Context, *UpdateExtensionVersionRequest) (*ExtensionVersion, error)
	// user start
	ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	CreateUser(context.Context, *CreateUserRequest) (*User, error)
	UpdateUser(context.Context, *UpdateUserRequest) (*User, error)
	// change_request start
	ListChangeRequests(context.Context, *ListChangeRequestsRequest) (*ListChangeRequestsResponse, error)
	CreateChangeRequest(context.Context, *CreateChangeRequestRequest) (*ChangeRequest, error)
	UpdateChangeRequest(context.Context, *UpdateChangeRequestRequest) (*ChangeRequest, error)
	// project_version start
	ListProjectVersions(context.Context, *ListProjectVersionsRequest) (*ListProjectVersionsResponse, error)
	CreateProjectVersion(context.Context, *CreateProjectVersionRequest) (*ProjectVersion, error)
	UpdateProjectVersion(context.Context, *UpdateProjectVersionRequest) (*ProjectVersion, error)
	// user_team start
	ListUserTeams(context.Context, *ListUserTeamsRequest) (*ListUserTeamsResponse, error)
	CreateUserTeam(context.Context, *CreateUserTeamRequest) (*UserTeam, error)
	UpdateUserTeam(context.Context, *UpdateUserTeamRequest) (*UserTeam, error)
	// extension_execution start
	ListExtensionExecutions(context.Context, *ListExtensionExecutionsRequest) (*ListExtensionExecutionsResponse, error)
	CreateExtensionExecution(context.Context, *CreateExtensionExecutionRequest) (*ExtensionExecution, error)
	UpdateExtensionExecution(context.Context, *UpdateExtensionExecutionRequest) (*ExtensionExecution, error)
	// user_connection start
	ListUserConnections(context.Context, *ListUserConnectionsRequest) (*ListUserConnectionsResponse, error)
	CreateUserConnection(context.Context, *CreateUserConnectionRequest) (*UserConnection, error)
	UpdateUserConnection(context.Context, *UpdateUserConnectionRequest) (*UserConnection, error)
	// contains filtered or unexported methods
}

NemServer is the server API for Nem service. All implementations must embed UnimplementedNemServer for forward compatibility.

type ObjectStore

type ObjectStore struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Identifier    string                 `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Type          ObjectStoreType        `protobuf:"varint,3,opt,name=type,proto3,enum=nem.ObjectStoreType" json:"type,omitempty"`
	TypeConfig    *ObjectStoreTypeConfig `protobuf:"bytes,4,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	Status        ObjectStoreStatus      `protobuf:"varint,5,opt,name=status,proto3,enum=nem.ObjectStoreStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectStore) Descriptor deprecated

func (*ObjectStore) Descriptor() ([]byte, []int)

Deprecated: Use ObjectStore.ProtoReflect.Descriptor instead.

func (*ObjectStore) GetCreatedAt

func (x *ObjectStore) GetCreatedAt() *timestamppb.Timestamp

func (*ObjectStore) GetCreatedByUuid

func (x *ObjectStore) GetCreatedByUuid() string

func (*ObjectStore) GetIdentifier

func (x *ObjectStore) GetIdentifier() string

func (*ObjectStore) GetStatus

func (x *ObjectStore) GetStatus() ObjectStoreStatus

func (*ObjectStore) GetType

func (x *ObjectStore) GetType() ObjectStoreType

func (*ObjectStore) GetTypeConfig

func (x *ObjectStore) GetTypeConfig() *ObjectStoreTypeConfig

func (*ObjectStore) GetUpdatedAt

func (x *ObjectStore) GetUpdatedAt() *timestamppb.Timestamp

func (*ObjectStore) GetUpdatedByUuid

func (x *ObjectStore) GetUpdatedByUuid() string

func (*ObjectStore) GetUuid

func (x *ObjectStore) GetUuid() string

func (*ObjectStore) ProtoMessage

func (*ObjectStore) ProtoMessage()

func (*ObjectStore) ProtoReflect

func (x *ObjectStore) ProtoReflect() protoreflect.Message

func (*ObjectStore) Reset

func (x *ObjectStore) Reset()

func (*ObjectStore) String

func (x *ObjectStore) String() string

type ObjectStoreS3TypeConfig

type ObjectStoreS3TypeConfig struct {
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	Key    string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	Bucket string `protobuf:"bytes,4,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectStoreS3TypeConfig) Descriptor deprecated

func (*ObjectStoreS3TypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use ObjectStoreS3TypeConfig.ProtoReflect.Descriptor instead.

func (*ObjectStoreS3TypeConfig) GetBucket

func (x *ObjectStoreS3TypeConfig) GetBucket() string

func (*ObjectStoreS3TypeConfig) GetKey

func (x *ObjectStoreS3TypeConfig) GetKey() string

func (*ObjectStoreS3TypeConfig) GetRegion

func (x *ObjectStoreS3TypeConfig) GetRegion() string

func (*ObjectStoreS3TypeConfig) GetSecret

func (x *ObjectStoreS3TypeConfig) GetSecret() string

func (*ObjectStoreS3TypeConfig) ProtoMessage

func (*ObjectStoreS3TypeConfig) ProtoMessage()

func (*ObjectStoreS3TypeConfig) ProtoReflect

func (x *ObjectStoreS3TypeConfig) ProtoReflect() protoreflect.Message

func (*ObjectStoreS3TypeConfig) Reset

func (x *ObjectStoreS3TypeConfig) Reset()

func (*ObjectStoreS3TypeConfig) String

func (x *ObjectStoreS3TypeConfig) String() string

type ObjectStoreStatus

type ObjectStoreStatus int32
const (
	ObjectStoreStatus_OBJECT_STORE_STATUS_INVALID  ObjectStoreStatus = 0
	ObjectStoreStatus_OBJECT_STORE_STATUS_ACTIVE   ObjectStoreStatus = 1
	ObjectStoreStatus_OBJECT_STORE_STATUS_DISABLED ObjectStoreStatus = 2
)

func (ObjectStoreStatus) Descriptor

func (ObjectStoreStatus) Enum

func (ObjectStoreStatus) EnumDescriptor deprecated

func (ObjectStoreStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObjectStoreStatus.Descriptor instead.

func (ObjectStoreStatus) Number

func (ObjectStoreStatus) String

func (x ObjectStoreStatus) String() string

func (ObjectStoreStatus) Type

type ObjectStoreType

type ObjectStoreType int32
const (
	ObjectStoreType_OBJECT_STORE_TYPE_INVALID ObjectStoreType = 0
	ObjectStoreType_OBJECT_STORE_TYPE_S_3     ObjectStoreType = 1
)

func (ObjectStoreType) Descriptor

func (ObjectStoreType) Enum

func (x ObjectStoreType) Enum() *ObjectStoreType

func (ObjectStoreType) EnumDescriptor deprecated

func (ObjectStoreType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObjectStoreType.Descriptor instead.

func (ObjectStoreType) Number

func (ObjectStoreType) String

func (x ObjectStoreType) String() string

func (ObjectStoreType) Type

type ObjectStoreTypeConfig

type ObjectStoreTypeConfig struct {
	S3 *ObjectStoreS3TypeConfig `protobuf:"bytes,1,opt,name=s3,proto3" json:"s3,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectStoreTypeConfig) Descriptor deprecated

func (*ObjectStoreTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use ObjectStoreTypeConfig.ProtoReflect.Descriptor instead.

func (*ObjectStoreTypeConfig) GetS3

func (*ObjectStoreTypeConfig) ProtoMessage

func (*ObjectStoreTypeConfig) ProtoMessage()

func (*ObjectStoreTypeConfig) ProtoReflect

func (x *ObjectStoreTypeConfig) ProtoReflect() protoreflect.Message

func (*ObjectStoreTypeConfig) Reset

func (x *ObjectStoreTypeConfig) Reset()

func (*ObjectStoreTypeConfig) String

func (x *ObjectStoreTypeConfig) String() string

type Organization

type Organization struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Name          string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Domains       []string               `protobuf:"bytes,4,rep,name=domains,proto3" json:"domains,omitempty"`
	AdminUuids    []string               `protobuf:"bytes,5,rep,name=admin_uuids,json=adminUuids,proto3" json:"admin_uuids,omitempty"`
	Memberships   []*Membership          `protobuf:"bytes,6,rep,name=memberships,proto3" json:"memberships,omitempty"`
	Status        OrganizationStatus     `protobuf:"varint,7,opt,name=status,proto3,enum=nem.OrganizationStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,10,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,11,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetAdminUuids

func (x *Organization) GetAdminUuids() []string

func (*Organization) GetCreatedAt

func (x *Organization) GetCreatedAt() *timestamppb.Timestamp

func (*Organization) GetCreatedByUuid

func (x *Organization) GetCreatedByUuid() string

func (*Organization) GetDomains

func (x *Organization) GetDomains() []string

func (*Organization) GetMemberships

func (x *Organization) GetMemberships() []*Membership

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetStatus

func (x *Organization) GetStatus() OrganizationStatus

func (*Organization) GetUpdatedAt

func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp

func (*Organization) GetUpdatedByUuid

func (x *Organization) GetUpdatedByUuid() string

func (*Organization) GetUuid

func (x *Organization) GetUuid() string

func (*Organization) GetVersion

func (x *Organization) GetVersion() int64

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type OrganizationStatus

type OrganizationStatus int32
const (
	OrganizationStatus_ORGANIZATION_STATUS_INVALID  OrganizationStatus = 0
	OrganizationStatus_ORGANIZATION_STATUS_ACTIVE   OrganizationStatus = 1
	OrganizationStatus_ORGANIZATION_STATUS_DISABLED OrganizationStatus = 2
)

func (OrganizationStatus) Descriptor

func (OrganizationStatus) Enum

func (OrganizationStatus) EnumDescriptor deprecated

func (OrganizationStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrganizationStatus.Descriptor instead.

func (OrganizationStatus) Number

func (OrganizationStatus) String

func (x OrganizationStatus) String() string

func (OrganizationStatus) Type

type Project

type Project struct {
	Uuid              string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version           int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Name              string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description       string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Tags              []string               `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	Url               string                 `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	OwnerUuid         string                 `protobuf:"bytes,7,opt,name=owner_uuid,json=ownerUuid,proto3" json:"owner_uuid,omitempty"`
	TeamUuid          string                 `protobuf:"bytes,8,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"`
	ProjectExtensions []*ProjectExtension    `protobuf:"bytes,9,rep,name=project_extensions,json=projectExtensions,proto3" json:"project_extensions,omitempty"`
	Status            ProjectStatus          `protobuf:"varint,10,opt,name=status,proto3,enum=nem.ProjectStatus" json:"status,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid     string                 `protobuf:"bytes,13,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid     string                 `protobuf:"bytes,14,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetCreatedByUuid

func (x *Project) GetCreatedByUuid() string

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOwnerUuid

func (x *Project) GetOwnerUuid() string

func (*Project) GetProjectExtensions

func (x *Project) GetProjectExtensions() []*ProjectExtension

func (*Project) GetStatus

func (x *Project) GetStatus() ProjectStatus

func (*Project) GetTags

func (x *Project) GetTags() []string

func (*Project) GetTeamUuid

func (x *Project) GetTeamUuid() string

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() *timestamppb.Timestamp

func (*Project) GetUpdatedByUuid

func (x *Project) GetUpdatedByUuid() string

func (*Project) GetUrl

func (x *Project) GetUrl() string

func (*Project) GetUuid

func (x *Project) GetUuid() string

func (*Project) GetVersion

func (x *Project) GetVersion() int64

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectExtension

type ProjectExtension struct {
	Uuid                      string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ExtensionUuid             string                 `protobuf:"bytes,2,opt,name=extension_uuid,json=extensionUuid,proto3" json:"extension_uuid,omitempty"`
	ExtensionVersionUuid      string                 `protobuf:"bytes,3,opt,name=extension_version_uuid,json=extensionVersionUuid,proto3" json:"extension_version_uuid,omitempty"`
	ConfigurationEntityValues string                 `` /* 138-byte string literal not displayed */
	Blocking                  bool                   `protobuf:"varint,5,opt,name=blocking,proto3" json:"blocking,omitempty"`
	Status                    ProjectExtensionStatus `protobuf:"varint,6,opt,name=status,proto3,enum=nem.ProjectExtensionStatus" json:"status,omitempty"`
	CreatedAt                 *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt                 *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid             string                 `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid             string                 `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectExtension) Descriptor deprecated

func (*ProjectExtension) Descriptor() ([]byte, []int)

Deprecated: Use ProjectExtension.ProtoReflect.Descriptor instead.

func (*ProjectExtension) GetBlocking

func (x *ProjectExtension) GetBlocking() bool

func (*ProjectExtension) GetConfigurationEntityValues

func (x *ProjectExtension) GetConfigurationEntityValues() string

func (*ProjectExtension) GetCreatedAt

func (x *ProjectExtension) GetCreatedAt() *timestamppb.Timestamp

func (*ProjectExtension) GetCreatedByUuid

func (x *ProjectExtension) GetCreatedByUuid() string

func (*ProjectExtension) GetExtensionUuid

func (x *ProjectExtension) GetExtensionUuid() string

func (*ProjectExtension) GetExtensionVersionUuid

func (x *ProjectExtension) GetExtensionVersionUuid() string

func (*ProjectExtension) GetStatus

func (*ProjectExtension) GetUpdatedAt

func (x *ProjectExtension) GetUpdatedAt() *timestamppb.Timestamp

func (*ProjectExtension) GetUpdatedByUuid

func (x *ProjectExtension) GetUpdatedByUuid() string

func (*ProjectExtension) GetUuid

func (x *ProjectExtension) GetUuid() string

func (*ProjectExtension) ProtoMessage

func (*ProjectExtension) ProtoMessage()

func (*ProjectExtension) ProtoReflect

func (x *ProjectExtension) ProtoReflect() protoreflect.Message

func (*ProjectExtension) Reset

func (x *ProjectExtension) Reset()

func (*ProjectExtension) String

func (x *ProjectExtension) String() string

type ProjectExtensionStatus

type ProjectExtensionStatus int32
const (
	ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_INVALID  ProjectExtensionStatus = 0
	ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_ACTIVE   ProjectExtensionStatus = 1
	ProjectExtensionStatus_PROJECT_EXTENSION_STATUS_DISABLED ProjectExtensionStatus = 2
)

func (ProjectExtensionStatus) Descriptor

func (ProjectExtensionStatus) Enum

func (ProjectExtensionStatus) EnumDescriptor deprecated

func (ProjectExtensionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectExtensionStatus.Descriptor instead.

func (ProjectExtensionStatus) Number

func (ProjectExtensionStatus) String

func (x ProjectExtensionStatus) String() string

func (ProjectExtensionStatus) Type

type ProjectStatus

type ProjectStatus int32
const (
	ProjectStatus_PROJECT_STATUS_INVALID  ProjectStatus = 0
	ProjectStatus_PROJECT_STATUS_ACTIVE   ProjectStatus = 1
	ProjectStatus_PROJECT_STATUS_DISABLED ProjectStatus = 2
)

func (ProjectStatus) Descriptor

func (ProjectStatus) Enum

func (x ProjectStatus) Enum() *ProjectStatus

func (ProjectStatus) EnumDescriptor deprecated

func (ProjectStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectStatus.Descriptor instead.

func (ProjectStatus) Number

func (ProjectStatus) String

func (x ProjectStatus) String() string

func (ProjectStatus) Type

type ProjectVersion

type ProjectVersion struct {
	Uuid            string                      `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version         int64                       `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier      string                      `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description     string                      `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	ProjectUuid     string                      `protobuf:"bytes,5,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"`
	Entities        []*Entity                   `protobuf:"bytes,6,rep,name=entities,proto3" json:"entities,omitempty"`
	Relationships   []*Relationship             `protobuf:"bytes,7,rep,name=relationships,proto3" json:"relationships,omitempty"`
	Enums           []*Enum                     `protobuf:"bytes,8,rep,name=enums,proto3" json:"enums,omitempty"`
	Services        []*Service                  `protobuf:"bytes,9,rep,name=services,proto3" json:"services,omitempty"`
	BaseVersionUuid string                      `protobuf:"bytes,10,opt,name=base_version_uuid,json=baseVersionUuid,proto3" json:"base_version_uuid,omitempty"`
	ReviewStatus    ProjectVersionReviewStatus  `` /* 135-byte string literal not displayed */
	Deployments     []*ProjectVersionDeployment `protobuf:"bytes,12,rep,name=deployments,proto3" json:"deployments,omitempty"`
	Status          ProjectVersionStatus        `protobuf:"varint,13,opt,name=status,proto3,enum=nem.ProjectVersionStatus" json:"status,omitempty"`
	CreatedAt       *timestamppb.Timestamp      `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt       *timestamppb.Timestamp      `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid   string                      `protobuf:"bytes,16,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid   string                      `protobuf:"bytes,17,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectVersion) Descriptor deprecated

func (*ProjectVersion) Descriptor() ([]byte, []int)

Deprecated: Use ProjectVersion.ProtoReflect.Descriptor instead.

func (*ProjectVersion) GetBaseVersionUuid

func (x *ProjectVersion) GetBaseVersionUuid() string

func (*ProjectVersion) GetCreatedAt

func (x *ProjectVersion) GetCreatedAt() *timestamppb.Timestamp

func (*ProjectVersion) GetCreatedByUuid

func (x *ProjectVersion) GetCreatedByUuid() string

func (*ProjectVersion) GetDeployments

func (x *ProjectVersion) GetDeployments() []*ProjectVersionDeployment

func (*ProjectVersion) GetDescription

func (x *ProjectVersion) GetDescription() string

func (*ProjectVersion) GetEntities

func (x *ProjectVersion) GetEntities() []*Entity

func (*ProjectVersion) GetEnums

func (x *ProjectVersion) GetEnums() []*Enum

func (*ProjectVersion) GetIdentifier

func (x *ProjectVersion) GetIdentifier() string

func (*ProjectVersion) GetProjectUuid

func (x *ProjectVersion) GetProjectUuid() string

func (*ProjectVersion) GetRelationships

func (x *ProjectVersion) GetRelationships() []*Relationship

func (*ProjectVersion) GetReviewStatus

func (x *ProjectVersion) GetReviewStatus() ProjectVersionReviewStatus

func (*ProjectVersion) GetServices

func (x *ProjectVersion) GetServices() []*Service

func (*ProjectVersion) GetStatus

func (x *ProjectVersion) GetStatus() ProjectVersionStatus

func (*ProjectVersion) GetUpdatedAt

func (x *ProjectVersion) GetUpdatedAt() *timestamppb.Timestamp

func (*ProjectVersion) GetUpdatedByUuid

func (x *ProjectVersion) GetUpdatedByUuid() string

func (*ProjectVersion) GetUuid

func (x *ProjectVersion) GetUuid() string

func (*ProjectVersion) GetVersion

func (x *ProjectVersion) GetVersion() int64

func (*ProjectVersion) ProtoMessage

func (*ProjectVersion) ProtoMessage()

func (*ProjectVersion) ProtoReflect

func (x *ProjectVersion) ProtoReflect() protoreflect.Message

func (*ProjectVersion) Reset

func (x *ProjectVersion) Reset()

func (*ProjectVersion) String

func (x *ProjectVersion) String() string

type ProjectVersionDeployment

type ProjectVersionDeployment struct {
	EnviromentUuid string                         `protobuf:"bytes,1,opt,name=enviroment_uuid,json=enviromentUuid,proto3" json:"enviroment_uuid,omitempty"`
	Status         ProjectVersionDeploymentStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nem.ProjectVersionDeploymentStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectVersionDeployment) Descriptor deprecated

func (*ProjectVersionDeployment) Descriptor() ([]byte, []int)

Deprecated: Use ProjectVersionDeployment.ProtoReflect.Descriptor instead.

func (*ProjectVersionDeployment) GetEnviromentUuid

func (x *ProjectVersionDeployment) GetEnviromentUuid() string

func (*ProjectVersionDeployment) GetStatus

func (*ProjectVersionDeployment) ProtoMessage

func (*ProjectVersionDeployment) ProtoMessage()

func (*ProjectVersionDeployment) ProtoReflect

func (x *ProjectVersionDeployment) ProtoReflect() protoreflect.Message

func (*ProjectVersionDeployment) Reset

func (x *ProjectVersionDeployment) Reset()

func (*ProjectVersionDeployment) String

func (x *ProjectVersionDeployment) String() string

type ProjectVersionDeploymentStatus

type ProjectVersionDeploymentStatus int32
const (
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_INVALID     ProjectVersionDeploymentStatus = 0
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_NOT_STARTED ProjectVersionDeploymentStatus = 1
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_STARTED     ProjectVersionDeploymentStatus = 2
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_COMPLETED   ProjectVersionDeploymentStatus = 3
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_FAILED      ProjectVersionDeploymentStatus = 4
	ProjectVersionDeploymentStatus_PROJECT_VERSION_DEPLOYMENT_STATUS_ROLLED_BACK ProjectVersionDeploymentStatus = 5
)

func (ProjectVersionDeploymentStatus) Descriptor

func (ProjectVersionDeploymentStatus) Enum

func (ProjectVersionDeploymentStatus) EnumDescriptor deprecated

func (ProjectVersionDeploymentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectVersionDeploymentStatus.Descriptor instead.

func (ProjectVersionDeploymentStatus) Number

func (ProjectVersionDeploymentStatus) String

func (ProjectVersionDeploymentStatus) Type

type ProjectVersionReviewStatus

type ProjectVersionReviewStatus int32
const (
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_INVALID   ProjectVersionReviewStatus = 0
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_DRAFT     ProjectVersionReviewStatus = 1
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_IN_REVIEW ProjectVersionReviewStatus = 2
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_APPROVED  ProjectVersionReviewStatus = 3
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_REJECTED  ProjectVersionReviewStatus = 4
	ProjectVersionReviewStatus_PROJECT_VERSION_REVIEW_STATUS_PUBLISHED ProjectVersionReviewStatus = 5
)

func (ProjectVersionReviewStatus) Descriptor

func (ProjectVersionReviewStatus) Enum

func (ProjectVersionReviewStatus) EnumDescriptor deprecated

func (ProjectVersionReviewStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectVersionReviewStatus.Descriptor instead.

func (ProjectVersionReviewStatus) Number

func (ProjectVersionReviewStatus) String

func (ProjectVersionReviewStatus) Type

type ProjectVersionStatus

type ProjectVersionStatus int32
const (
	ProjectVersionStatus_PROJECT_VERSION_STATUS_INVALID  ProjectVersionStatus = 0
	ProjectVersionStatus_PROJECT_VERSION_STATUS_ACTIVE   ProjectVersionStatus = 1
	ProjectVersionStatus_PROJECT_VERSION_STATUS_DISABLED ProjectVersionStatus = 2
)

func (ProjectVersionStatus) Descriptor

func (ProjectVersionStatus) Enum

func (ProjectVersionStatus) EnumDescriptor deprecated

func (ProjectVersionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectVersionStatus.Descriptor instead.

func (ProjectVersionStatus) Number

func (ProjectVersionStatus) String

func (x ProjectVersionStatus) String() string

func (ProjectVersionStatus) Type

type Relationship

type Relationship struct {
	Uuid          string                  `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                   `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier    string                  `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description   string                  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Cardinality   RelationshipCardinality `protobuf:"varint,5,opt,name=cardinality,proto3,enum=nem.RelationshipCardinality" json:"cardinality,omitempty"`
	From          *RelationshipNode       `protobuf:"bytes,6,opt,name=from,proto3" json:"from,omitempty"`
	To            *RelationshipNode       `protobuf:"bytes,7,opt,name=to,proto3" json:"to,omitempty"`
	UseForeignKey bool                    `protobuf:"varint,8,opt,name=use_foreign_key,json=useForeignKey,proto3" json:"use_foreign_key,omitempty"`
	Status        RelationshipStatus      `protobuf:"varint,9,opt,name=status,proto3,enum=nem.RelationshipStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp  `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp  `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                  `protobuf:"bytes,12,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                  `protobuf:"bytes,13,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Relationship) Descriptor deprecated

func (*Relationship) Descriptor() ([]byte, []int)

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetCardinality

func (x *Relationship) GetCardinality() RelationshipCardinality

func (*Relationship) GetCreatedAt

func (x *Relationship) GetCreatedAt() *timestamppb.Timestamp

func (*Relationship) GetCreatedByUuid

func (x *Relationship) GetCreatedByUuid() string

func (*Relationship) GetDescription

func (x *Relationship) GetDescription() string

func (*Relationship) GetFrom

func (x *Relationship) GetFrom() *RelationshipNode

func (*Relationship) GetIdentifier

func (x *Relationship) GetIdentifier() string

func (*Relationship) GetStatus

func (x *Relationship) GetStatus() RelationshipStatus

func (*Relationship) GetTo

func (x *Relationship) GetTo() *RelationshipNode

func (*Relationship) GetUpdatedAt

func (x *Relationship) GetUpdatedAt() *timestamppb.Timestamp

func (*Relationship) GetUpdatedByUuid

func (x *Relationship) GetUpdatedByUuid() string

func (*Relationship) GetUseForeignKey

func (x *Relationship) GetUseForeignKey() bool

func (*Relationship) GetUuid

func (x *Relationship) GetUuid() string

func (*Relationship) GetVersion

func (x *Relationship) GetVersion() int64

func (*Relationship) ProtoMessage

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect

func (x *Relationship) ProtoReflect() protoreflect.Message

func (*Relationship) Reset

func (x *Relationship) Reset()

func (*Relationship) String

func (x *Relationship) String() string

type RelationshipCardinality

type RelationshipCardinality int32
const (
	RelationshipCardinality_RELATIONSHIP_CARDINALITY_INVALID     RelationshipCardinality = 0
	RelationshipCardinality_RELATIONSHIP_CARDINALITY_ONE_TO_ONE  RelationshipCardinality = 1
	RelationshipCardinality_RELATIONSHIP_CARDINALITY_ONE_TO_MANY RelationshipCardinality = 2
)

func (RelationshipCardinality) Descriptor

func (RelationshipCardinality) Enum

func (RelationshipCardinality) EnumDescriptor deprecated

func (RelationshipCardinality) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelationshipCardinality.Descriptor instead.

func (RelationshipCardinality) Number

func (RelationshipCardinality) String

func (x RelationshipCardinality) String() string

func (RelationshipCardinality) Type

type RelationshipNode

type RelationshipNode struct {
	Uuid          string                      `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Type          RelationshipNodeType        `protobuf:"varint,2,opt,name=type,proto3,enum=nem.RelationshipNodeType" json:"type,omitempty"`
	TypeConfig    *RelationshipNodeTypeConfig `protobuf:"bytes,3,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	CreatedAt     *timestamppb.Timestamp      `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp      `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                      `protobuf:"bytes,6,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                      `protobuf:"bytes,7,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationshipNode) Descriptor deprecated

func (*RelationshipNode) Descriptor() ([]byte, []int)

Deprecated: Use RelationshipNode.ProtoReflect.Descriptor instead.

func (*RelationshipNode) GetCreatedAt

func (x *RelationshipNode) GetCreatedAt() *timestamppb.Timestamp

func (*RelationshipNode) GetCreatedByUuid

func (x *RelationshipNode) GetCreatedByUuid() string

func (*RelationshipNode) GetType

func (*RelationshipNode) GetTypeConfig

func (x *RelationshipNode) GetTypeConfig() *RelationshipNodeTypeConfig

func (*RelationshipNode) GetUpdatedAt

func (x *RelationshipNode) GetUpdatedAt() *timestamppb.Timestamp

func (*RelationshipNode) GetUpdatedByUuid

func (x *RelationshipNode) GetUpdatedByUuid() string

func (*RelationshipNode) GetUuid

func (x *RelationshipNode) GetUuid() string

func (*RelationshipNode) ProtoMessage

func (*RelationshipNode) ProtoMessage()

func (*RelationshipNode) ProtoReflect

func (x *RelationshipNode) ProtoReflect() protoreflect.Message

func (*RelationshipNode) Reset

func (x *RelationshipNode) Reset()

func (*RelationshipNode) String

func (x *RelationshipNode) String() string

type RelationshipNodeType

type RelationshipNodeType int32
const (
	RelationshipNodeType_RELATIONSHIP_NODE_TYPE_INVALID RelationshipNodeType = 0
	RelationshipNodeType_RELATIONSHIP_NODE_TYPE_ENTITY  RelationshipNodeType = 1
	RelationshipNodeType_RELATIONSHIP_NODE_TYPE_SERVICE RelationshipNodeType = 2
)

func (RelationshipNodeType) Descriptor

func (RelationshipNodeType) Enum

func (RelationshipNodeType) EnumDescriptor deprecated

func (RelationshipNodeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelationshipNodeType.Descriptor instead.

func (RelationshipNodeType) Number

func (RelationshipNodeType) String

func (x RelationshipNodeType) String() string

func (RelationshipNodeType) Type

type RelationshipNodeTypeConfig

type RelationshipNodeTypeConfig struct {
	Entity  *RelationshipNodeTypeEntityConfig  `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Service *RelationshipNodeTypeServiceConfig `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationshipNodeTypeConfig) Descriptor deprecated

func (*RelationshipNodeTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use RelationshipNodeTypeConfig.ProtoReflect.Descriptor instead.

func (*RelationshipNodeTypeConfig) GetEntity

func (*RelationshipNodeTypeConfig) GetService

func (*RelationshipNodeTypeConfig) ProtoMessage

func (*RelationshipNodeTypeConfig) ProtoMessage()

func (*RelationshipNodeTypeConfig) ProtoReflect

func (*RelationshipNodeTypeConfig) Reset

func (x *RelationshipNodeTypeConfig) Reset()

func (*RelationshipNodeTypeConfig) String

func (x *RelationshipNodeTypeConfig) String() string

type RelationshipNodeTypeEntityConfig

type RelationshipNodeTypeEntityConfig struct {
	EntityUuid      string   `protobuf:"bytes,1,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"`
	FieldUuids      []string `protobuf:"bytes,2,rep,name=field_uuids,json=fieldUuids,proto3" json:"field_uuids,omitempty"`
	FieldsGenerated bool     `protobuf:"varint,3,opt,name=fields_generated,json=fieldsGenerated,proto3" json:"fields_generated,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationshipNodeTypeEntityConfig) Descriptor deprecated

func (*RelationshipNodeTypeEntityConfig) Descriptor() ([]byte, []int)

Deprecated: Use RelationshipNodeTypeEntityConfig.ProtoReflect.Descriptor instead.

func (*RelationshipNodeTypeEntityConfig) GetEntityUuid

func (x *RelationshipNodeTypeEntityConfig) GetEntityUuid() string

func (*RelationshipNodeTypeEntityConfig) GetFieldUuids

func (x *RelationshipNodeTypeEntityConfig) GetFieldUuids() []string

func (*RelationshipNodeTypeEntityConfig) GetFieldsGenerated

func (x *RelationshipNodeTypeEntityConfig) GetFieldsGenerated() bool

func (*RelationshipNodeTypeEntityConfig) ProtoMessage

func (*RelationshipNodeTypeEntityConfig) ProtoMessage()

func (*RelationshipNodeTypeEntityConfig) ProtoReflect

func (*RelationshipNodeTypeEntityConfig) Reset

func (*RelationshipNodeTypeEntityConfig) String

type RelationshipNodeTypeServiceConfig

type RelationshipNodeTypeServiceConfig struct {
	ServiceUuid string `protobuf:"bytes,1,opt,name=service_uuid,json=serviceUuid,proto3" json:"service_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationshipNodeTypeServiceConfig) Descriptor deprecated

func (*RelationshipNodeTypeServiceConfig) Descriptor() ([]byte, []int)

Deprecated: Use RelationshipNodeTypeServiceConfig.ProtoReflect.Descriptor instead.

func (*RelationshipNodeTypeServiceConfig) GetServiceUuid

func (x *RelationshipNodeTypeServiceConfig) GetServiceUuid() string

func (*RelationshipNodeTypeServiceConfig) ProtoMessage

func (*RelationshipNodeTypeServiceConfig) ProtoMessage()

func (*RelationshipNodeTypeServiceConfig) ProtoReflect

func (*RelationshipNodeTypeServiceConfig) Reset

func (*RelationshipNodeTypeServiceConfig) String

type RelationshipStatus

type RelationshipStatus int32
const (
	RelationshipStatus_RELATIONSHIP_STATUS_INVALID  RelationshipStatus = 0
	RelationshipStatus_RELATIONSHIP_STATUS_ACTIVE   RelationshipStatus = 1
	RelationshipStatus_RELATIONSHIP_STATUS_DISABLED RelationshipStatus = 2
)

func (RelationshipStatus) Descriptor

func (RelationshipStatus) Enum

func (RelationshipStatus) EnumDescriptor deprecated

func (RelationshipStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelationshipStatus.Descriptor instead.

func (RelationshipStatus) Number

func (RelationshipStatus) String

func (x RelationshipStatus) String() string

func (RelationshipStatus) Type

type ReviewConfig

type ReviewConfig struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Types         []ReviewConfigType     `protobuf:"varint,2,rep,packed,name=types,proto3,enum=nem.ReviewConfigType" json:"types,omitempty"`
	UserRoles     []ReviewConfigUserRole `` /* 126-byte string literal not displayed */
	MinReviews    int64                  `protobuf:"varint,4,opt,name=min_reviews,json=minReviews,proto3" json:"min_reviews,omitempty"`
	Status        ReviewConfigStatus     `protobuf:"varint,5,opt,name=status,proto3,enum=nem.ReviewConfigStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,8,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,9,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ReviewConfig) Descriptor deprecated

func (*ReviewConfig) Descriptor() ([]byte, []int)

Deprecated: Use ReviewConfig.ProtoReflect.Descriptor instead.

func (*ReviewConfig) GetCreatedAt

func (x *ReviewConfig) GetCreatedAt() *timestamppb.Timestamp

func (*ReviewConfig) GetCreatedByUuid

func (x *ReviewConfig) GetCreatedByUuid() string

func (*ReviewConfig) GetMinReviews

func (x *ReviewConfig) GetMinReviews() int64

func (*ReviewConfig) GetStatus

func (x *ReviewConfig) GetStatus() ReviewConfigStatus

func (*ReviewConfig) GetTypes

func (x *ReviewConfig) GetTypes() []ReviewConfigType

func (*ReviewConfig) GetUpdatedAt

func (x *ReviewConfig) GetUpdatedAt() *timestamppb.Timestamp

func (*ReviewConfig) GetUpdatedByUuid

func (x *ReviewConfig) GetUpdatedByUuid() string

func (*ReviewConfig) GetUserRoles

func (x *ReviewConfig) GetUserRoles() []ReviewConfigUserRole

func (*ReviewConfig) GetUuid

func (x *ReviewConfig) GetUuid() string

func (*ReviewConfig) ProtoMessage

func (*ReviewConfig) ProtoMessage()

func (*ReviewConfig) ProtoReflect

func (x *ReviewConfig) ProtoReflect() protoreflect.Message

func (*ReviewConfig) Reset

func (x *ReviewConfig) Reset()

func (*ReviewConfig) String

func (x *ReviewConfig) String() string

type ReviewConfigStatus

type ReviewConfigStatus int32
const (
	ReviewConfigStatus_REVIEW_CONFIG_STATUS_INVALID  ReviewConfigStatus = 0
	ReviewConfigStatus_REVIEW_CONFIG_STATUS_ACTIVE   ReviewConfigStatus = 1
	ReviewConfigStatus_REVIEW_CONFIG_STATUS_DISABLED ReviewConfigStatus = 2
)

func (ReviewConfigStatus) Descriptor

func (ReviewConfigStatus) Enum

func (ReviewConfigStatus) EnumDescriptor deprecated

func (ReviewConfigStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReviewConfigStatus.Descriptor instead.

func (ReviewConfigStatus) Number

func (ReviewConfigStatus) String

func (x ReviewConfigStatus) String() string

func (ReviewConfigStatus) Type

type ReviewConfigType

type ReviewConfigType int32
const (
	ReviewConfigType_REVIEW_CONFIG_TYPE_INVALID           ReviewConfigType = 0
	ReviewConfigType_REVIEW_CONFIG_TYPE_DEFAULT           ReviewConfigType = 1
	ReviewConfigType_REVIEW_CONFIG_TYPE_PROJECT_VERSION   ReviewConfigType = 2
	ReviewConfigType_REVIEW_CONFIG_TYPE_EXTENSION_VERSION ReviewConfigType = 3
)

func (ReviewConfigType) Descriptor

func (ReviewConfigType) Enum

func (ReviewConfigType) EnumDescriptor deprecated

func (ReviewConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReviewConfigType.Descriptor instead.

func (ReviewConfigType) Number

func (ReviewConfigType) String

func (x ReviewConfigType) String() string

func (ReviewConfigType) Type

type ReviewConfigUserRole

type ReviewConfigUserRole int32
const (
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_INVALID      ReviewConfigUserRole = 0
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_ADMIN        ReviewConfigUserRole = 1
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DEVELOPER    ReviewConfigUserRole = 2
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DATA_MANAGER ReviewConfigUserRole = 3
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_DATA_ANALYST ReviewConfigUserRole = 4
	ReviewConfigUserRole_REVIEW_CONFIG_USER_ROLE_VIEWER       ReviewConfigUserRole = 5
)

func (ReviewConfigUserRole) Descriptor

func (ReviewConfigUserRole) Enum

func (ReviewConfigUserRole) EnumDescriptor deprecated

func (ReviewConfigUserRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReviewConfigUserRole.Descriptor instead.

func (ReviewConfigUserRole) Number

func (ReviewConfigUserRole) String

func (x ReviewConfigUserRole) String() string

func (ReviewConfigUserRole) Type

type Service

type Service struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version       int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Identifier    string                 `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description   string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Render        *ElementRender         `protobuf:"bytes,5,opt,name=render,proto3" json:"render,omitempty"`
	Status        ServiceStatus          `protobuf:"varint,6,opt,name=status,proto3,enum=nem.ServiceStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Service) Descriptor deprecated

func (*Service) Descriptor() ([]byte, []int)

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetCreatedAt

func (x *Service) GetCreatedAt() *timestamppb.Timestamp

func (*Service) GetCreatedByUuid

func (x *Service) GetCreatedByUuid() string

func (*Service) GetDescription

func (x *Service) GetDescription() string

func (*Service) GetIdentifier

func (x *Service) GetIdentifier() string

func (*Service) GetRender

func (x *Service) GetRender() *ElementRender

func (*Service) GetStatus

func (x *Service) GetStatus() ServiceStatus

func (*Service) GetUpdatedAt

func (x *Service) GetUpdatedAt() *timestamppb.Timestamp

func (*Service) GetUpdatedByUuid

func (x *Service) GetUpdatedByUuid() string

func (*Service) GetUuid

func (x *Service) GetUuid() string

func (*Service) GetVersion

func (x *Service) GetVersion() int64

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

func (x *Service) ProtoReflect() protoreflect.Message

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceStatus

type ServiceStatus int32
const (
	ServiceStatus_SERVICE_STATUS_INVALID  ServiceStatus = 0
	ServiceStatus_SERVICE_STATUS_ACTIVE   ServiceStatus = 1
	ServiceStatus_SERVICE_STATUS_DISABLED ServiceStatus = 2
)

func (ServiceStatus) Descriptor

func (ServiceStatus) Enum

func (x ServiceStatus) Enum() *ServiceStatus

func (ServiceStatus) EnumDescriptor deprecated

func (ServiceStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceStatus.Descriptor instead.

func (ServiceStatus) Number

func (ServiceStatus) String

func (x ServiceStatus) String() string

func (ServiceStatus) Type

type Store

type Store struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Identifier    string                 `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Description   string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Status        StoreStatus            `protobuf:"varint,4,opt,name=status,proto3,enum=nem.StoreStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,7,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,8,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Store) Descriptor deprecated

func (*Store) Descriptor() ([]byte, []int)

Deprecated: Use Store.ProtoReflect.Descriptor instead.

func (*Store) GetCreatedAt

func (x *Store) GetCreatedAt() *timestamppb.Timestamp

func (*Store) GetCreatedByUuid

func (x *Store) GetCreatedByUuid() string

func (*Store) GetDescription

func (x *Store) GetDescription() string

func (*Store) GetIdentifier

func (x *Store) GetIdentifier() string

func (*Store) GetStatus

func (x *Store) GetStatus() StoreStatus

func (*Store) GetUpdatedAt

func (x *Store) GetUpdatedAt() *timestamppb.Timestamp

func (*Store) GetUpdatedByUuid

func (x *Store) GetUpdatedByUuid() string

func (*Store) GetUuid

func (x *Store) GetUuid() string

func (*Store) ProtoMessage

func (*Store) ProtoMessage()

func (*Store) ProtoReflect

func (x *Store) ProtoReflect() protoreflect.Message

func (*Store) Reset

func (x *Store) Reset()

func (*Store) String

func (x *Store) String() string

type StoreStatus

type StoreStatus int32
const (
	StoreStatus_STORE_STATUS_INVALID  StoreStatus = 0
	StoreStatus_STORE_STATUS_ACTIVE   StoreStatus = 1
	StoreStatus_STORE_STATUS_DISABLED StoreStatus = 2
)

func (StoreStatus) Descriptor

func (StoreStatus) Enum

func (x StoreStatus) Enum() *StoreStatus

func (StoreStatus) EnumDescriptor deprecated

func (StoreStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use StoreStatus.Descriptor instead.

func (StoreStatus) Number

func (x StoreStatus) Number() protoreflect.EnumNumber

func (StoreStatus) String

func (x StoreStatus) String() string

func (StoreStatus) Type

type TcpIpConnectionTypeConfig

type TcpIpConnectionTypeConfig struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Port     string `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"`
	Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*TcpIpConnectionTypeConfig) Descriptor deprecated

func (*TcpIpConnectionTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use TcpIpConnectionTypeConfig.ProtoReflect.Descriptor instead.

func (*TcpIpConnectionTypeConfig) GetHostname

func (x *TcpIpConnectionTypeConfig) GetHostname() string

func (*TcpIpConnectionTypeConfig) GetPassword

func (x *TcpIpConnectionTypeConfig) GetPassword() string

func (*TcpIpConnectionTypeConfig) GetPort

func (x *TcpIpConnectionTypeConfig) GetPort() string

func (*TcpIpConnectionTypeConfig) GetUsername

func (x *TcpIpConnectionTypeConfig) GetUsername() string

func (*TcpIpConnectionTypeConfig) ProtoMessage

func (*TcpIpConnectionTypeConfig) ProtoMessage()

func (*TcpIpConnectionTypeConfig) ProtoReflect

func (*TcpIpConnectionTypeConfig) Reset

func (x *TcpIpConnectionTypeConfig) Reset()

func (*TcpIpConnectionTypeConfig) String

func (x *TcpIpConnectionTypeConfig) String() string

type TcpIpSshConnectionTypeConfig

type TcpIpSshConnectionTypeConfig struct {
	SshHostname   string `protobuf:"bytes,1,opt,name=ssh_hostname,json=sshHostname,proto3" json:"ssh_hostname,omitempty"`
	SshUsername   string `protobuf:"bytes,2,opt,name=ssh_username,json=sshUsername,proto3" json:"ssh_username,omitempty"`
	SshPassword   string `protobuf:"bytes,3,opt,name=ssh_password,json=sshPassword,proto3" json:"ssh_password,omitempty"`
	SshKeyFile    string `protobuf:"bytes,4,opt,name=ssh_key_file,json=sshKeyFile,proto3" json:"ssh_key_file,omitempty"`
	UseSshKeyFile bool   `protobuf:"varint,5,opt,name=use_ssh_key_file,json=useSshKeyFile,proto3" json:"use_ssh_key_file,omitempty"`
	Hostname      string `protobuf:"bytes,6,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Port          string `protobuf:"bytes,7,opt,name=port,proto3" json:"port,omitempty"`
	Username      string `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"`
	Password      string `protobuf:"bytes,9,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*TcpIpSshConnectionTypeConfig) Descriptor deprecated

func (*TcpIpSshConnectionTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use TcpIpSshConnectionTypeConfig.ProtoReflect.Descriptor instead.

func (*TcpIpSshConnectionTypeConfig) GetHostname

func (x *TcpIpSshConnectionTypeConfig) GetHostname() string

func (*TcpIpSshConnectionTypeConfig) GetPassword

func (x *TcpIpSshConnectionTypeConfig) GetPassword() string

func (*TcpIpSshConnectionTypeConfig) GetPort

func (x *TcpIpSshConnectionTypeConfig) GetPort() string

func (*TcpIpSshConnectionTypeConfig) GetSshHostname

func (x *TcpIpSshConnectionTypeConfig) GetSshHostname() string

func (*TcpIpSshConnectionTypeConfig) GetSshKeyFile

func (x *TcpIpSshConnectionTypeConfig) GetSshKeyFile() string

func (*TcpIpSshConnectionTypeConfig) GetSshPassword

func (x *TcpIpSshConnectionTypeConfig) GetSshPassword() string

func (*TcpIpSshConnectionTypeConfig) GetSshUsername

func (x *TcpIpSshConnectionTypeConfig) GetSshUsername() string

func (*TcpIpSshConnectionTypeConfig) GetUseSshKeyFile

func (x *TcpIpSshConnectionTypeConfig) GetUseSshKeyFile() bool

func (*TcpIpSshConnectionTypeConfig) GetUsername

func (x *TcpIpSshConnectionTypeConfig) GetUsername() string

func (*TcpIpSshConnectionTypeConfig) ProtoMessage

func (*TcpIpSshConnectionTypeConfig) ProtoMessage()

func (*TcpIpSshConnectionTypeConfig) ProtoReflect

func (*TcpIpSshConnectionTypeConfig) Reset

func (x *TcpIpSshConnectionTypeConfig) Reset()

func (*TcpIpSshConnectionTypeConfig) String

type Team

type Team struct {
	Uuid             string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Version          int64                  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Name             string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Enviorments      []*Enviorment          `protobuf:"bytes,4,rep,name=enviorments,proto3" json:"enviorments,omitempty"`
	ReviewConfigs    []*ReviewConfig        `protobuf:"bytes,5,rep,name=review_configs,json=reviewConfigs,proto3" json:"review_configs,omitempty"`
	Memberships      []*Membership          `protobuf:"bytes,6,rep,name=memberships,proto3" json:"memberships,omitempty"`
	Stores           []*Store               `protobuf:"bytes,7,rep,name=stores,proto3" json:"stores,omitempty"`
	Connections      []*Connection          `protobuf:"bytes,8,rep,name=connections,proto3" json:"connections,omitempty"`
	ObjectStores     []*ObjectStore         `protobuf:"bytes,9,rep,name=object_stores,json=objectStores,proto3" json:"object_stores,omitempty"`
	OrganizationUuid string                 `protobuf:"bytes,10,opt,name=organization_uuid,json=organizationUuid,proto3" json:"organization_uuid,omitempty"`
	DefaultEntity    *Entity                `protobuf:"bytes,11,opt,name=default_entity,json=defaultEntity,proto3" json:"default_entity,omitempty"`
	Status           TeamStatus             `protobuf:"varint,12,opt,name=status,proto3,enum=nem.TeamStatus" json:"status,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid    string                 `protobuf:"bytes,15,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid    string                 `protobuf:"bytes,16,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Team) Descriptor deprecated

func (*Team) Descriptor() ([]byte, []int)

Deprecated: Use Team.ProtoReflect.Descriptor instead.

func (*Team) GetConnections

func (x *Team) GetConnections() []*Connection

func (*Team) GetCreatedAt

func (x *Team) GetCreatedAt() *timestamppb.Timestamp

func (*Team) GetCreatedByUuid

func (x *Team) GetCreatedByUuid() string

func (*Team) GetDefaultEntity

func (x *Team) GetDefaultEntity() *Entity

func (*Team) GetEnviorments

func (x *Team) GetEnviorments() []*Enviorment

func (*Team) GetMemberships

func (x *Team) GetMemberships() []*Membership

func (*Team) GetName

func (x *Team) GetName() string

func (*Team) GetObjectStores

func (x *Team) GetObjectStores() []*ObjectStore

func (*Team) GetOrganizationUuid

func (x *Team) GetOrganizationUuid() string

func (*Team) GetReviewConfigs

func (x *Team) GetReviewConfigs() []*ReviewConfig

func (*Team) GetStatus

func (x *Team) GetStatus() TeamStatus

func (*Team) GetStores

func (x *Team) GetStores() []*Store

func (*Team) GetUpdatedAt

func (x *Team) GetUpdatedAt() *timestamppb.Timestamp

func (*Team) GetUpdatedByUuid

func (x *Team) GetUpdatedByUuid() string

func (*Team) GetUuid

func (x *Team) GetUuid() string

func (*Team) GetVersion

func (x *Team) GetVersion() int64

func (*Team) ProtoMessage

func (*Team) ProtoMessage()

func (*Team) ProtoReflect

func (x *Team) ProtoReflect() protoreflect.Message

func (*Team) Reset

func (x *Team) Reset()

func (*Team) String

func (x *Team) String() string

type TeamStatus

type TeamStatus int32
const (
	TeamStatus_TEAM_STATUS_INVALID  TeamStatus = 0
	TeamStatus_TEAM_STATUS_ACTIVE   TeamStatus = 1
	TeamStatus_TEAM_STATUS_DISABLED TeamStatus = 2
)

func (TeamStatus) Descriptor

func (TeamStatus) Descriptor() protoreflect.EnumDescriptor

func (TeamStatus) Enum

func (x TeamStatus) Enum() *TeamStatus

func (TeamStatus) EnumDescriptor deprecated

func (TeamStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use TeamStatus.Descriptor instead.

func (TeamStatus) Number

func (x TeamStatus) Number() protoreflect.EnumNumber

func (TeamStatus) String

func (x TeamStatus) String() string

func (TeamStatus) Type

type UnimplementedNemServer

type UnimplementedNemServer struct{}

UnimplementedNemServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedNemServer) CreateChangeRequest

func (UnimplementedNemServer) CreateExtension

func (UnimplementedNemServer) CreateExtensionExecution

func (UnimplementedNemServer) CreateExtensionVersion

func (UnimplementedNemServer) CreateOrganization

func (UnimplementedNemServer) CreateProject

func (UnimplementedNemServer) CreateProjectVersion

func (UnimplementedNemServer) CreateTeam

func (UnimplementedNemServer) CreateUser

func (UnimplementedNemServer) CreateUserConnection added in v0.0.44

func (UnimplementedNemServer) CreateUserTeam

func (UnimplementedNemServer) ListExtensions

func (UnimplementedNemServer) ListProjects

func (UnimplementedNemServer) ListTeams

func (UnimplementedNemServer) ListUserConnections added in v0.0.44

func (UnimplementedNemServer) ListUserTeams

func (UnimplementedNemServer) ListUsers

func (UnimplementedNemServer) UpdateChangeRequest

func (UnimplementedNemServer) UpdateExtension

func (UnimplementedNemServer) UpdateExtensionExecution

func (UnimplementedNemServer) UpdateExtensionVersion

func (UnimplementedNemServer) UpdateOrganization

func (UnimplementedNemServer) UpdateProject

func (UnimplementedNemServer) UpdateProjectVersion

func (UnimplementedNemServer) UpdateTeam

func (UnimplementedNemServer) UpdateUser

func (UnimplementedNemServer) UpdateUserConnection added in v0.0.44

func (UnimplementedNemServer) UpdateUserTeam

type UnsafeNemServer

type UnsafeNemServer interface {
	// contains filtered or unexported methods
}

UnsafeNemServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NemServer will result in compilation errors.

type UpdateChangeRequestRequest

type UpdateChangeRequestRequest struct {
	ChangeRequest *ChangeRequest `protobuf:"bytes,1,opt,name=change_request,json=changeRequest,proto3" json:"change_request,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateChangeRequestRequest) Descriptor deprecated

func (*UpdateChangeRequestRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateChangeRequestRequest.ProtoReflect.Descriptor instead.

func (*UpdateChangeRequestRequest) GetChangeRequest

func (x *UpdateChangeRequestRequest) GetChangeRequest() *ChangeRequest

func (*UpdateChangeRequestRequest) GetUpdateMask

func (x *UpdateChangeRequestRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateChangeRequestRequest) ProtoMessage

func (*UpdateChangeRequestRequest) ProtoMessage()

func (*UpdateChangeRequestRequest) ProtoReflect

func (*UpdateChangeRequestRequest) Reset

func (x *UpdateChangeRequestRequest) Reset()

func (*UpdateChangeRequestRequest) String

func (x *UpdateChangeRequestRequest) String() string

type UpdateExtensionExecutionRequest

type UpdateExtensionExecutionRequest struct {
	ExtensionExecution *ExtensionExecution `protobuf:"bytes,1,opt,name=extension_execution,json=extensionExecution,proto3" json:"extension_execution,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateExtensionExecutionRequest) Descriptor deprecated

func (*UpdateExtensionExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExtensionExecutionRequest.ProtoReflect.Descriptor instead.

func (*UpdateExtensionExecutionRequest) GetExtensionExecution

func (x *UpdateExtensionExecutionRequest) GetExtensionExecution() *ExtensionExecution

func (*UpdateExtensionExecutionRequest) GetUpdateMask

func (*UpdateExtensionExecutionRequest) ProtoMessage

func (*UpdateExtensionExecutionRequest) ProtoMessage()

func (*UpdateExtensionExecutionRequest) ProtoReflect

func (*UpdateExtensionExecutionRequest) Reset

func (*UpdateExtensionExecutionRequest) String

type UpdateExtensionRequest

type UpdateExtensionRequest struct {
	Extension *Extension `protobuf:"bytes,1,opt,name=extension,proto3" json:"extension,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateExtensionRequest) Descriptor deprecated

func (*UpdateExtensionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExtensionRequest.ProtoReflect.Descriptor instead.

func (*UpdateExtensionRequest) GetExtension

func (x *UpdateExtensionRequest) GetExtension() *Extension

func (*UpdateExtensionRequest) GetUpdateMask

func (x *UpdateExtensionRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateExtensionRequest) ProtoMessage

func (*UpdateExtensionRequest) ProtoMessage()

func (*UpdateExtensionRequest) ProtoReflect

func (x *UpdateExtensionRequest) ProtoReflect() protoreflect.Message

func (*UpdateExtensionRequest) Reset

func (x *UpdateExtensionRequest) Reset()

func (*UpdateExtensionRequest) String

func (x *UpdateExtensionRequest) String() string

type UpdateExtensionVersionRequest

type UpdateExtensionVersionRequest struct {
	ExtensionVersion *ExtensionVersion `protobuf:"bytes,1,opt,name=extension_version,json=extensionVersion,proto3" json:"extension_version,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateExtensionVersionRequest) Descriptor deprecated

func (*UpdateExtensionVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExtensionVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateExtensionVersionRequest) GetExtensionVersion

func (x *UpdateExtensionVersionRequest) GetExtensionVersion() *ExtensionVersion

func (*UpdateExtensionVersionRequest) GetUpdateMask

func (*UpdateExtensionVersionRequest) ProtoMessage

func (*UpdateExtensionVersionRequest) ProtoMessage()

func (*UpdateExtensionVersionRequest) ProtoReflect

func (*UpdateExtensionVersionRequest) Reset

func (x *UpdateExtensionVersionRequest) Reset()

func (*UpdateExtensionVersionRequest) String

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) Descriptor deprecated

func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetOrganization

func (x *UpdateOrganizationRequest) GetOrganization() *Organization

func (*UpdateOrganizationRequest) GetUpdateMask

func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetProject

func (x *UpdateProjectRequest) GetProject() *Project

func (*UpdateProjectRequest) GetUpdateMask

func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

type UpdateProjectVersionRequest

type UpdateProjectVersionRequest struct {
	ProjectVersion *ProjectVersion `protobuf:"bytes,1,opt,name=project_version,json=projectVersion,proto3" json:"project_version,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectVersionRequest) Descriptor deprecated

func (*UpdateProjectVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectVersionRequest) GetProjectVersion

func (x *UpdateProjectVersionRequest) GetProjectVersion() *ProjectVersion

func (*UpdateProjectVersionRequest) GetUpdateMask

func (*UpdateProjectVersionRequest) ProtoMessage

func (*UpdateProjectVersionRequest) ProtoMessage()

func (*UpdateProjectVersionRequest) ProtoReflect

func (*UpdateProjectVersionRequest) Reset

func (x *UpdateProjectVersionRequest) Reset()

func (*UpdateProjectVersionRequest) String

func (x *UpdateProjectVersionRequest) String() string

type UpdateTeamRequest

type UpdateTeamRequest struct {
	Team *Team `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTeamRequest) Descriptor deprecated

func (*UpdateTeamRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTeamRequest.ProtoReflect.Descriptor instead.

func (*UpdateTeamRequest) GetTeam

func (x *UpdateTeamRequest) GetTeam() *Team

func (*UpdateTeamRequest) GetUpdateMask

func (x *UpdateTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateTeamRequest) ProtoMessage

func (*UpdateTeamRequest) ProtoMessage()

func (*UpdateTeamRequest) ProtoReflect

func (x *UpdateTeamRequest) ProtoReflect() protoreflect.Message

func (*UpdateTeamRequest) Reset

func (x *UpdateTeamRequest) Reset()

func (*UpdateTeamRequest) String

func (x *UpdateTeamRequest) String() string

type UpdateUserConnectionRequest added in v0.0.44

type UpdateUserConnectionRequest struct {
	UserConnection *UserConnection `protobuf:"bytes,1,opt,name=user_connection,json=userConnection,proto3" json:"user_connection,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserConnectionRequest) Descriptor deprecated added in v0.0.44

func (*UpdateUserConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserConnectionRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserConnectionRequest) GetUpdateMask added in v0.0.44

func (*UpdateUserConnectionRequest) GetUserConnection added in v0.0.44

func (x *UpdateUserConnectionRequest) GetUserConnection() *UserConnection

func (*UpdateUserConnectionRequest) ProtoMessage added in v0.0.44

func (*UpdateUserConnectionRequest) ProtoMessage()

func (*UpdateUserConnectionRequest) ProtoReflect added in v0.0.44

func (*UpdateUserConnectionRequest) Reset added in v0.0.44

func (x *UpdateUserConnectionRequest) Reset()

func (*UpdateUserConnectionRequest) String added in v0.0.44

func (x *UpdateUserConnectionRequest) String() string

type UpdateUserRequest

type UpdateUserRequest struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetUpdateMask

func (x *UpdateUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateUserRequest) GetUser

func (x *UpdateUserRequest) GetUser() *User

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserTeamRequest

type UpdateUserTeamRequest struct {
	UserTeam *UserTeam `protobuf:"bytes,1,opt,name=user_team,json=userTeam,proto3" json:"user_team,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserTeamRequest) Descriptor deprecated

func (*UpdateUserTeamRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserTeamRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserTeamRequest) GetUpdateMask

func (x *UpdateUserTeamRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateUserTeamRequest) GetUserTeam

func (x *UpdateUserTeamRequest) GetUserTeam() *UserTeam

func (*UpdateUserTeamRequest) ProtoMessage

func (*UpdateUserTeamRequest) ProtoMessage()

func (*UpdateUserTeamRequest) ProtoReflect

func (x *UpdateUserTeamRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserTeamRequest) Reset

func (x *UpdateUserTeamRequest) Reset()

func (*UpdateUserTeamRequest) String

func (x *UpdateUserTeamRequest) String() string

type User

type User struct {
	Uuid        string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Identifier  string                 `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Name        string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	LastName    string                 `protobuf:"bytes,4,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Email       string                 `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	UserType    UserUserType           `protobuf:"varint,6,opt,name=user_type,json=userType,proto3,enum=nem.UserUserType" json:"user_type,omitempty"`
	CountryIos2 string                 `protobuf:"bytes,7,opt,name=country_ios2,json=countryIos2,proto3" json:"country_ios2,omitempty"`
	Locale      string                 `protobuf:"bytes,8,opt,name=locale,proto3" json:"locale,omitempty"`
	Metadata    string                 `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Status      UserStatus             `protobuf:"varint,10,opt,name=status,proto3,enum=nem.UserStatus" json:"status,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCountryIos2

func (x *User) GetCountryIos2() string

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() *timestamppb.Timestamp

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetIdentifier

func (x *User) GetIdentifier() string

func (*User) GetLastName

func (x *User) GetLastName() string

func (*User) GetLocale

func (x *User) GetLocale() string

func (*User) GetMetadata

func (x *User) GetMetadata() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetStatus

func (x *User) GetStatus() UserStatus

func (*User) GetUpdatedAt

func (x *User) GetUpdatedAt() *timestamppb.Timestamp

func (*User) GetUserType

func (x *User) GetUserType() UserUserType

func (*User) GetUuid

func (x *User) GetUuid() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserConnection added in v0.0.44

type UserConnection struct {
	Uuid               string                     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid           string                     `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	ProjectUuid        string                     `protobuf:"bytes,3,opt,name=project_uuid,json=projectUuid,proto3" json:"project_uuid,omitempty"`
	ProjectVersionUuid string                     `protobuf:"bytes,4,opt,name=project_version_uuid,json=projectVersionUuid,proto3" json:"project_version_uuid,omitempty"`
	Type               UserConnectionType         `protobuf:"varint,5,opt,name=type,proto3,enum=nem.UserConnectionType" json:"type,omitempty"`
	TypeConfig         *UserConnectionTypeConfig  `protobuf:"bytes,6,opt,name=type_config,json=typeConfig,proto3" json:"type_config,omitempty"`
	DbSchema           string                     `protobuf:"bytes,7,opt,name=db_schema,json=dbSchema,proto3" json:"db_schema,omitempty"`
	Executions         []*UserConnectionExecution `protobuf:"bytes,8,rep,name=executions,proto3" json:"executions,omitempty"`
	Status             UserConnectionStatus       `protobuf:"varint,9,opt,name=status,proto3,enum=nem.UserConnectionStatus" json:"status,omitempty"`
	CreatedAt          *timestamppb.Timestamp     `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt          *timestamppb.Timestamp     `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*UserConnection) Descriptor deprecated added in v0.0.44

func (*UserConnection) Descriptor() ([]byte, []int)

Deprecated: Use UserConnection.ProtoReflect.Descriptor instead.

func (*UserConnection) GetCreatedAt added in v0.0.44

func (x *UserConnection) GetCreatedAt() *timestamppb.Timestamp

func (*UserConnection) GetDbSchema added in v0.0.45

func (x *UserConnection) GetDbSchema() string

func (*UserConnection) GetExecutions added in v0.0.44

func (x *UserConnection) GetExecutions() []*UserConnectionExecution

func (*UserConnection) GetProjectUuid added in v0.0.44

func (x *UserConnection) GetProjectUuid() string

func (*UserConnection) GetProjectVersionUuid added in v0.0.44

func (x *UserConnection) GetProjectVersionUuid() string

func (*UserConnection) GetStatus added in v0.0.44

func (x *UserConnection) GetStatus() UserConnectionStatus

func (*UserConnection) GetType added in v0.0.44

func (x *UserConnection) GetType() UserConnectionType

func (*UserConnection) GetTypeConfig added in v0.0.44

func (x *UserConnection) GetTypeConfig() *UserConnectionTypeConfig

func (*UserConnection) GetUpdatedAt added in v0.0.44

func (x *UserConnection) GetUpdatedAt() *timestamppb.Timestamp

func (*UserConnection) GetUserUuid added in v0.0.44

func (x *UserConnection) GetUserUuid() string

func (*UserConnection) GetUuid added in v0.0.44

func (x *UserConnection) GetUuid() string

func (*UserConnection) ProtoMessage added in v0.0.44

func (*UserConnection) ProtoMessage()

func (*UserConnection) ProtoReflect added in v0.0.44

func (x *UserConnection) ProtoReflect() protoreflect.Message

func (*UserConnection) Reset added in v0.0.44

func (x *UserConnection) Reset()

func (*UserConnection) String added in v0.0.44

func (x *UserConnection) String() string

type UserConnectionExecution added in v0.0.44

type UserConnectionExecution struct {
	Uuid          string                        `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Status        UserConnectionExecutionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nem.UserConnectionExecutionStatus" json:"status,omitempty"`
	ResultsPath   string                        `protobuf:"bytes,3,opt,name=results_path,json=resultsPath,proto3" json:"results_path,omitempty"`
	StartedAt     *timestamppb.Timestamp        `protobuf:"bytes,4,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt    *timestamppb.Timestamp        `protobuf:"bytes,5,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	EstimatedTime string                        `protobuf:"bytes,6,opt,name=estimated_time,json=estimatedTime,proto3" json:"estimated_time,omitempty"`
	UserMsg       string                        `protobuf:"bytes,7,opt,name=user_msg,json=userMsg,proto3" json:"user_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*UserConnectionExecution) Descriptor deprecated added in v0.0.44

func (*UserConnectionExecution) Descriptor() ([]byte, []int)

Deprecated: Use UserConnectionExecution.ProtoReflect.Descriptor instead.

func (*UserConnectionExecution) GetEstimatedTime added in v0.0.44

func (x *UserConnectionExecution) GetEstimatedTime() string

func (*UserConnectionExecution) GetFinishedAt added in v0.0.44

func (x *UserConnectionExecution) GetFinishedAt() *timestamppb.Timestamp

func (*UserConnectionExecution) GetResultsPath added in v0.0.44

func (x *UserConnectionExecution) GetResultsPath() string

func (*UserConnectionExecution) GetStartedAt added in v0.0.44

func (x *UserConnectionExecution) GetStartedAt() *timestamppb.Timestamp

func (*UserConnectionExecution) GetStatus added in v0.0.44

func (*UserConnectionExecution) GetUserMsg added in v0.0.44

func (x *UserConnectionExecution) GetUserMsg() string

func (*UserConnectionExecution) GetUuid added in v0.0.44

func (x *UserConnectionExecution) GetUuid() string

func (*UserConnectionExecution) ProtoMessage added in v0.0.44

func (*UserConnectionExecution) ProtoMessage()

func (*UserConnectionExecution) ProtoReflect added in v0.0.44

func (x *UserConnectionExecution) ProtoReflect() protoreflect.Message

func (*UserConnectionExecution) Reset added in v0.0.44

func (x *UserConnectionExecution) Reset()

func (*UserConnectionExecution) String added in v0.0.44

func (x *UserConnectionExecution) String() string

type UserConnectionExecutionStatus added in v0.0.44

type UserConnectionExecutionStatus int32
const (
	UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_INVALID   UserConnectionExecutionStatus = 0
	UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_SUCCEEDED UserConnectionExecutionStatus = 1
	UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_FAILED    UserConnectionExecutionStatus = 2
	UserConnectionExecutionStatus_USER_CONNECTION_EXECUTION_STATUS_CANCELLED UserConnectionExecutionStatus = 3
)

func (UserConnectionExecutionStatus) Descriptor added in v0.0.44

func (UserConnectionExecutionStatus) Enum added in v0.0.44

func (UserConnectionExecutionStatus) EnumDescriptor deprecated added in v0.0.44

func (UserConnectionExecutionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserConnectionExecutionStatus.Descriptor instead.

func (UserConnectionExecutionStatus) Number added in v0.0.44

func (UserConnectionExecutionStatus) String added in v0.0.44

func (UserConnectionExecutionStatus) Type added in v0.0.44

type UserConnectionLocalConfig added in v0.0.44

type UserConnectionLocalConfig struct {
	IpAddress string                          `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	DbType    UserConnectionLocalConfigDbType `protobuf:"varint,2,opt,name=db_type,json=dbType,proto3,enum=nem.UserConnectionLocalConfigDbType" json:"db_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UserConnectionLocalConfig) Descriptor deprecated added in v0.0.44

func (*UserConnectionLocalConfig) Descriptor() ([]byte, []int)

Deprecated: Use UserConnectionLocalConfig.ProtoReflect.Descriptor instead.

func (*UserConnectionLocalConfig) GetDbType added in v0.0.44

func (*UserConnectionLocalConfig) GetIpAddress added in v0.0.44

func (x *UserConnectionLocalConfig) GetIpAddress() string

func (*UserConnectionLocalConfig) ProtoMessage added in v0.0.44

func (*UserConnectionLocalConfig) ProtoMessage()

func (*UserConnectionLocalConfig) ProtoReflect added in v0.0.44

func (*UserConnectionLocalConfig) Reset added in v0.0.44

func (x *UserConnectionLocalConfig) Reset()

func (*UserConnectionLocalConfig) String added in v0.0.44

func (x *UserConnectionLocalConfig) String() string

type UserConnectionLocalConfigDbType added in v0.0.44

type UserConnectionLocalConfigDbType int32
const (
	UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_INVALID  UserConnectionLocalConfigDbType = 0
	UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_MYSQL    UserConnectionLocalConfigDbType = 1
	UserConnectionLocalConfigDbType_USER_CONNECTION_LOCAL_CONFIG_DB_TYPE_POSTGRES UserConnectionLocalConfigDbType = 2
)

func (UserConnectionLocalConfigDbType) Descriptor added in v0.0.44

func (UserConnectionLocalConfigDbType) Enum added in v0.0.44

func (UserConnectionLocalConfigDbType) EnumDescriptor deprecated added in v0.0.44

func (UserConnectionLocalConfigDbType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserConnectionLocalConfigDbType.Descriptor instead.

func (UserConnectionLocalConfigDbType) Number added in v0.0.44

func (UserConnectionLocalConfigDbType) String added in v0.0.44

func (UserConnectionLocalConfigDbType) Type added in v0.0.44

type UserConnectionRemoteConfig added in v0.0.44

type UserConnectionRemoteConfig struct {
	TeamUuid       string `protobuf:"bytes,1,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"`
	StoreUuid      string `protobuf:"bytes,2,opt,name=store_uuid,json=storeUuid,proto3" json:"store_uuid,omitempty"`
	ConnectionUuid string `protobuf:"bytes,3,opt,name=connection_uuid,json=connectionUuid,proto3" json:"connection_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*UserConnectionRemoteConfig) Descriptor deprecated added in v0.0.44

func (*UserConnectionRemoteConfig) Descriptor() ([]byte, []int)

Deprecated: Use UserConnectionRemoteConfig.ProtoReflect.Descriptor instead.

func (*UserConnectionRemoteConfig) GetConnectionUuid added in v0.0.44

func (x *UserConnectionRemoteConfig) GetConnectionUuid() string

func (*UserConnectionRemoteConfig) GetStoreUuid added in v0.0.44

func (x *UserConnectionRemoteConfig) GetStoreUuid() string

func (*UserConnectionRemoteConfig) GetTeamUuid added in v0.0.44

func (x *UserConnectionRemoteConfig) GetTeamUuid() string

func (*UserConnectionRemoteConfig) ProtoMessage added in v0.0.44

func (*UserConnectionRemoteConfig) ProtoMessage()

func (*UserConnectionRemoteConfig) ProtoReflect added in v0.0.44

func (*UserConnectionRemoteConfig) Reset added in v0.0.44

func (x *UserConnectionRemoteConfig) Reset()

func (*UserConnectionRemoteConfig) String added in v0.0.44

func (x *UserConnectionRemoteConfig) String() string

type UserConnectionStatus added in v0.0.44

type UserConnectionStatus int32
const (
	UserConnectionStatus_USER_CONNECTION_STATUS_INVALID  UserConnectionStatus = 0
	UserConnectionStatus_USER_CONNECTION_STATUS_ACTIVE   UserConnectionStatus = 1
	UserConnectionStatus_USER_CONNECTION_STATUS_DISABLED UserConnectionStatus = 2
)

func (UserConnectionStatus) Descriptor added in v0.0.44

func (UserConnectionStatus) Enum added in v0.0.44

func (UserConnectionStatus) EnumDescriptor deprecated added in v0.0.44

func (UserConnectionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserConnectionStatus.Descriptor instead.

func (UserConnectionStatus) Number added in v0.0.44

func (UserConnectionStatus) String added in v0.0.44

func (x UserConnectionStatus) String() string

func (UserConnectionStatus) Type added in v0.0.44

type UserConnectionType added in v0.0.44

type UserConnectionType int32
const (
	UserConnectionType_USER_CONNECTION_TYPE_INVALID UserConnectionType = 0
	UserConnectionType_USER_CONNECTION_TYPE_LOCAL   UserConnectionType = 1
	UserConnectionType_USER_CONNECTION_TYPE_REMOTE  UserConnectionType = 2
)

func (UserConnectionType) Descriptor added in v0.0.44

func (UserConnectionType) Enum added in v0.0.44

func (UserConnectionType) EnumDescriptor deprecated added in v0.0.44

func (UserConnectionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserConnectionType.Descriptor instead.

func (UserConnectionType) Number added in v0.0.44

func (UserConnectionType) String added in v0.0.44

func (x UserConnectionType) String() string

func (UserConnectionType) Type added in v0.0.44

type UserConnectionTypeConfig added in v0.0.44

type UserConnectionTypeConfig struct {
	Local  *UserConnectionLocalConfig  `protobuf:"bytes,1,opt,name=local,proto3" json:"local,omitempty"`
	Remote *UserConnectionRemoteConfig `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"`
	// contains filtered or unexported fields
}

func (*UserConnectionTypeConfig) Descriptor deprecated added in v0.0.44

func (*UserConnectionTypeConfig) Descriptor() ([]byte, []int)

Deprecated: Use UserConnectionTypeConfig.ProtoReflect.Descriptor instead.

func (*UserConnectionTypeConfig) GetLocal added in v0.0.44

func (*UserConnectionTypeConfig) GetRemote added in v0.0.44

func (*UserConnectionTypeConfig) ProtoMessage added in v0.0.44

func (*UserConnectionTypeConfig) ProtoMessage()

func (*UserConnectionTypeConfig) ProtoReflect added in v0.0.44

func (x *UserConnectionTypeConfig) ProtoReflect() protoreflect.Message

func (*UserConnectionTypeConfig) Reset added in v0.0.44

func (x *UserConnectionTypeConfig) Reset()

func (*UserConnectionTypeConfig) String added in v0.0.44

func (x *UserConnectionTypeConfig) String() string

type UserStatus

type UserStatus int32
const (
	UserStatus_USER_STATUS_INVALID  UserStatus = 0
	UserStatus_USER_STATUS_ACTIVE   UserStatus = 1
	UserStatus_USER_STATUS_DISABLED UserStatus = 2
)

func (UserStatus) Descriptor

func (UserStatus) Descriptor() protoreflect.EnumDescriptor

func (UserStatus) Enum

func (x UserStatus) Enum() *UserStatus

func (UserStatus) EnumDescriptor deprecated

func (UserStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserStatus.Descriptor instead.

func (UserStatus) Number

func (x UserStatus) Number() protoreflect.EnumNumber

func (UserStatus) String

func (x UserStatus) String() string

func (UserStatus) Type

type UserTeam

type UserTeam struct {
	Uuid          string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string                 `protobuf:"bytes,2,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	UserEmail     string                 `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	TeamUuid      string                 `protobuf:"bytes,4,opt,name=team_uuid,json=teamUuid,proto3" json:"team_uuid,omitempty"`
	Roles         []UserTeamRole         `protobuf:"varint,5,rep,packed,name=roles,proto3,enum=nem.UserTeamRole" json:"roles,omitempty"`
	Status        UserTeamStatus         `protobuf:"varint,6,opt,name=status,proto3,enum=nem.UserTeamStatus" json:"status,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid string                 `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid string                 `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTeam) Descriptor deprecated

func (*UserTeam) Descriptor() ([]byte, []int)

Deprecated: Use UserTeam.ProtoReflect.Descriptor instead.

func (*UserTeam) GetCreatedAt

func (x *UserTeam) GetCreatedAt() *timestamppb.Timestamp

func (*UserTeam) GetCreatedByUuid

func (x *UserTeam) GetCreatedByUuid() string

func (*UserTeam) GetRoles

func (x *UserTeam) GetRoles() []UserTeamRole

func (*UserTeam) GetStatus

func (x *UserTeam) GetStatus() UserTeamStatus

func (*UserTeam) GetTeamUuid

func (x *UserTeam) GetTeamUuid() string

func (*UserTeam) GetUpdatedAt

func (x *UserTeam) GetUpdatedAt() *timestamppb.Timestamp

func (*UserTeam) GetUpdatedByUuid

func (x *UserTeam) GetUpdatedByUuid() string

func (*UserTeam) GetUserEmail

func (x *UserTeam) GetUserEmail() string

func (*UserTeam) GetUserUuid

func (x *UserTeam) GetUserUuid() string

func (*UserTeam) GetUuid

func (x *UserTeam) GetUuid() string

func (*UserTeam) ProtoMessage

func (*UserTeam) ProtoMessage()

func (*UserTeam) ProtoReflect

func (x *UserTeam) ProtoReflect() protoreflect.Message

func (*UserTeam) Reset

func (x *UserTeam) Reset()

func (*UserTeam) String

func (x *UserTeam) String() string

type UserTeamRole

type UserTeamRole int32
const (
	UserTeamRole_USER_TEAM_ROLE_INVALID      UserTeamRole = 0
	UserTeamRole_USER_TEAM_ROLE_ADMIN        UserTeamRole = 1
	UserTeamRole_USER_TEAM_ROLE_DEVELOPER    UserTeamRole = 2
	UserTeamRole_USER_TEAM_ROLE_DATA_MANAGER UserTeamRole = 3
	UserTeamRole_USER_TEAM_ROLE_DATA_ANALYST UserTeamRole = 4
	UserTeamRole_USER_TEAM_ROLE_VIEWER       UserTeamRole = 5
)

func (UserTeamRole) Descriptor

func (UserTeamRole) Enum

func (x UserTeamRole) Enum() *UserTeamRole

func (UserTeamRole) EnumDescriptor deprecated

func (UserTeamRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserTeamRole.Descriptor instead.

func (UserTeamRole) Number

func (UserTeamRole) String

func (x UserTeamRole) String() string

func (UserTeamRole) Type

type UserTeamStatus

type UserTeamStatus int32
const (
	UserTeamStatus_USER_TEAM_STATUS_INVALID  UserTeamStatus = 0
	UserTeamStatus_USER_TEAM_STATUS_ACTIVE   UserTeamStatus = 1
	UserTeamStatus_USER_TEAM_STATUS_DISABLED UserTeamStatus = 2
	UserTeamStatus_USER_TEAM_STATUS_INVITED  UserTeamStatus = 3
)

func (UserTeamStatus) Descriptor

func (UserTeamStatus) Enum

func (x UserTeamStatus) Enum() *UserTeamStatus

func (UserTeamStatus) EnumDescriptor deprecated

func (UserTeamStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserTeamStatus.Descriptor instead.

func (UserTeamStatus) Number

func (UserTeamStatus) String

func (x UserTeamStatus) String() string

func (UserTeamStatus) Type

type UserUserType

type UserUserType int32
const (
	UserUserType_USER_USER_TYPE_INVALID UserUserType = 0
	UserUserType_USER_USER_TYPE_ADMIN   UserUserType = 1
	UserUserType_USER_USER_TYPE_REGULAR UserUserType = 2
)

func (UserUserType) Descriptor

func (UserUserType) Enum

func (x UserUserType) Enum() *UserUserType

func (UserUserType) EnumDescriptor deprecated

func (UserUserType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserUserType.Descriptor instead.

func (UserUserType) Number

func (UserUserType) String

func (x UserUserType) String() string

func (UserUserType) Type

type Visibility

type Visibility struct {
	Uuid              string                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Description       string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	OrganizationUuids []string               `protobuf:"bytes,3,rep,name=organization_uuids,json=organizationUuids,proto3" json:"organization_uuids,omitempty"`
	TeamUuids         []string               `protobuf:"bytes,4,rep,name=team_uuids,json=teamUuids,proto3" json:"team_uuids,omitempty"`
	UserUuids         []string               `protobuf:"bytes,5,rep,name=user_uuids,json=userUuids,proto3" json:"user_uuids,omitempty"`
	Roles             []VisibilityRole       `protobuf:"varint,6,rep,packed,name=roles,proto3,enum=nem.VisibilityRole" json:"roles,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CreatedByUuid     string                 `protobuf:"bytes,9,opt,name=created_by_uuid,json=createdByUuid,proto3" json:"created_by_uuid,omitempty"`
	UpdatedByUuid     string                 `protobuf:"bytes,10,opt,name=updated_by_uuid,json=updatedByUuid,proto3" json:"updated_by_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Visibility) Descriptor deprecated

func (*Visibility) Descriptor() ([]byte, []int)

Deprecated: Use Visibility.ProtoReflect.Descriptor instead.

func (*Visibility) GetCreatedAt

func (x *Visibility) GetCreatedAt() *timestamppb.Timestamp

func (*Visibility) GetCreatedByUuid

func (x *Visibility) GetCreatedByUuid() string

func (*Visibility) GetDescription

func (x *Visibility) GetDescription() string

func (*Visibility) GetOrganizationUuids

func (x *Visibility) GetOrganizationUuids() []string

func (*Visibility) GetRoles

func (x *Visibility) GetRoles() []VisibilityRole

func (*Visibility) GetTeamUuids

func (x *Visibility) GetTeamUuids() []string

func (*Visibility) GetUpdatedAt

func (x *Visibility) GetUpdatedAt() *timestamppb.Timestamp

func (*Visibility) GetUpdatedByUuid

func (x *Visibility) GetUpdatedByUuid() string

func (*Visibility) GetUserUuids

func (x *Visibility) GetUserUuids() []string

func (*Visibility) GetUuid

func (x *Visibility) GetUuid() string

func (*Visibility) ProtoMessage

func (*Visibility) ProtoMessage()

func (*Visibility) ProtoReflect

func (x *Visibility) ProtoReflect() protoreflect.Message

func (*Visibility) Reset

func (x *Visibility) Reset()

func (*Visibility) String

func (x *Visibility) String() string

type VisibilityRole

type VisibilityRole int32
const (
	VisibilityRole_VISIBILITY_ROLE_INVALID      VisibilityRole = 0
	VisibilityRole_VISIBILITY_ROLE_ADMIN        VisibilityRole = 1
	VisibilityRole_VISIBILITY_ROLE_DEVELOPER    VisibilityRole = 2
	VisibilityRole_VISIBILITY_ROLE_DATA_MANAGER VisibilityRole = 3
	VisibilityRole_VISIBILITY_ROLE_DATA_ANALYST VisibilityRole = 4
	VisibilityRole_VISIBILITY_ROLE_VIEWER       VisibilityRole = 5
)

func (VisibilityRole) Descriptor

func (VisibilityRole) Enum

func (x VisibilityRole) Enum() *VisibilityRole

func (VisibilityRole) EnumDescriptor deprecated

func (VisibilityRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use VisibilityRole.Descriptor instead.

func (VisibilityRole) Number

func (VisibilityRole) String

func (x VisibilityRole) String() string

func (VisibilityRole) Type

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL