role_binding_client

package
v1.0.38 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetRoleBindingsDescriptor added in v0.4.28

type BatchGetRoleBindingsDescriptor struct{}

func GetBatchGetRoleBindingsDescriptor added in v0.4.28

func GetBatchGetRoleBindingsDescriptor() *BatchGetRoleBindingsDescriptor

func (*BatchGetRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetApiName() string

func (*BatchGetRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetFullMethodName() string

func (*BatchGetRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetMethodName() string

func (*BatchGetRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetProtoPkgName() string

func (*BatchGetRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetServiceDomain() string

func (*BatchGetRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetServiceVersion() string

func (*BatchGetRoleBindingsDescriptor) GetVerb added in v0.4.28

func (*BatchGetRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) HasResource() bool

func (*BatchGetRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsClientStream() bool

func (*BatchGetRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) IsCollection() bool

func (*BatchGetRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) IsPlural() bool

func (*BatchGetRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsServerStream() bool

func (*BatchGetRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsUnary() bool

func (*BatchGetRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) RequestHasResourceBody() bool

type BatchGetRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type BatchGetRoleBindingsDescriptorClientMsgHandle struct{}

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type BatchGetRoleBindingsDescriptorServerMsgHandle struct{}

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetRoleBindingsRequest

type BatchGetRoleBindingsRequest struct {

	// Names of RoleBindings
	Names []*role_binding.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetRoleBindings][ntt.iam.v1alpha2.BatchGetRoleBindings]

func (*BatchGetRoleBindingsRequest) Descriptor

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

Deprecated, Use BatchGetRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetRoleBindingsRequest) GetFieldMask

func (*BatchGetRoleBindingsRequest) GetNames

func (*BatchGetRoleBindingsRequest) GetView

func (m *BatchGetRoleBindingsRequest) GetView() view.View

func (*BatchGetRoleBindingsRequest) GotenMessage

func (*BatchGetRoleBindingsRequest) GotenMessage()

func (*BatchGetRoleBindingsRequest) GotenValidate

func (obj *BatchGetRoleBindingsRequest) GotenValidate() error

func (*BatchGetRoleBindingsRequest) Marshal

func (m *BatchGetRoleBindingsRequest) Marshal() ([]byte, error)

func (*BatchGetRoleBindingsRequest) MarshalJSON

func (m *BatchGetRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsRequest) ProtoMessage

func (*BatchGetRoleBindingsRequest) ProtoMessage()

func (*BatchGetRoleBindingsRequest) ProtoReflect

func (m *BatchGetRoleBindingsRequest) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsRequest) Reset

func (m *BatchGetRoleBindingsRequest) Reset()

func (*BatchGetRoleBindingsRequest) SetFieldMask

func (*BatchGetRoleBindingsRequest) SetNames

func (m *BatchGetRoleBindingsRequest) SetNames(fv []*role_binding.Name)

func (*BatchGetRoleBindingsRequest) SetView

func (m *BatchGetRoleBindingsRequest) SetView(fv view.View)

func (*BatchGetRoleBindingsRequest) String

func (m *BatchGetRoleBindingsRequest) String() string

func (*BatchGetRoleBindingsRequest) Unmarshal

func (m *BatchGetRoleBindingsRequest) Unmarshal(b []byte) error

func (*BatchGetRoleBindingsRequest) UnmarshalJSON

func (m *BatchGetRoleBindingsRequest) UnmarshalJSON(data []byte) error

type BatchGetRoleBindingsResponse

type BatchGetRoleBindingsResponse struct {

	// found RoleBindings
	RoleBindings []*role_binding.RoleBinding `protobuf:"bytes,1,rep,name=role_bindings,json=roleBindings,proto3" json:"role_bindings,omitempty" firestore:"roleBindings"`
	// list of not found RoleBindings
	Missing []*role_binding.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse) Descriptor

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

Deprecated, Use BatchGetRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetRoleBindingsResponse) GetMissing

func (m *BatchGetRoleBindingsResponse) GetMissing() []*role_binding.Name

func (*BatchGetRoleBindingsResponse) GetRoleBindings

func (m *BatchGetRoleBindingsResponse) GetRoleBindings() []*role_binding.RoleBinding

func (*BatchGetRoleBindingsResponse) GotenMessage

func (*BatchGetRoleBindingsResponse) GotenMessage()

func (*BatchGetRoleBindingsResponse) GotenValidate

func (obj *BatchGetRoleBindingsResponse) GotenValidate() error

func (*BatchGetRoleBindingsResponse) Marshal

func (m *BatchGetRoleBindingsResponse) Marshal() ([]byte, error)

func (*BatchGetRoleBindingsResponse) MarshalJSON

func (m *BatchGetRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsResponse) ProtoMessage

func (*BatchGetRoleBindingsResponse) ProtoMessage()

func (*BatchGetRoleBindingsResponse) ProtoReflect

func (m *BatchGetRoleBindingsResponse) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsResponse) Reset

func (m *BatchGetRoleBindingsResponse) Reset()

func (*BatchGetRoleBindingsResponse) SetMissing

func (m *BatchGetRoleBindingsResponse) SetMissing(fv []*role_binding.Name)

func (*BatchGetRoleBindingsResponse) SetRoleBindings

func (m *BatchGetRoleBindingsResponse) SetRoleBindings(fv []*role_binding.RoleBinding)

func (*BatchGetRoleBindingsResponse) String

func (*BatchGetRoleBindingsResponse) Unmarshal

func (m *BatchGetRoleBindingsResponse) Unmarshal(b []byte) error

func (*BatchGetRoleBindingsResponse) UnmarshalJSON

func (m *BatchGetRoleBindingsResponse) UnmarshalJSON(data []byte) error

type CreateRoleBindingDescriptor added in v0.4.28

type CreateRoleBindingDescriptor struct{}

func GetCreateRoleBindingDescriptor added in v0.4.28

func GetCreateRoleBindingDescriptor() *CreateRoleBindingDescriptor

func (*CreateRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetApiName() string

func (*CreateRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetFullMethodName() string

func (*CreateRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetMethodName() string

func (*CreateRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetProtoPkgName() string

func (*CreateRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

func (d *CreateRoleBindingDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetServiceDomain() string

func (*CreateRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetServiceVersion() string

func (*CreateRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetVerb() string

func (*CreateRoleBindingDescriptor) HasResource added in v0.4.30

func (d *CreateRoleBindingDescriptor) HasResource() bool

func (*CreateRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsClientStream() bool

func (*CreateRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *CreateRoleBindingDescriptor) IsCollection() bool

func (*CreateRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *CreateRoleBindingDescriptor) IsPlural() bool

func (*CreateRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsServerStream() bool

func (*CreateRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsUnary() bool

func (*CreateRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *CreateRoleBindingDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *CreateRoleBindingDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateRoleBindingDescriptor) RequestHasResourceBody() bool

type CreateRoleBindingDescriptorClientMsgHandle added in v0.4.28

type CreateRoleBindingDescriptorClientMsgHandle struct{}

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateRoleBindingDescriptorServerMsgHandle added in v0.4.28

type CreateRoleBindingDescriptorServerMsgHandle struct{}

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateRoleBindingRequest

type CreateRoleBindingRequest struct {

	// Parent name of ntt.iam.v1alpha2.RoleBinding
	Parent *role_binding.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// RoleBinding resource body
	RoleBinding *role_binding.RoleBinding `protobuf:"bytes,2,opt,name=role_binding,json=roleBinding,proto3" json:"role_binding,omitempty" firestore:"roleBinding"`
	// contains filtered or unexported fields
}

Request message for method [CreateRoleBinding][ntt.iam.v1alpha2.CreateRoleBinding]

func (*CreateRoleBindingRequest) Descriptor

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

Deprecated, Use CreateRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleBindingRequest) GetParent

func (*CreateRoleBindingRequest) GetRoleBinding

func (m *CreateRoleBindingRequest) GetRoleBinding() *role_binding.RoleBinding

func (*CreateRoleBindingRequest) GotenMessage

func (*CreateRoleBindingRequest) GotenMessage()

func (*CreateRoleBindingRequest) GotenValidate

func (obj *CreateRoleBindingRequest) GotenValidate() error

func (*CreateRoleBindingRequest) Marshal

func (m *CreateRoleBindingRequest) Marshal() ([]byte, error)

func (*CreateRoleBindingRequest) MarshalJSON

func (m *CreateRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*CreateRoleBindingRequest) ProtoMessage

func (*CreateRoleBindingRequest) ProtoMessage()

func (*CreateRoleBindingRequest) ProtoReflect

func (m *CreateRoleBindingRequest) ProtoReflect() preflect.Message

func (*CreateRoleBindingRequest) Reset

func (m *CreateRoleBindingRequest) Reset()

func (*CreateRoleBindingRequest) SetParent

func (*CreateRoleBindingRequest) SetRoleBinding

func (m *CreateRoleBindingRequest) SetRoleBinding(fv *role_binding.RoleBinding)

func (*CreateRoleBindingRequest) String

func (m *CreateRoleBindingRequest) String() string

func (*CreateRoleBindingRequest) Unmarshal

func (m *CreateRoleBindingRequest) Unmarshal(b []byte) error

func (*CreateRoleBindingRequest) UnmarshalJSON

func (m *CreateRoleBindingRequest) UnmarshalJSON(data []byte) error

type DeleteRoleBindingDescriptor added in v0.4.28

type DeleteRoleBindingDescriptor struct{}

func GetDeleteRoleBindingDescriptor added in v0.4.28

func GetDeleteRoleBindingDescriptor() *DeleteRoleBindingDescriptor

func (*DeleteRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetApiName() string

func (*DeleteRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetFullMethodName() string

func (*DeleteRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetMethodName() string

func (*DeleteRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetProtoPkgName() string

func (*DeleteRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

func (d *DeleteRoleBindingDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetServiceDomain() string

func (*DeleteRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetServiceVersion() string

func (*DeleteRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetVerb() string

func (*DeleteRoleBindingDescriptor) HasResource added in v0.4.30

func (d *DeleteRoleBindingDescriptor) HasResource() bool

func (*DeleteRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsClientStream() bool

func (*DeleteRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *DeleteRoleBindingDescriptor) IsCollection() bool

func (*DeleteRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *DeleteRoleBindingDescriptor) IsPlural() bool

func (*DeleteRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsServerStream() bool

func (*DeleteRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsUnary() bool

func (*DeleteRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *DeleteRoleBindingDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *DeleteRoleBindingDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteRoleBindingDescriptor) RequestHasResourceBody() bool

type DeleteRoleBindingDescriptorClientMsgHandle added in v0.4.28

type DeleteRoleBindingDescriptorClientMsgHandle struct{}

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteRoleBindingDescriptorServerMsgHandle added in v0.4.28

type DeleteRoleBindingDescriptorServerMsgHandle struct{}

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteRoleBindingRequest

type DeleteRoleBindingRequest struct {

	// Name of ntt.iam.v1alpha2.RoleBinding
	Name *role_binding.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteRoleBinding][ntt.iam.v1alpha2.DeleteRoleBinding]

func (*DeleteRoleBindingRequest) Descriptor

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

Deprecated, Use DeleteRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoleBindingRequest) GetName

func (*DeleteRoleBindingRequest) GotenMessage

func (*DeleteRoleBindingRequest) GotenMessage()

func (*DeleteRoleBindingRequest) GotenValidate

func (obj *DeleteRoleBindingRequest) GotenValidate() error

func (*DeleteRoleBindingRequest) Marshal

func (m *DeleteRoleBindingRequest) Marshal() ([]byte, error)

func (*DeleteRoleBindingRequest) MarshalJSON

func (m *DeleteRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*DeleteRoleBindingRequest) ProtoMessage

func (*DeleteRoleBindingRequest) ProtoMessage()

func (*DeleteRoleBindingRequest) ProtoReflect

func (m *DeleteRoleBindingRequest) ProtoReflect() preflect.Message

func (*DeleteRoleBindingRequest) Reset

func (m *DeleteRoleBindingRequest) Reset()

func (*DeleteRoleBindingRequest) SetName

func (m *DeleteRoleBindingRequest) SetName(fv *role_binding.Name)

func (*DeleteRoleBindingRequest) String

func (m *DeleteRoleBindingRequest) String() string

func (*DeleteRoleBindingRequest) Unmarshal

func (m *DeleteRoleBindingRequest) Unmarshal(b []byte) error

func (*DeleteRoleBindingRequest) UnmarshalJSON

func (m *DeleteRoleBindingRequest) UnmarshalJSON(data []byte) error

type GetRoleBindingDescriptor added in v0.4.28

type GetRoleBindingDescriptor struct{}

func GetGetRoleBindingDescriptor added in v0.4.28

func GetGetRoleBindingDescriptor() *GetRoleBindingDescriptor

func (*GetRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetRoleBindingDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetApiName() string

func (*GetRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetRoleBindingDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetFullMethodName() string

func (*GetRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetMethodName() string

func (*GetRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetProtoPkgName() string

func (*GetRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetRoleBindingDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetRoleBindingDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *GetRoleBindingDescriptor) GetServiceDomain() string

func (*GetRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *GetRoleBindingDescriptor) GetServiceVersion() string

func (*GetRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *GetRoleBindingDescriptor) GetVerb() string

func (*GetRoleBindingDescriptor) HasResource added in v0.4.30

func (d *GetRoleBindingDescriptor) HasResource() bool

func (*GetRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *GetRoleBindingDescriptor) IsClientStream() bool

func (*GetRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *GetRoleBindingDescriptor) IsCollection() bool

func (*GetRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *GetRoleBindingDescriptor) IsPlural() bool

func (*GetRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *GetRoleBindingDescriptor) IsServerStream() bool

func (*GetRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *GetRoleBindingDescriptor) IsUnary() bool

func (*GetRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetRoleBindingDescriptor) NewEmptyClientMsg() proto.Message

func (*GetRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetRoleBindingDescriptor) NewEmptyServerMsg() proto.Message

func (*GetRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetRoleBindingDescriptor) RequestHasResourceBody() bool

type GetRoleBindingDescriptorClientMsgHandle added in v0.4.28

type GetRoleBindingDescriptorClientMsgHandle struct{}

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetRoleBindingDescriptorServerMsgHandle added in v0.4.28

type GetRoleBindingDescriptorServerMsgHandle struct{}

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetRoleBindingRequest

type GetRoleBindingRequest struct {

	// Name of ntt.iam.v1alpha2.RoleBinding
	Name *role_binding.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetRoleBinding][ntt.iam.v1alpha2.GetRoleBinding]

func (*GetRoleBindingRequest) Descriptor

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

Deprecated, Use GetRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*GetRoleBindingRequest) GetFieldMask

func (*GetRoleBindingRequest) GetName

func (m *GetRoleBindingRequest) GetName() *role_binding.Name

func (*GetRoleBindingRequest) GetView

func (m *GetRoleBindingRequest) GetView() view.View

func (*GetRoleBindingRequest) GotenMessage

func (*GetRoleBindingRequest) GotenMessage()

func (*GetRoleBindingRequest) GotenValidate

func (obj *GetRoleBindingRequest) GotenValidate() error

func (*GetRoleBindingRequest) Marshal

func (m *GetRoleBindingRequest) Marshal() ([]byte, error)

func (*GetRoleBindingRequest) MarshalJSON

func (m *GetRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*GetRoleBindingRequest) ProtoMessage

func (*GetRoleBindingRequest) ProtoMessage()

func (*GetRoleBindingRequest) ProtoReflect

func (m *GetRoleBindingRequest) ProtoReflect() preflect.Message

func (*GetRoleBindingRequest) Reset

func (m *GetRoleBindingRequest) Reset()

func (*GetRoleBindingRequest) SetFieldMask

func (*GetRoleBindingRequest) SetName

func (m *GetRoleBindingRequest) SetName(fv *role_binding.Name)

func (*GetRoleBindingRequest) SetView

func (m *GetRoleBindingRequest) SetView(fv view.View)

func (*GetRoleBindingRequest) String

func (m *GetRoleBindingRequest) String() string

func (*GetRoleBindingRequest) Unmarshal

func (m *GetRoleBindingRequest) Unmarshal(b []byte) error

func (*GetRoleBindingRequest) UnmarshalJSON

func (m *GetRoleBindingRequest) UnmarshalJSON(data []byte) error

type ListRoleBindingsDescriptor added in v0.4.28

type ListRoleBindingsDescriptor struct{}

func GetListRoleBindingsDescriptor added in v0.4.28

func GetListRoleBindingsDescriptor() *ListRoleBindingsDescriptor

func (*ListRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetApiName() string

func (*ListRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetFullMethodName() string

func (*ListRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetMethodName() string

func (*ListRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetProtoPkgName() string

func (*ListRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListRoleBindingsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetServiceDomain() string

func (*ListRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetServiceVersion() string

func (*ListRoleBindingsDescriptor) GetVerb added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetVerb() string

func (*ListRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *ListRoleBindingsDescriptor) HasResource() bool

func (*ListRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsClientStream() bool

func (*ListRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *ListRoleBindingsDescriptor) IsCollection() bool

func (*ListRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *ListRoleBindingsDescriptor) IsPlural() bool

func (*ListRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsServerStream() bool

func (*ListRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsUnary() bool

func (*ListRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListRoleBindingsDescriptor) NewEmptyClientMsg() proto.Message

func (*ListRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListRoleBindingsDescriptor) NewEmptyServerMsg() proto.Message

func (*ListRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListRoleBindingsDescriptor) RequestHasResourceBody() bool

type ListRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type ListRoleBindingsDescriptorClientMsgHandle struct{}

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type ListRoleBindingsDescriptorServerMsgHandle struct{}

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListRoleBindingsRequest

type ListRoleBindingsRequest struct {

	// Parent name of ntt.iam.v1alpha2.RoleBinding
	Parent *role_binding.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RoleBindings than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListRoleBindingsResponse.next_page_token][ntt.iam.v1alpha2.ListRoleBindingsResponse.next_page_token]
	PageToken *role_binding.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *role_binding.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *role_binding.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListRoleBindings][ntt.iam.v1alpha2.ListRoleBindings]

func (*ListRoleBindingsRequest) Descriptor

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

Deprecated, Use ListRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*ListRoleBindingsRequest) GetFieldMask

func (*ListRoleBindingsRequest) GetFilter

func (*ListRoleBindingsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListRoleBindingsRequest) GetIncludePagingInfo() bool

func (*ListRoleBindingsRequest) GetOrderBy

func (m *ListRoleBindingsRequest) GetOrderBy() *role_binding.OrderBy

func (*ListRoleBindingsRequest) GetPageSize

func (m *ListRoleBindingsRequest) GetPageSize() int32

func (*ListRoleBindingsRequest) GetPageToken

func (*ListRoleBindingsRequest) GetParent

func (*ListRoleBindingsRequest) GetView

func (m *ListRoleBindingsRequest) GetView() view.View

func (*ListRoleBindingsRequest) GotenMessage

func (*ListRoleBindingsRequest) GotenMessage()

func (*ListRoleBindingsRequest) GotenValidate

func (obj *ListRoleBindingsRequest) GotenValidate() error

func (*ListRoleBindingsRequest) Marshal

func (m *ListRoleBindingsRequest) Marshal() ([]byte, error)

func (*ListRoleBindingsRequest) MarshalJSON

func (m *ListRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsRequest) ProtoMessage

func (*ListRoleBindingsRequest) ProtoMessage()

func (*ListRoleBindingsRequest) ProtoReflect

func (m *ListRoleBindingsRequest) ProtoReflect() preflect.Message

func (*ListRoleBindingsRequest) Reset

func (m *ListRoleBindingsRequest) Reset()

func (*ListRoleBindingsRequest) SetFieldMask

func (*ListRoleBindingsRequest) SetFilter

func (m *ListRoleBindingsRequest) SetFilter(fv *role_binding.Filter)

func (*ListRoleBindingsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListRoleBindingsRequest) SetIncludePagingInfo(fv bool)

func (*ListRoleBindingsRequest) SetOrderBy

func (m *ListRoleBindingsRequest) SetOrderBy(fv *role_binding.OrderBy)

func (*ListRoleBindingsRequest) SetPageSize

func (m *ListRoleBindingsRequest) SetPageSize(fv int32)

func (*ListRoleBindingsRequest) SetPageToken

func (m *ListRoleBindingsRequest) SetPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsRequest) SetParent

func (*ListRoleBindingsRequest) SetView

func (m *ListRoleBindingsRequest) SetView(fv view.View)

func (*ListRoleBindingsRequest) String

func (m *ListRoleBindingsRequest) String() string

func (*ListRoleBindingsRequest) Unmarshal

func (m *ListRoleBindingsRequest) Unmarshal(b []byte) error

func (*ListRoleBindingsRequest) UnmarshalJSON

func (m *ListRoleBindingsRequest) UnmarshalJSON(data []byte) error

type ListRoleBindingsResponse

type ListRoleBindingsResponse struct {

	// The list of RoleBindings
	RoleBindings []*role_binding.RoleBinding `protobuf:"bytes,1,rep,name=role_bindings,json=roleBindings,proto3" json:"role_bindings,omitempty" firestore:"roleBindings"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListRoleBindingsRequest.page_token][ntt.iam.v1alpha2.ListRoleBindingsRequest.page_token]
	PrevPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListRoleBindingsRequest.page_token][ntt.iam.v1alpha2.ListRoleBindingsRequest.page_token]
	NextPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total RoleBindings across all pages or 0, if there are no items,
	// paging info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListRoleBindings][ntt.iam.v1alpha2.ListRoleBindings]

func (*ListRoleBindingsResponse) Descriptor

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

Deprecated, Use ListRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*ListRoleBindingsResponse) GetCurrentOffset added in v0.10.1

func (m *ListRoleBindingsResponse) GetCurrentOffset() int32

func (*ListRoleBindingsResponse) GetNextPageToken

func (m *ListRoleBindingsResponse) GetNextPageToken() *role_binding.PagerCursor

func (*ListRoleBindingsResponse) GetPrevPageToken

func (m *ListRoleBindingsResponse) GetPrevPageToken() *role_binding.PagerCursor

func (*ListRoleBindingsResponse) GetRoleBindings

func (m *ListRoleBindingsResponse) GetRoleBindings() []*role_binding.RoleBinding

func (*ListRoleBindingsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListRoleBindingsResponse) GetTotalResultsCount() int32

func (*ListRoleBindingsResponse) GotenMessage

func (*ListRoleBindingsResponse) GotenMessage()

func (*ListRoleBindingsResponse) GotenValidate

func (obj *ListRoleBindingsResponse) GotenValidate() error

func (*ListRoleBindingsResponse) Marshal

func (m *ListRoleBindingsResponse) Marshal() ([]byte, error)

func (*ListRoleBindingsResponse) MarshalJSON

func (m *ListRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsResponse) ProtoMessage

func (*ListRoleBindingsResponse) ProtoMessage()

func (*ListRoleBindingsResponse) ProtoReflect

func (m *ListRoleBindingsResponse) ProtoReflect() preflect.Message

func (*ListRoleBindingsResponse) Reset

func (m *ListRoleBindingsResponse) Reset()

func (*ListRoleBindingsResponse) SetCurrentOffset added in v0.10.1

func (m *ListRoleBindingsResponse) SetCurrentOffset(fv int32)

func (*ListRoleBindingsResponse) SetNextPageToken

func (m *ListRoleBindingsResponse) SetNextPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsResponse) SetPrevPageToken

func (m *ListRoleBindingsResponse) SetPrevPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsResponse) SetRoleBindings

func (m *ListRoleBindingsResponse) SetRoleBindings(fv []*role_binding.RoleBinding)

func (*ListRoleBindingsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListRoleBindingsResponse) SetTotalResultsCount(fv int32)

func (*ListRoleBindingsResponse) String

func (m *ListRoleBindingsResponse) String() string

func (*ListRoleBindingsResponse) Unmarshal

func (m *ListRoleBindingsResponse) Unmarshal(b []byte) error

func (*ListRoleBindingsResponse) UnmarshalJSON

func (m *ListRoleBindingsResponse) UnmarshalJSON(data []byte) error

type RoleBindingServiceClient

RoleBindingServiceClient is the client API for RoleBindingService.

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

type RoleBindingServiceDescriptor added in v0.4.28

type RoleBindingServiceDescriptor struct{}

func GetRoleBindingServiceDescriptor added in v0.4.28

func GetRoleBindingServiceDescriptor() *RoleBindingServiceDescriptor

func (*RoleBindingServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *RoleBindingServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*RoleBindingServiceDescriptor) GetApiName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetApiName() string

func (*RoleBindingServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetFullAPIName() string

func (*RoleBindingServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetProtoPkgName() string

func (*RoleBindingServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetServiceDomain() string

func (*RoleBindingServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetServiceVersion() string

type UpdateRoleBindingDescriptor added in v0.4.28

type UpdateRoleBindingDescriptor struct{}

func GetUpdateRoleBindingDescriptor added in v0.4.28

func GetUpdateRoleBindingDescriptor() *UpdateRoleBindingDescriptor

func (*UpdateRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetApiName() string

func (*UpdateRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetFullMethodName() string

func (*UpdateRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetMethodName() string

func (*UpdateRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetProtoPkgName() string

func (*UpdateRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

func (d *UpdateRoleBindingDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetServiceDomain() string

func (*UpdateRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetServiceVersion() string

func (*UpdateRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetVerb() string

func (*UpdateRoleBindingDescriptor) HasResource added in v0.4.30

func (d *UpdateRoleBindingDescriptor) HasResource() bool

func (*UpdateRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsClientStream() bool

func (*UpdateRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *UpdateRoleBindingDescriptor) IsCollection() bool

func (*UpdateRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *UpdateRoleBindingDescriptor) IsPlural() bool

func (*UpdateRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsServerStream() bool

func (*UpdateRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsUnary() bool

func (*UpdateRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *UpdateRoleBindingDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *UpdateRoleBindingDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateRoleBindingDescriptor) RequestHasResourceBody() bool

type UpdateRoleBindingDescriptorClientMsgHandle added in v0.4.28

type UpdateRoleBindingDescriptorClientMsgHandle struct{}

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateRoleBindingDescriptorServerMsgHandle added in v0.4.28

type UpdateRoleBindingDescriptorServerMsgHandle struct{}

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateRoleBindingRequest

type UpdateRoleBindingRequest struct {

	// RoleBinding resource body
	RoleBinding *role_binding.RoleBinding `protobuf:"bytes,2,opt,name=role_binding,json=roleBinding,proto3" json:"role_binding,omitempty" firestore:"roleBinding"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *role_binding.RoleBinding_FieldMask `` /* 147-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateRoleBindingRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateRoleBinding][ntt.iam.v1alpha2.UpdateRoleBinding]

func (*UpdateRoleBindingRequest) Descriptor

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

Deprecated, Use UpdateRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoleBindingRequest) GetAllowMissing added in v0.12.33

func (m *UpdateRoleBindingRequest) GetAllowMissing() bool

func (*UpdateRoleBindingRequest) GetCas

func (*UpdateRoleBindingRequest) GetRoleBinding

func (m *UpdateRoleBindingRequest) GetRoleBinding() *role_binding.RoleBinding

func (*UpdateRoleBindingRequest) GetUpdateMask

func (*UpdateRoleBindingRequest) GotenMessage

func (*UpdateRoleBindingRequest) GotenMessage()

func (*UpdateRoleBindingRequest) GotenValidate

func (obj *UpdateRoleBindingRequest) GotenValidate() error

func (*UpdateRoleBindingRequest) Marshal

func (m *UpdateRoleBindingRequest) Marshal() ([]byte, error)

func (*UpdateRoleBindingRequest) MarshalJSON

func (m *UpdateRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest) ProtoMessage

func (*UpdateRoleBindingRequest) ProtoMessage()

func (*UpdateRoleBindingRequest) ProtoReflect

func (m *UpdateRoleBindingRequest) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest) Reset

func (m *UpdateRoleBindingRequest) Reset()

func (*UpdateRoleBindingRequest) SetAllowMissing added in v0.12.33

func (m *UpdateRoleBindingRequest) SetAllowMissing(fv bool)

func (*UpdateRoleBindingRequest) SetCas

func (*UpdateRoleBindingRequest) SetRoleBinding

func (m *UpdateRoleBindingRequest) SetRoleBinding(fv *role_binding.RoleBinding)

func (*UpdateRoleBindingRequest) SetUpdateMask

func (*UpdateRoleBindingRequest) String

func (m *UpdateRoleBindingRequest) String() string

func (*UpdateRoleBindingRequest) Unmarshal

func (m *UpdateRoleBindingRequest) Unmarshal(b []byte) error

func (*UpdateRoleBindingRequest) UnmarshalJSON

func (m *UpdateRoleBindingRequest) UnmarshalJSON(data []byte) error

type UpdateRoleBindingRequest_CAS

type UpdateRoleBindingRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *role_binding.RoleBinding `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdateRoleBindingRequest_CAS) Descriptor

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

Deprecated, Use UpdateRoleBindingRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateRoleBindingRequest_CAS) GetConditionalState

func (m *UpdateRoleBindingRequest_CAS) GetConditionalState() *role_binding.RoleBinding

func (*UpdateRoleBindingRequest_CAS) GetFieldMask

func (*UpdateRoleBindingRequest_CAS) GotenMessage

func (*UpdateRoleBindingRequest_CAS) GotenMessage()

func (*UpdateRoleBindingRequest_CAS) GotenValidate

func (obj *UpdateRoleBindingRequest_CAS) GotenValidate() error

func (*UpdateRoleBindingRequest_CAS) Marshal

func (m *UpdateRoleBindingRequest_CAS) Marshal() ([]byte, error)

func (*UpdateRoleBindingRequest_CAS) MarshalJSON

func (m *UpdateRoleBindingRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest_CAS) ProtoMessage

func (*UpdateRoleBindingRequest_CAS) ProtoMessage()

func (*UpdateRoleBindingRequest_CAS) ProtoReflect

func (m *UpdateRoleBindingRequest_CAS) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest_CAS) Reset

func (m *UpdateRoleBindingRequest_CAS) Reset()

func (*UpdateRoleBindingRequest_CAS) SetConditionalState

func (m *UpdateRoleBindingRequest_CAS) SetConditionalState(fv *role_binding.RoleBinding)

func (*UpdateRoleBindingRequest_CAS) SetFieldMask

func (*UpdateRoleBindingRequest_CAS) String

func (*UpdateRoleBindingRequest_CAS) Unmarshal

func (m *UpdateRoleBindingRequest_CAS) Unmarshal(b []byte) error

func (*UpdateRoleBindingRequest_CAS) UnmarshalJSON

func (m *UpdateRoleBindingRequest_CAS) UnmarshalJSON(data []byte) error

type WatchRoleBindingClientStream

type WatchRoleBindingClientStream interface {
	Recv() (*WatchRoleBindingResponse, error)
	grpc.ClientStream
}

type WatchRoleBindingDescriptor added in v0.4.28

type WatchRoleBindingDescriptor struct{}

func GetWatchRoleBindingDescriptor added in v0.4.28

func GetWatchRoleBindingDescriptor() *WatchRoleBindingDescriptor

func (*WatchRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetApiName() string

func (*WatchRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetFullMethodName() string

func (*WatchRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetMethodName() string

func (*WatchRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetProtoPkgName() string

func (*WatchRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchRoleBindingDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetServiceDomain() string

func (*WatchRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetServiceVersion() string

func (*WatchRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetVerb() string

func (*WatchRoleBindingDescriptor) HasResource added in v0.4.30

func (d *WatchRoleBindingDescriptor) HasResource() bool

func (*WatchRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsClientStream() bool

func (*WatchRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *WatchRoleBindingDescriptor) IsCollection() bool

func (*WatchRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *WatchRoleBindingDescriptor) IsPlural() bool

func (*WatchRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsServerStream() bool

func (*WatchRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsUnary() bool

func (*WatchRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchRoleBindingDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchRoleBindingDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchRoleBindingDescriptor) RequestHasResourceBody() bool

type WatchRoleBindingDescriptorClientMsgHandle added in v0.4.28

type WatchRoleBindingDescriptorClientMsgHandle struct{}

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingDescriptorServerMsgHandle added in v0.4.28

type WatchRoleBindingDescriptorServerMsgHandle struct{}

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingRequest

type WatchRoleBindingRequest struct {

	// Name of ntt.iam.v1alpha2.RoleBinding
	Name *role_binding.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchRoleBinding][ntt.iam.v1alpha2.WatchRoleBinding]

func (*WatchRoleBindingRequest) Descriptor

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

Deprecated, Use WatchRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingRequest) GetFieldMask

func (*WatchRoleBindingRequest) GetName

func (*WatchRoleBindingRequest) GetView

func (m *WatchRoleBindingRequest) GetView() view.View

func (*WatchRoleBindingRequest) GotenMessage

func (*WatchRoleBindingRequest) GotenMessage()

func (*WatchRoleBindingRequest) GotenValidate

func (obj *WatchRoleBindingRequest) GotenValidate() error

func (*WatchRoleBindingRequest) Marshal

func (m *WatchRoleBindingRequest) Marshal() ([]byte, error)

func (*WatchRoleBindingRequest) MarshalJSON

func (m *WatchRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingRequest) ProtoMessage

func (*WatchRoleBindingRequest) ProtoMessage()

func (*WatchRoleBindingRequest) ProtoReflect

func (m *WatchRoleBindingRequest) ProtoReflect() preflect.Message

func (*WatchRoleBindingRequest) Reset

func (m *WatchRoleBindingRequest) Reset()

func (*WatchRoleBindingRequest) SetFieldMask

func (*WatchRoleBindingRequest) SetName

func (m *WatchRoleBindingRequest) SetName(fv *role_binding.Name)

func (*WatchRoleBindingRequest) SetView

func (m *WatchRoleBindingRequest) SetView(fv view.View)

func (*WatchRoleBindingRequest) String

func (m *WatchRoleBindingRequest) String() string

func (*WatchRoleBindingRequest) Unmarshal

func (m *WatchRoleBindingRequest) Unmarshal(b []byte) error

func (*WatchRoleBindingRequest) UnmarshalJSON

func (m *WatchRoleBindingRequest) UnmarshalJSON(data []byte) error

type WatchRoleBindingResponse

type WatchRoleBindingResponse struct {
	Change *role_binding.RoleBindingChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchRoleBindingResponse

func (*WatchRoleBindingResponse) Descriptor

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

Deprecated, Use WatchRoleBindingResponse.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingResponse) GetChange

func (*WatchRoleBindingResponse) GotenMessage

func (*WatchRoleBindingResponse) GotenMessage()

func (*WatchRoleBindingResponse) GotenValidate

func (obj *WatchRoleBindingResponse) GotenValidate() error

func (*WatchRoleBindingResponse) Marshal

func (m *WatchRoleBindingResponse) Marshal() ([]byte, error)

func (*WatchRoleBindingResponse) MarshalJSON

func (m *WatchRoleBindingResponse) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingResponse) ProtoMessage

func (*WatchRoleBindingResponse) ProtoMessage()

func (*WatchRoleBindingResponse) ProtoReflect

func (m *WatchRoleBindingResponse) ProtoReflect() preflect.Message

func (*WatchRoleBindingResponse) Reset

func (m *WatchRoleBindingResponse) Reset()

func (*WatchRoleBindingResponse) SetChange

func (*WatchRoleBindingResponse) String

func (m *WatchRoleBindingResponse) String() string

func (*WatchRoleBindingResponse) Unmarshal

func (m *WatchRoleBindingResponse) Unmarshal(b []byte) error

func (*WatchRoleBindingResponse) UnmarshalJSON

func (m *WatchRoleBindingResponse) UnmarshalJSON(data []byte) error

type WatchRoleBindingsClientStream

type WatchRoleBindingsClientStream interface {
	Recv() (*WatchRoleBindingsResponse, error)
	grpc.ClientStream
}

type WatchRoleBindingsDescriptor added in v0.4.28

type WatchRoleBindingsDescriptor struct{}

func GetWatchRoleBindingsDescriptor added in v0.4.28

func GetWatchRoleBindingsDescriptor() *WatchRoleBindingsDescriptor

func (*WatchRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetApiName() string

func (*WatchRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetFullMethodName() string

func (*WatchRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetMethodName() string

func (*WatchRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetProtoPkgName() string

func (*WatchRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchRoleBindingsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetServiceDomain() string

func (*WatchRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetServiceVersion() string

func (*WatchRoleBindingsDescriptor) GetVerb added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetVerb() string

func (*WatchRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *WatchRoleBindingsDescriptor) HasResource() bool

func (*WatchRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsClientStream() bool

func (*WatchRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *WatchRoleBindingsDescriptor) IsCollection() bool

func (*WatchRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *WatchRoleBindingsDescriptor) IsPlural() bool

func (*WatchRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsServerStream() bool

func (*WatchRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsUnary() bool

func (*WatchRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchRoleBindingsDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchRoleBindingsDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchRoleBindingsDescriptor) RequestHasResourceBody() bool

type WatchRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type WatchRoleBindingsDescriptorClientMsgHandle struct{}

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type WatchRoleBindingsDescriptorServerMsgHandle struct{}

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingsRequest

type WatchRoleBindingsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent name of ntt.iam.v1alpha2.RoleBinding
	Parent *role_binding.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RoleBindings than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *role_binding.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *role_binding.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *role_binding.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to RoleBinding that don't
	// affect any of masked fields won't be sent back.
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// RoleBinding that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchRoleBindings][ntt.iam.v1alpha2.WatchRoleBindings]

func (*WatchRoleBindingsRequest) Descriptor

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

Deprecated, Use WatchRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsRequest) GetFieldMask

func (*WatchRoleBindingsRequest) GetFilter

func (*WatchRoleBindingsRequest) GetMaxChunkSize

func (m *WatchRoleBindingsRequest) GetMaxChunkSize() int32

func (*WatchRoleBindingsRequest) GetOrderBy

func (*WatchRoleBindingsRequest) GetPageSize

func (m *WatchRoleBindingsRequest) GetPageSize() int32

func (*WatchRoleBindingsRequest) GetPageToken

func (*WatchRoleBindingsRequest) GetParent

func (*WatchRoleBindingsRequest) GetResumeToken

func (m *WatchRoleBindingsRequest) GetResumeToken() string

func (*WatchRoleBindingsRequest) GetStartingTime added in v0.9.0

func (m *WatchRoleBindingsRequest) GetStartingTime() *timestamppb.Timestamp

func (*WatchRoleBindingsRequest) GetType

func (*WatchRoleBindingsRequest) GetView

func (m *WatchRoleBindingsRequest) GetView() view.View

func (*WatchRoleBindingsRequest) GotenMessage

func (*WatchRoleBindingsRequest) GotenMessage()

func (*WatchRoleBindingsRequest) GotenValidate

func (obj *WatchRoleBindingsRequest) GotenValidate() error

func (*WatchRoleBindingsRequest) Marshal

func (m *WatchRoleBindingsRequest) Marshal() ([]byte, error)

func (*WatchRoleBindingsRequest) MarshalJSON

func (m *WatchRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsRequest) ProtoMessage

func (*WatchRoleBindingsRequest) ProtoMessage()

func (*WatchRoleBindingsRequest) ProtoReflect

func (m *WatchRoleBindingsRequest) ProtoReflect() preflect.Message

func (*WatchRoleBindingsRequest) Reset

func (m *WatchRoleBindingsRequest) Reset()

func (*WatchRoleBindingsRequest) SetFieldMask

func (*WatchRoleBindingsRequest) SetFilter

func (m *WatchRoleBindingsRequest) SetFilter(fv *role_binding.Filter)

func (*WatchRoleBindingsRequest) SetMaxChunkSize

func (m *WatchRoleBindingsRequest) SetMaxChunkSize(fv int32)

func (*WatchRoleBindingsRequest) SetOrderBy

func (m *WatchRoleBindingsRequest) SetOrderBy(fv *role_binding.OrderBy)

func (*WatchRoleBindingsRequest) SetPageSize

func (m *WatchRoleBindingsRequest) SetPageSize(fv int32)

func (*WatchRoleBindingsRequest) SetPageToken

func (m *WatchRoleBindingsRequest) SetPageToken(fv *role_binding.PagerCursor)

func (*WatchRoleBindingsRequest) SetParent

func (*WatchRoleBindingsRequest) SetResumeToken

func (m *WatchRoleBindingsRequest) SetResumeToken(fv string)

func (*WatchRoleBindingsRequest) SetStartingTime added in v0.9.0

func (m *WatchRoleBindingsRequest) SetStartingTime(fv *timestamppb.Timestamp)

func (*WatchRoleBindingsRequest) SetType

func (*WatchRoleBindingsRequest) SetView

func (m *WatchRoleBindingsRequest) SetView(fv view.View)

func (*WatchRoleBindingsRequest) String

func (m *WatchRoleBindingsRequest) String() string

func (*WatchRoleBindingsRequest) Unmarshal

func (m *WatchRoleBindingsRequest) Unmarshal(b []byte) error

func (*WatchRoleBindingsRequest) UnmarshalJSON

func (m *WatchRoleBindingsRequest) UnmarshalJSON(data []byte) error

type WatchRoleBindingsResponse

type WatchRoleBindingsResponse struct {

	// Changes of RoleBindings
	RoleBindingChanges []*role_binding.RoleBindingChange `` /* 148-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All RoleBindings will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchRoleBindingsResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (RoleBindings will contains
	// changes of type Current only). Any resume tokens should be discarded as
	// well. This field should be checked only for stateless watch. In stateful
	// those kind of errors are handled by the server side. Will never be sent
	// along with is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse) Descriptor

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

Deprecated, Use WatchRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsResponse) GetIsCurrent

func (m *WatchRoleBindingsResponse) GetIsCurrent() bool

func (*WatchRoleBindingsResponse) GetIsHardReset

func (m *WatchRoleBindingsResponse) GetIsHardReset() bool

func (*WatchRoleBindingsResponse) GetIsSoftReset

func (m *WatchRoleBindingsResponse) GetIsSoftReset() bool

func (*WatchRoleBindingsResponse) GetPageTokenChange

func (*WatchRoleBindingsResponse) GetResumeToken

func (m *WatchRoleBindingsResponse) GetResumeToken() string

func (*WatchRoleBindingsResponse) GetRoleBindingChanges

func (m *WatchRoleBindingsResponse) GetRoleBindingChanges() []*role_binding.RoleBindingChange

func (*WatchRoleBindingsResponse) GetSnapshotSize

func (m *WatchRoleBindingsResponse) GetSnapshotSize() int64

func (*WatchRoleBindingsResponse) GotenMessage

func (*WatchRoleBindingsResponse) GotenMessage()

func (*WatchRoleBindingsResponse) GotenValidate

func (obj *WatchRoleBindingsResponse) GotenValidate() error

func (*WatchRoleBindingsResponse) Marshal

func (m *WatchRoleBindingsResponse) Marshal() ([]byte, error)

func (*WatchRoleBindingsResponse) MarshalJSON

func (m *WatchRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsResponse) ProtoMessage

func (*WatchRoleBindingsResponse) ProtoMessage()

func (*WatchRoleBindingsResponse) ProtoReflect

func (m *WatchRoleBindingsResponse) ProtoReflect() preflect.Message

func (*WatchRoleBindingsResponse) Reset

func (m *WatchRoleBindingsResponse) Reset()

func (*WatchRoleBindingsResponse) SetIsCurrent

func (m *WatchRoleBindingsResponse) SetIsCurrent(fv bool)

func (*WatchRoleBindingsResponse) SetIsHardReset

func (m *WatchRoleBindingsResponse) SetIsHardReset(fv bool)

func (*WatchRoleBindingsResponse) SetIsSoftReset

func (m *WatchRoleBindingsResponse) SetIsSoftReset(fv bool)

func (*WatchRoleBindingsResponse) SetPageTokenChange

func (*WatchRoleBindingsResponse) SetResumeToken

func (m *WatchRoleBindingsResponse) SetResumeToken(fv string)

func (*WatchRoleBindingsResponse) SetRoleBindingChanges

func (m *WatchRoleBindingsResponse) SetRoleBindingChanges(fv []*role_binding.RoleBindingChange)

func (*WatchRoleBindingsResponse) SetSnapshotSize

func (m *WatchRoleBindingsResponse) SetSnapshotSize(fv int64)

func (*WatchRoleBindingsResponse) String

func (m *WatchRoleBindingsResponse) String() string

func (*WatchRoleBindingsResponse) Unmarshal

func (m *WatchRoleBindingsResponse) Unmarshal(b []byte) error

func (*WatchRoleBindingsResponse) UnmarshalJSON

func (m *WatchRoleBindingsResponse) UnmarshalJSON(data []byte) error

type WatchRoleBindingsResponse_PageTokenChange

type WatchRoleBindingsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchRoleBindingsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsResponse_PageTokenChange) GetNextPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) GetPrevPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) GotenMessage

func (*WatchRoleBindingsResponse_PageTokenChange) GotenValidate

func (obj *WatchRoleBindingsResponse_PageTokenChange) GotenValidate() error

func (*WatchRoleBindingsResponse_PageTokenChange) Marshal

func (*WatchRoleBindingsResponse_PageTokenChange) MarshalJSON

func (*WatchRoleBindingsResponse_PageTokenChange) ProtoMessage

func (*WatchRoleBindingsResponse_PageTokenChange) ProtoReflect

func (*WatchRoleBindingsResponse_PageTokenChange) Reset

func (*WatchRoleBindingsResponse_PageTokenChange) SetNextPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) SetPrevPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) String

func (*WatchRoleBindingsResponse_PageTokenChange) Unmarshal

func (*WatchRoleBindingsResponse_PageTokenChange) UnmarshalJSON

func (m *WatchRoleBindingsResponse_PageTokenChange) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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