v1

package
v0.4.580 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_metaprov_modelaapi_services_userroleclass_v1_userroleclass_proto protoreflect.FileDescriptor

Functions

func RegisterUserRoleClassServiceServer

func RegisterUserRoleClassServiceServer(s *grpc.Server, srv UserRoleClassServiceServer)

Types

type CreateUserRoleClassRequest

type CreateUserRoleClassRequest struct {
	Role *v1alpha1.UserRoleClass `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRoleClassRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRoleClassRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRoleClassRequest) GetRole

func (*CreateUserRoleClassRequest) ProtoMessage

func (*CreateUserRoleClassRequest) ProtoMessage()

func (*CreateUserRoleClassRequest) ProtoReflect

func (*CreateUserRoleClassRequest) Reset

func (x *CreateUserRoleClassRequest) Reset()

func (*CreateUserRoleClassRequest) String

func (x *CreateUserRoleClassRequest) String() string

type CreateUserRoleClassResponse

type CreateUserRoleClassResponse struct {
	// contains filtered or unexported fields
}

func (*CreateUserRoleClassResponse) Descriptor deprecated

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

Deprecated: Use CreateUserRoleClassResponse.ProtoReflect.Descriptor instead.

func (*CreateUserRoleClassResponse) ProtoMessage

func (*CreateUserRoleClassResponse) ProtoMessage()

func (*CreateUserRoleClassResponse) ProtoReflect

func (*CreateUserRoleClassResponse) Reset

func (x *CreateUserRoleClassResponse) Reset()

func (*CreateUserRoleClassResponse) String

func (x *CreateUserRoleClassResponse) String() string

type DeleteUserRoleClassRequest

type DeleteUserRoleClassRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRoleClassRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRoleClassRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRoleClassRequest) GetName

func (x *DeleteUserRoleClassRequest) GetName() string

func (*DeleteUserRoleClassRequest) GetNamespace

func (x *DeleteUserRoleClassRequest) GetNamespace() string

func (*DeleteUserRoleClassRequest) ProtoMessage

func (*DeleteUserRoleClassRequest) ProtoMessage()

func (*DeleteUserRoleClassRequest) ProtoReflect

func (*DeleteUserRoleClassRequest) Reset

func (x *DeleteUserRoleClassRequest) Reset()

func (*DeleteUserRoleClassRequest) String

func (x *DeleteUserRoleClassRequest) String() string

type DeleteUserRoleClassResponse

type DeleteUserRoleClassResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserRoleClassResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserRoleClassResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserRoleClassResponse) ProtoMessage

func (*DeleteUserRoleClassResponse) ProtoMessage()

func (*DeleteUserRoleClassResponse) ProtoReflect

func (*DeleteUserRoleClassResponse) Reset

func (x *DeleteUserRoleClassResponse) Reset()

func (*DeleteUserRoleClassResponse) String

func (x *DeleteUserRoleClassResponse) String() string

type GetUserRoleClassRequest

type GetUserRoleClassRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRoleClassRequest) Descriptor deprecated

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

Deprecated: Use GetUserRoleClassRequest.ProtoReflect.Descriptor instead.

func (*GetUserRoleClassRequest) GetName

func (x *GetUserRoleClassRequest) GetName() string

func (*GetUserRoleClassRequest) GetNamespace

func (x *GetUserRoleClassRequest) GetNamespace() string

func (*GetUserRoleClassRequest) ProtoMessage

func (*GetUserRoleClassRequest) ProtoMessage()

func (*GetUserRoleClassRequest) ProtoReflect

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

func (*GetUserRoleClassRequest) Reset

func (x *GetUserRoleClassRequest) Reset()

func (*GetUserRoleClassRequest) String

func (x *GetUserRoleClassRequest) String() string

type GetUserRoleClassResponse

type GetUserRoleClassResponse struct {
	Role *v1alpha1.UserRoleClass `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	Yaml string                  `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRoleClassResponse) Descriptor deprecated

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

Deprecated: Use GetUserRoleClassResponse.ProtoReflect.Descriptor instead.

func (*GetUserRoleClassResponse) GetRole

func (*GetUserRoleClassResponse) GetYaml

func (x *GetUserRoleClassResponse) GetYaml() string

func (*GetUserRoleClassResponse) ProtoMessage

func (*GetUserRoleClassResponse) ProtoMessage()

func (*GetUserRoleClassResponse) ProtoReflect

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

func (*GetUserRoleClassResponse) Reset

func (x *GetUserRoleClassResponse) Reset()

func (*GetUserRoleClassResponse) String

func (x *GetUserRoleClassResponse) String() string

type ListUserRoleClasssRequest

type ListUserRoleClasssRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	PageSize  int32             `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string            `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string            `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserRoleClasssRequest) Descriptor deprecated

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

Deprecated: Use ListUserRoleClasssRequest.ProtoReflect.Descriptor instead.

func (*ListUserRoleClasssRequest) GetLabels

func (x *ListUserRoleClasssRequest) GetLabels() map[string]string

func (*ListUserRoleClasssRequest) GetNamespace

func (x *ListUserRoleClasssRequest) GetNamespace() string

func (*ListUserRoleClasssRequest) GetOrderBy

func (x *ListUserRoleClasssRequest) GetOrderBy() string

func (*ListUserRoleClasssRequest) GetPageSize

func (x *ListUserRoleClasssRequest) GetPageSize() int32

func (*ListUserRoleClasssRequest) GetPageToken

func (x *ListUserRoleClasssRequest) GetPageToken() string

func (*ListUserRoleClasssRequest) ProtoMessage

func (*ListUserRoleClasssRequest) ProtoMessage()

func (*ListUserRoleClasssRequest) ProtoReflect

func (*ListUserRoleClasssRequest) Reset

func (x *ListUserRoleClasssRequest) Reset()

func (*ListUserRoleClasssRequest) String

func (x *ListUserRoleClasssRequest) String() string

type ListUserRoleClasssResponse

type ListUserRoleClasssResponse struct {
	Roles         *v1alpha1.UserRoleClassList `protobuf:"bytes,1,opt,name=roles,proto3" json:"roles,omitempty"`
	NextPageToken string                      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserRoleClasssResponse) Descriptor deprecated

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

Deprecated: Use ListUserRoleClasssResponse.ProtoReflect.Descriptor instead.

func (*ListUserRoleClasssResponse) GetNextPageToken

func (x *ListUserRoleClasssResponse) GetNextPageToken() string

func (*ListUserRoleClasssResponse) GetRoles

func (*ListUserRoleClasssResponse) ProtoMessage

func (*ListUserRoleClasssResponse) ProtoMessage()

func (*ListUserRoleClasssResponse) ProtoReflect

func (*ListUserRoleClasssResponse) Reset

func (x *ListUserRoleClasssResponse) Reset()

func (*ListUserRoleClasssResponse) String

func (x *ListUserRoleClasssResponse) String() string

type UnimplementedUserRoleClassServiceServer

type UnimplementedUserRoleClassServiceServer struct {
}

UnimplementedUserRoleClassServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserRoleClassServiceServer) CreateUserRoleClass

func (*UnimplementedUserRoleClassServiceServer) DeleteUserRoleClass

func (*UnimplementedUserRoleClassServiceServer) GetUserRoleClass

func (*UnimplementedUserRoleClassServiceServer) ListUserRoleClasss

func (*UnimplementedUserRoleClassServiceServer) UpdateUserRoleClass

type UpdateUserRoleClassRequest

type UpdateUserRoleClassRequest struct {
	Role       *v1alpha1.UserRoleClass `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	UpdateMask *field_mask.FieldMask   `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRoleClassRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserRoleClassRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRoleClassRequest) GetRole

func (*UpdateUserRoleClassRequest) GetUpdateMask

func (x *UpdateUserRoleClassRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateUserRoleClassRequest) ProtoMessage

func (*UpdateUserRoleClassRequest) ProtoMessage()

func (*UpdateUserRoleClassRequest) ProtoReflect

func (*UpdateUserRoleClassRequest) Reset

func (x *UpdateUserRoleClassRequest) Reset()

func (*UpdateUserRoleClassRequest) String

func (x *UpdateUserRoleClassRequest) String() string

type UpdateUserRoleClassResponse

type UpdateUserRoleClassResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateUserRoleClassResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserRoleClassResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserRoleClassResponse) ProtoMessage

func (*UpdateUserRoleClassResponse) ProtoMessage()

func (*UpdateUserRoleClassResponse) ProtoReflect

func (*UpdateUserRoleClassResponse) Reset

func (x *UpdateUserRoleClassResponse) Reset()

func (*UpdateUserRoleClassResponse) String

func (x *UpdateUserRoleClassResponse) String() string

type UserRoleClassCreateResponse

type UserRoleClassCreateResponse struct {
	// contains filtered or unexported fields
}

func (*UserRoleClassCreateResponse) Descriptor deprecated

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

Deprecated: Use UserRoleClassCreateResponse.ProtoReflect.Descriptor instead.

func (*UserRoleClassCreateResponse) ProtoMessage

func (*UserRoleClassCreateResponse) ProtoMessage()

func (*UserRoleClassCreateResponse) ProtoReflect

func (*UserRoleClassCreateResponse) Reset

func (x *UserRoleClassCreateResponse) Reset()

func (*UserRoleClassCreateResponse) String

func (x *UserRoleClassCreateResponse) String() string

type UserRoleClassLoginRequest

type UserRoleClassLoginRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Password  string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRoleClassLoginRequest) Descriptor deprecated

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

Deprecated: Use UserRoleClassLoginRequest.ProtoReflect.Descriptor instead.

func (*UserRoleClassLoginRequest) GetName

func (x *UserRoleClassLoginRequest) GetName() string

func (*UserRoleClassLoginRequest) GetNamespace

func (x *UserRoleClassLoginRequest) GetNamespace() string

func (*UserRoleClassLoginRequest) GetPassword

func (x *UserRoleClassLoginRequest) GetPassword() string

func (*UserRoleClassLoginRequest) ProtoMessage

func (*UserRoleClassLoginRequest) ProtoMessage()

func (*UserRoleClassLoginRequest) ProtoReflect

func (*UserRoleClassLoginRequest) Reset

func (x *UserRoleClassLoginRequest) Reset()

func (*UserRoleClassLoginRequest) String

func (x *UserRoleClassLoginRequest) String() string

type UserRoleClassLoginResponse

type UserRoleClassLoginResponse struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // jwt token
	// contains filtered or unexported fields
}

func (*UserRoleClassLoginResponse) Descriptor deprecated

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

Deprecated: Use UserRoleClassLoginResponse.ProtoReflect.Descriptor instead.

func (*UserRoleClassLoginResponse) GetToken

func (x *UserRoleClassLoginResponse) GetToken() string

func (*UserRoleClassLoginResponse) ProtoMessage

func (*UserRoleClassLoginResponse) ProtoMessage()

func (*UserRoleClassLoginResponse) ProtoReflect

func (*UserRoleClassLoginResponse) Reset

func (x *UserRoleClassLoginResponse) Reset()

func (*UserRoleClassLoginResponse) String

func (x *UserRoleClassLoginResponse) String() string

type UserRoleClassResponse

type UserRoleClassResponse struct {
	// contains filtered or unexported fields
}

func (*UserRoleClassResponse) Descriptor deprecated

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

Deprecated: Use UserRoleClassResponse.ProtoReflect.Descriptor instead.

func (*UserRoleClassResponse) ProtoMessage

func (*UserRoleClassResponse) ProtoMessage()

func (*UserRoleClassResponse) ProtoReflect

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

func (*UserRoleClassResponse) Reset

func (x *UserRoleClassResponse) Reset()

func (*UserRoleClassResponse) String

func (x *UserRoleClassResponse) String() string

type UserRoleClassServiceClient

type UserRoleClassServiceClient interface {
	ListUserRoleClasss(ctx context.Context, in *ListUserRoleClasssRequest, opts ...grpc.CallOption) (*ListUserRoleClasssResponse, error)
	CreateUserRoleClass(ctx context.Context, in *CreateUserRoleClassRequest, opts ...grpc.CallOption) (*CreateUserRoleClassResponse, error)
	GetUserRoleClass(ctx context.Context, in *GetUserRoleClassRequest, opts ...grpc.CallOption) (*GetUserRoleClassResponse, error)
	UpdateUserRoleClass(ctx context.Context, in *UpdateUserRoleClassRequest, opts ...grpc.CallOption) (*UpdateUserRoleClassResponse, error)
	DeleteUserRoleClass(ctx context.Context, in *DeleteUserRoleClassRequest, opts ...grpc.CallOption) (*DeleteUserRoleClassResponse, error)
}

UserRoleClassServiceClient is the client API for UserRoleClassService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type UserRoleClassServiceServer

UserRoleClassServiceServer is the server API for UserRoleClassService service.

Jump to

Keyboard shortcuts

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