organization_invitation_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 AcceptOrganizationInvitationDescriptor added in v0.4.28

type AcceptOrganizationInvitationDescriptor struct{}

func GetAcceptOrganizationInvitationDescriptor added in v0.4.28

func GetAcceptOrganizationInvitationDescriptor() *AcceptOrganizationInvitationDescriptor

func (*AcceptOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) GetFullMethodName() string

func (*AcceptOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*AcceptOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*AcceptOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) GetServiceDomain() string

func (*AcceptOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) GetServiceVersion() string

func (*AcceptOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*AcceptOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) IsClientStream() bool

func (*AcceptOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *AcceptOrganizationInvitationDescriptor) IsCollection() bool

func (*AcceptOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*AcceptOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) IsServerStream() bool

func (*AcceptOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*AcceptOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*AcceptOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*AcceptOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *AcceptOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type AcceptOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type AcceptOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*AcceptOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*AcceptOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*AcceptOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*AcceptOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*AcceptOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type AcceptOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type AcceptOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*AcceptOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*AcceptOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*AcceptOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*AcceptOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*AcceptOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type AcceptOrganizationInvitationRequest

type AcceptOrganizationInvitationRequest struct {

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

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

func (*AcceptOrganizationInvitationRequest) Descriptor

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

Deprecated, Use AcceptOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationRequest) GetName

func (*AcceptOrganizationInvitationRequest) GotenMessage

func (*AcceptOrganizationInvitationRequest) GotenMessage()

func (*AcceptOrganizationInvitationRequest) GotenValidate

func (obj *AcceptOrganizationInvitationRequest) GotenValidate() error

func (*AcceptOrganizationInvitationRequest) Marshal

func (*AcceptOrganizationInvitationRequest) MarshalJSON

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

func (*AcceptOrganizationInvitationRequest) ProtoMessage

func (*AcceptOrganizationInvitationRequest) ProtoMessage()

func (*AcceptOrganizationInvitationRequest) ProtoReflect

func (*AcceptOrganizationInvitationRequest) Reset

func (*AcceptOrganizationInvitationRequest) SetName

func (*AcceptOrganizationInvitationRequest) String

func (*AcceptOrganizationInvitationRequest) Unmarshal

func (*AcceptOrganizationInvitationRequest) UnmarshalJSON

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

type AcceptOrganizationInvitationResponse

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

Response message for method [AcceptOrganizationInvitation][ntt.iam.v1alpha2.AcceptOrganizationInvitation]

func (*AcceptOrganizationInvitationResponse) Descriptor

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

Deprecated, Use AcceptOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationResponse) GotenMessage

func (*AcceptOrganizationInvitationResponse) GotenMessage()

func (*AcceptOrganizationInvitationResponse) GotenValidate

func (obj *AcceptOrganizationInvitationResponse) GotenValidate() error

func (*AcceptOrganizationInvitationResponse) Marshal

func (*AcceptOrganizationInvitationResponse) MarshalJSON

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

func (*AcceptOrganizationInvitationResponse) ProtoMessage

func (*AcceptOrganizationInvitationResponse) ProtoMessage()

func (*AcceptOrganizationInvitationResponse) ProtoReflect

func (*AcceptOrganizationInvitationResponse) Reset

func (*AcceptOrganizationInvitationResponse) String

func (*AcceptOrganizationInvitationResponse) Unmarshal

func (*AcceptOrganizationInvitationResponse) UnmarshalJSON

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

type BatchGetOrganizationInvitationsDescriptor added in v0.4.28

type BatchGetOrganizationInvitationsDescriptor struct{}

func GetBatchGetOrganizationInvitationsDescriptor added in v0.4.28

func GetBatchGetOrganizationInvitationsDescriptor() *BatchGetOrganizationInvitationsDescriptor

func (*BatchGetOrganizationInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetApiName added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) GetFullMethodName() string

func (*BatchGetOrganizationInvitationsDescriptor) GetMethodName added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) GetServiceDomain() string

func (*BatchGetOrganizationInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) GetServiceVersion() string

func (*BatchGetOrganizationInvitationsDescriptor) GetVerb added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) HasResource added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) IsClientStream() bool

func (*BatchGetOrganizationInvitationsDescriptor) IsCollection added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptor) IsPlural added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) IsServerStream() bool

func (*BatchGetOrganizationInvitationsDescriptor) IsUnary added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

func (*BatchGetOrganizationInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetOrganizationInvitationsDescriptor) RequestHasResourceBody() bool

type BatchGetOrganizationInvitationsDescriptorClientMsgHandle added in v0.4.28

type BatchGetOrganizationInvitationsDescriptorClientMsgHandle struct{}

func (*BatchGetOrganizationInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationInvitationsDescriptorServerMsgHandle added in v0.4.28

type BatchGetOrganizationInvitationsDescriptorServerMsgHandle struct{}

func (*BatchGetOrganizationInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationInvitationsRequest

type BatchGetOrganizationInvitationsRequest struct {

	// Names of OrganizationInvitations
	Names []*organization_invitation.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 *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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 [BatchGetOrganizationInvitations][ntt.iam.v1alpha2.BatchGetOrganizationInvitations]

func (*BatchGetOrganizationInvitationsRequest) Descriptor

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

Deprecated, Use BatchGetOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationInvitationsRequest) GetFieldMask

func (*BatchGetOrganizationInvitationsRequest) GetNames

func (*BatchGetOrganizationInvitationsRequest) GetView

func (*BatchGetOrganizationInvitationsRequest) GotenMessage

func (*BatchGetOrganizationInvitationsRequest) GotenValidate

func (obj *BatchGetOrganizationInvitationsRequest) GotenValidate() error

func (*BatchGetOrganizationInvitationsRequest) Marshal

func (*BatchGetOrganizationInvitationsRequest) MarshalJSON

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

func (*BatchGetOrganizationInvitationsRequest) ProtoMessage

func (*BatchGetOrganizationInvitationsRequest) ProtoReflect

func (*BatchGetOrganizationInvitationsRequest) Reset

func (*BatchGetOrganizationInvitationsRequest) SetFieldMask

func (*BatchGetOrganizationInvitationsRequest) SetNames

func (*BatchGetOrganizationInvitationsRequest) SetView

func (*BatchGetOrganizationInvitationsRequest) String

func (*BatchGetOrganizationInvitationsRequest) Unmarshal

func (*BatchGetOrganizationInvitationsRequest) UnmarshalJSON

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

type BatchGetOrganizationInvitationsResponse

type BatchGetOrganizationInvitationsResponse struct {

	// found OrganizationInvitations
	OrganizationInvitations []*organization_invitation.OrganizationInvitation `` /* 166-byte string literal not displayed */
	// list of not found OrganizationInvitations
	Missing []*organization_invitation.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetOrganizationInvitationsResponse

func (*BatchGetOrganizationInvitationsResponse) Descriptor

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

Deprecated, Use BatchGetOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationInvitationsResponse) GetMissing

func (*BatchGetOrganizationInvitationsResponse) GetOrganizationInvitations

func (*BatchGetOrganizationInvitationsResponse) GotenMessage

func (*BatchGetOrganizationInvitationsResponse) GotenValidate

func (obj *BatchGetOrganizationInvitationsResponse) GotenValidate() error

func (*BatchGetOrganizationInvitationsResponse) Marshal

func (*BatchGetOrganizationInvitationsResponse) MarshalJSON

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

func (*BatchGetOrganizationInvitationsResponse) ProtoMessage

func (*BatchGetOrganizationInvitationsResponse) ProtoReflect

func (*BatchGetOrganizationInvitationsResponse) Reset

func (*BatchGetOrganizationInvitationsResponse) SetMissing

func (*BatchGetOrganizationInvitationsResponse) SetOrganizationInvitations

func (*BatchGetOrganizationInvitationsResponse) String

func (*BatchGetOrganizationInvitationsResponse) Unmarshal

func (*BatchGetOrganizationInvitationsResponse) UnmarshalJSON

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

type CreateOrganizationInvitationDescriptor added in v0.4.28

type CreateOrganizationInvitationDescriptor struct{}

func GetCreateOrganizationInvitationDescriptor added in v0.4.28

func GetCreateOrganizationInvitationDescriptor() *CreateOrganizationInvitationDescriptor

func (*CreateOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) GetFullMethodName() string

func (*CreateOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*CreateOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*CreateOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) GetServiceDomain() string

func (*CreateOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) GetServiceVersion() string

func (*CreateOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*CreateOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) IsClientStream() bool

func (*CreateOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *CreateOrganizationInvitationDescriptor) IsCollection() bool

func (*CreateOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*CreateOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) IsServerStream() bool

func (*CreateOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*CreateOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type CreateOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type CreateOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*CreateOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type CreateOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*CreateOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationInvitationRequest

type CreateOrganizationInvitationRequest struct {

	// Parent name of ntt.iam.v1alpha2.OrganizationInvitation
	Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// OrganizationInvitation resource body
	OrganizationInvitation *organization_invitation.OrganizationInvitation `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreateOrganizationInvitationRequest) Descriptor

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

Deprecated, Use CreateOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationInvitationRequest) GetOrganizationInvitation

func (*CreateOrganizationInvitationRequest) GetParent

func (*CreateOrganizationInvitationRequest) GotenMessage

func (*CreateOrganizationInvitationRequest) GotenMessage()

func (*CreateOrganizationInvitationRequest) GotenValidate

func (obj *CreateOrganizationInvitationRequest) GotenValidate() error

func (*CreateOrganizationInvitationRequest) Marshal

func (*CreateOrganizationInvitationRequest) MarshalJSON

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

func (*CreateOrganizationInvitationRequest) ProtoMessage

func (*CreateOrganizationInvitationRequest) ProtoMessage()

func (*CreateOrganizationInvitationRequest) ProtoReflect

func (*CreateOrganizationInvitationRequest) Reset

func (*CreateOrganizationInvitationRequest) SetOrganizationInvitation

func (*CreateOrganizationInvitationRequest) SetParent

func (*CreateOrganizationInvitationRequest) String

func (*CreateOrganizationInvitationRequest) Unmarshal

func (*CreateOrganizationInvitationRequest) UnmarshalJSON

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

type DeclineOrganizationInvitationDescriptor added in v0.4.28

type DeclineOrganizationInvitationDescriptor struct{}

func GetDeclineOrganizationInvitationDescriptor added in v0.4.28

func GetDeclineOrganizationInvitationDescriptor() *DeclineOrganizationInvitationDescriptor

func (*DeclineOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) GetFullMethodName() string

func (*DeclineOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*DeclineOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*DeclineOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) GetServiceDomain() string

func (*DeclineOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) GetServiceVersion() string

func (*DeclineOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*DeclineOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) IsClientStream() bool

func (*DeclineOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (*DeclineOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*DeclineOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) IsServerStream() bool

func (*DeclineOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*DeclineOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeclineOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeclineOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeclineOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type DeclineOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type DeclineOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*DeclineOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeclineOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeclineOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeclineOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeclineOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeclineOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type DeclineOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*DeclineOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeclineOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeclineOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeclineOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeclineOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeclineOrganizationInvitationRequest

type DeclineOrganizationInvitationRequest struct {

	//  name of ntt.iam.v1alpha2.OrganizationInvitation
	Name *organization_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// Additional filter for invitations, e.g. state = "PENDING"
	Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// contains filtered or unexported fields
}

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

func (*DeclineOrganizationInvitationRequest) Descriptor

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

Deprecated, Use DeclineOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeclineOrganizationInvitationRequest) GetFilter

func (*DeclineOrganizationInvitationRequest) GetName

func (*DeclineOrganizationInvitationRequest) GotenMessage

func (*DeclineOrganizationInvitationRequest) GotenMessage()

func (*DeclineOrganizationInvitationRequest) GotenValidate

func (obj *DeclineOrganizationInvitationRequest) GotenValidate() error

func (*DeclineOrganizationInvitationRequest) Marshal

func (*DeclineOrganizationInvitationRequest) MarshalJSON

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

func (*DeclineOrganizationInvitationRequest) ProtoMessage

func (*DeclineOrganizationInvitationRequest) ProtoMessage()

func (*DeclineOrganizationInvitationRequest) ProtoReflect

func (*DeclineOrganizationInvitationRequest) Reset

func (*DeclineOrganizationInvitationRequest) SetFilter

func (*DeclineOrganizationInvitationRequest) SetName

func (*DeclineOrganizationInvitationRequest) String

func (*DeclineOrganizationInvitationRequest) Unmarshal

func (*DeclineOrganizationInvitationRequest) UnmarshalJSON

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

type DeclineOrganizationInvitationResponse

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

Response message for method [DeclineOrganizationInvitation][ntt.iam.v1alpha2.DeclineOrganizationInvitation]

func (*DeclineOrganizationInvitationResponse) Descriptor

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

Deprecated, Use DeclineOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*DeclineOrganizationInvitationResponse) GotenMessage

func (*DeclineOrganizationInvitationResponse) GotenMessage()

func (*DeclineOrganizationInvitationResponse) GotenValidate

func (obj *DeclineOrganizationInvitationResponse) GotenValidate() error

func (*DeclineOrganizationInvitationResponse) Marshal

func (*DeclineOrganizationInvitationResponse) MarshalJSON

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

func (*DeclineOrganizationInvitationResponse) ProtoMessage

func (*DeclineOrganizationInvitationResponse) ProtoMessage()

func (*DeclineOrganizationInvitationResponse) ProtoReflect

func (*DeclineOrganizationInvitationResponse) Reset

func (*DeclineOrganizationInvitationResponse) String

func (*DeclineOrganizationInvitationResponse) Unmarshal

func (*DeclineOrganizationInvitationResponse) UnmarshalJSON

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

type DeleteOrganizationInvitationDescriptor added in v0.4.28

type DeleteOrganizationInvitationDescriptor struct{}

func GetDeleteOrganizationInvitationDescriptor added in v0.4.28

func GetDeleteOrganizationInvitationDescriptor() *DeleteOrganizationInvitationDescriptor

func (*DeleteOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) GetFullMethodName() string

func (*DeleteOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*DeleteOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*DeleteOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) GetServiceDomain() string

func (*DeleteOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) GetServiceVersion() string

func (*DeleteOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*DeleteOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) IsClientStream() bool

func (*DeleteOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *DeleteOrganizationInvitationDescriptor) IsCollection() bool

func (*DeleteOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*DeleteOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) IsServerStream() bool

func (*DeleteOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*DeleteOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type DeleteOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type DeleteOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*DeleteOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type DeleteOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*DeleteOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationInvitationRequest

type DeleteOrganizationInvitationRequest struct {

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

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

func (*DeleteOrganizationInvitationRequest) Descriptor

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

Deprecated, Use DeleteOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationInvitationRequest) GetName

func (*DeleteOrganizationInvitationRequest) GotenMessage

func (*DeleteOrganizationInvitationRequest) GotenMessage()

func (*DeleteOrganizationInvitationRequest) GotenValidate

func (obj *DeleteOrganizationInvitationRequest) GotenValidate() error

func (*DeleteOrganizationInvitationRequest) Marshal

func (*DeleteOrganizationInvitationRequest) MarshalJSON

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

func (*DeleteOrganizationInvitationRequest) ProtoMessage

func (*DeleteOrganizationInvitationRequest) ProtoMessage()

func (*DeleteOrganizationInvitationRequest) ProtoReflect

func (*DeleteOrganizationInvitationRequest) Reset

func (*DeleteOrganizationInvitationRequest) SetName

func (*DeleteOrganizationInvitationRequest) String

func (*DeleteOrganizationInvitationRequest) Unmarshal

func (*DeleteOrganizationInvitationRequest) UnmarshalJSON

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

type GetOrganizationInvitationDescriptor added in v0.4.28

type GetOrganizationInvitationDescriptor struct{}

func GetGetOrganizationInvitationDescriptor added in v0.4.28

func GetGetOrganizationInvitationDescriptor() *GetOrganizationInvitationDescriptor

func (*GetOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*GetOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*GetOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) GetFullMethodName() string

func (*GetOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) GetMethodName() string

func (*GetOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*GetOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*GetOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) GetServiceDomain() string

func (*GetOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) GetServiceVersion() string

func (*GetOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*GetOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (d *GetOrganizationInvitationDescriptor) HasResource() bool

func (*GetOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) IsClientStream() bool

func (*GetOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *GetOrganizationInvitationDescriptor) IsCollection() bool

func (*GetOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*GetOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) IsServerStream() bool

func (*GetOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*GetOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type GetOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type GetOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*GetOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type GetOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*GetOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationInvitationRequest

type GetOrganizationInvitationRequest struct {

	// Name of ntt.iam.v1alpha2.OrganizationInvitation
	Name *organization_invitation.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 *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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 [GetOrganizationInvitation][ntt.iam.v1alpha2.GetOrganizationInvitation]

func (*GetOrganizationInvitationRequest) Descriptor

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

Deprecated, Use GetOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationInvitationRequest) GetFieldMask

func (*GetOrganizationInvitationRequest) GetName

func (*GetOrganizationInvitationRequest) GetView

func (*GetOrganizationInvitationRequest) GotenMessage

func (*GetOrganizationInvitationRequest) GotenMessage()

func (*GetOrganizationInvitationRequest) GotenValidate

func (obj *GetOrganizationInvitationRequest) GotenValidate() error

func (*GetOrganizationInvitationRequest) Marshal

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

func (*GetOrganizationInvitationRequest) MarshalJSON

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

func (*GetOrganizationInvitationRequest) ProtoMessage

func (*GetOrganizationInvitationRequest) ProtoMessage()

func (*GetOrganizationInvitationRequest) ProtoReflect

func (*GetOrganizationInvitationRequest) Reset

func (*GetOrganizationInvitationRequest) SetFieldMask

func (*GetOrganizationInvitationRequest) SetName

func (*GetOrganizationInvitationRequest) SetView

func (*GetOrganizationInvitationRequest) String

func (*GetOrganizationInvitationRequest) Unmarshal

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

func (*GetOrganizationInvitationRequest) UnmarshalJSON

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

type ListMyOrganizationInvitationsDescriptor added in v0.4.28

type ListMyOrganizationInvitationsDescriptor struct{}

func GetListMyOrganizationInvitationsDescriptor added in v0.4.28

func GetListMyOrganizationInvitationsDescriptor() *ListMyOrganizationInvitationsDescriptor

func (*ListMyOrganizationInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) GetApiName added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) GetFullMethodName() string

func (*ListMyOrganizationInvitationsDescriptor) GetMethodName added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) GetProtoPkgName() string

func (*ListMyOrganizationInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) GetServiceDomain() string

func (*ListMyOrganizationInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) GetServiceVersion() string

func (*ListMyOrganizationInvitationsDescriptor) GetVerb added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) HasResource added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) IsClientStream() bool

func (*ListMyOrganizationInvitationsDescriptor) IsCollection added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptor) IsPlural added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) IsServerStream() bool

func (*ListMyOrganizationInvitationsDescriptor) IsUnary added in v0.4.28

func (*ListMyOrganizationInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListMyOrganizationInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListMyOrganizationInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListMyOrganizationInvitationsDescriptor) RequestHasResourceBody() bool

type ListMyOrganizationInvitationsDescriptorClientMsgHandle added in v0.4.28

type ListMyOrganizationInvitationsDescriptorClientMsgHandle struct{}

func (*ListMyOrganizationInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationInvitationsDescriptorServerMsgHandle added in v0.4.28

type ListMyOrganizationInvitationsDescriptorServerMsgHandle struct{}

func (*ListMyOrganizationInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationInvitationsRequest

type ListMyOrganizationInvitationsRequest struct {

	// Parent name of ntt.iam.v1alpha2.OrganizationInvitation
	Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Additional filter for invitations, e.g. state = "PENDING"
	Filter *organization_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// contains filtered or unexported fields
}

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

func (*ListMyOrganizationInvitationsRequest) Descriptor

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

Deprecated, Use ListMyOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationInvitationsRequest) GetFilter

func (*ListMyOrganizationInvitationsRequest) GetParent

func (*ListMyOrganizationInvitationsRequest) GotenMessage

func (*ListMyOrganizationInvitationsRequest) GotenMessage()

func (*ListMyOrganizationInvitationsRequest) GotenValidate

func (obj *ListMyOrganizationInvitationsRequest) GotenValidate() error

func (*ListMyOrganizationInvitationsRequest) Marshal

func (*ListMyOrganizationInvitationsRequest) MarshalJSON

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

func (*ListMyOrganizationInvitationsRequest) ProtoMessage

func (*ListMyOrganizationInvitationsRequest) ProtoMessage()

func (*ListMyOrganizationInvitationsRequest) ProtoReflect

func (*ListMyOrganizationInvitationsRequest) Reset

func (*ListMyOrganizationInvitationsRequest) SetFilter

func (*ListMyOrganizationInvitationsRequest) SetParent

func (*ListMyOrganizationInvitationsRequest) String

func (*ListMyOrganizationInvitationsRequest) Unmarshal

func (*ListMyOrganizationInvitationsRequest) UnmarshalJSON

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

type ListMyOrganizationInvitationsResponse

type ListMyOrganizationInvitationsResponse struct {

	// The list of OrganizationInvitations
	OrganizationInvitations []*organization_invitation.OrganizationInvitation `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListMyOrganizationInvitations][ntt.iam.v1alpha2.ListMyOrganizationInvitations]

func (*ListMyOrganizationInvitationsResponse) Descriptor

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

Deprecated, Use ListMyOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationInvitationsResponse) GetOrganizationInvitations

func (*ListMyOrganizationInvitationsResponse) GotenMessage

func (*ListMyOrganizationInvitationsResponse) GotenMessage()

func (*ListMyOrganizationInvitationsResponse) GotenValidate

func (obj *ListMyOrganizationInvitationsResponse) GotenValidate() error

func (*ListMyOrganizationInvitationsResponse) Marshal

func (*ListMyOrganizationInvitationsResponse) MarshalJSON

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

func (*ListMyOrganizationInvitationsResponse) ProtoMessage

func (*ListMyOrganizationInvitationsResponse) ProtoMessage()

func (*ListMyOrganizationInvitationsResponse) ProtoReflect

func (*ListMyOrganizationInvitationsResponse) Reset

func (*ListMyOrganizationInvitationsResponse) SetOrganizationInvitations

func (*ListMyOrganizationInvitationsResponse) String

func (*ListMyOrganizationInvitationsResponse) Unmarshal

func (*ListMyOrganizationInvitationsResponse) UnmarshalJSON

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

type ListOrganizationInvitationsDescriptor added in v0.4.28

type ListOrganizationInvitationsDescriptor struct{}

func GetListOrganizationInvitationsDescriptor added in v0.4.28

func GetListOrganizationInvitationsDescriptor() *ListOrganizationInvitationsDescriptor

func (*ListOrganizationInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListOrganizationInvitationsDescriptor) GetApiName added in v0.4.28

func (*ListOrganizationInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) GetFullMethodName() string

func (*ListOrganizationInvitationsDescriptor) GetMethodName added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) GetMethodName() string

func (*ListOrganizationInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) GetProtoPkgName() string

func (*ListOrganizationInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (*ListOrganizationInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) GetServiceDomain() string

func (*ListOrganizationInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) GetServiceVersion() string

func (*ListOrganizationInvitationsDescriptor) GetVerb added in v0.4.28

func (*ListOrganizationInvitationsDescriptor) HasResource added in v0.4.30

func (*ListOrganizationInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) IsClientStream() bool

func (*ListOrganizationInvitationsDescriptor) IsCollection added in v0.4.30

func (d *ListOrganizationInvitationsDescriptor) IsCollection() bool

func (*ListOrganizationInvitationsDescriptor) IsPlural added in v0.4.30

func (*ListOrganizationInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) IsServerStream() bool

func (*ListOrganizationInvitationsDescriptor) IsUnary added in v0.4.28

func (*ListOrganizationInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListOrganizationInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListOrganizationInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListOrganizationInvitationsDescriptor) RequestHasResourceBody() bool

type ListOrganizationInvitationsDescriptorClientMsgHandle added in v0.4.28

type ListOrganizationInvitationsDescriptorClientMsgHandle struct{}

func (*ListOrganizationInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationInvitationsDescriptorServerMsgHandle added in v0.4.28

type ListOrganizationInvitationsDescriptorServerMsgHandle struct{}

func (*ListOrganizationInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationInvitationsRequest

type ListOrganizationInvitationsRequest struct {

	// Parent name of ntt.iam.v1alpha2.OrganizationInvitation
	Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer OrganizationInvitations 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
	// [ListOrganizationInvitationsResponse.next_page_token][ntt.iam.v1alpha2.ListOrganizationInvitationsResponse.next_page_token]
	PageToken *organization_invitation.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 *organization_invitation.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 *organization_invitation.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 *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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 [ListOrganizationInvitations][ntt.iam.v1alpha2.ListOrganizationInvitations]

func (*ListOrganizationInvitationsRequest) Descriptor

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

Deprecated, Use ListOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsRequest) GetFieldMask

func (*ListOrganizationInvitationsRequest) GetFilter

func (*ListOrganizationInvitationsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationInvitationsRequest) GetIncludePagingInfo() bool

func (*ListOrganizationInvitationsRequest) GetOrderBy

func (*ListOrganizationInvitationsRequest) GetPageSize

func (m *ListOrganizationInvitationsRequest) GetPageSize() int32

func (*ListOrganizationInvitationsRequest) GetPageToken

func (*ListOrganizationInvitationsRequest) GetParent

func (*ListOrganizationInvitationsRequest) GetView

func (*ListOrganizationInvitationsRequest) GotenMessage

func (*ListOrganizationInvitationsRequest) GotenMessage()

func (*ListOrganizationInvitationsRequest) GotenValidate

func (obj *ListOrganizationInvitationsRequest) GotenValidate() error

func (*ListOrganizationInvitationsRequest) Marshal

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

func (*ListOrganizationInvitationsRequest) MarshalJSON

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

func (*ListOrganizationInvitationsRequest) ProtoMessage

func (*ListOrganizationInvitationsRequest) ProtoMessage()

func (*ListOrganizationInvitationsRequest) ProtoReflect

func (*ListOrganizationInvitationsRequest) Reset

func (*ListOrganizationInvitationsRequest) SetFieldMask

func (*ListOrganizationInvitationsRequest) SetFilter

func (*ListOrganizationInvitationsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationInvitationsRequest) SetIncludePagingInfo(fv bool)

func (*ListOrganizationInvitationsRequest) SetOrderBy

func (*ListOrganizationInvitationsRequest) SetPageSize

func (m *ListOrganizationInvitationsRequest) SetPageSize(fv int32)

func (*ListOrganizationInvitationsRequest) SetPageToken

func (*ListOrganizationInvitationsRequest) SetParent

func (*ListOrganizationInvitationsRequest) SetView

func (*ListOrganizationInvitationsRequest) String

func (*ListOrganizationInvitationsRequest) Unmarshal

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

func (*ListOrganizationInvitationsRequest) UnmarshalJSON

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

type ListOrganizationInvitationsResponse

type ListOrganizationInvitationsResponse struct {

	// The list of OrganizationInvitations
	OrganizationInvitations []*organization_invitation.OrganizationInvitation `` /* 166-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationInvitationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationInvitationsRequest.page_token]
	PrevPageToken *organization_invitation.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationInvitationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationInvitationsRequest.page_token]
	NextPageToken *organization_invitation.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 OrganizationInvitations 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 [ListOrganizationInvitations][ntt.iam.v1alpha2.ListOrganizationInvitations]

func (*ListOrganizationInvitationsResponse) Descriptor

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

Deprecated, Use ListOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsResponse) GetCurrentOffset added in v0.10.1

func (m *ListOrganizationInvitationsResponse) GetCurrentOffset() int32

func (*ListOrganizationInvitationsResponse) GetNextPageToken

func (*ListOrganizationInvitationsResponse) GetOrganizationInvitations

func (*ListOrganizationInvitationsResponse) GetPrevPageToken

func (*ListOrganizationInvitationsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListOrganizationInvitationsResponse) GetTotalResultsCount() int32

func (*ListOrganizationInvitationsResponse) GotenMessage

func (*ListOrganizationInvitationsResponse) GotenMessage()

func (*ListOrganizationInvitationsResponse) GotenValidate

func (obj *ListOrganizationInvitationsResponse) GotenValidate() error

func (*ListOrganizationInvitationsResponse) Marshal

func (*ListOrganizationInvitationsResponse) MarshalJSON

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

func (*ListOrganizationInvitationsResponse) ProtoMessage

func (*ListOrganizationInvitationsResponse) ProtoMessage()

func (*ListOrganizationInvitationsResponse) ProtoReflect

func (*ListOrganizationInvitationsResponse) Reset

func (*ListOrganizationInvitationsResponse) SetCurrentOffset added in v0.10.1

func (m *ListOrganizationInvitationsResponse) SetCurrentOffset(fv int32)

func (*ListOrganizationInvitationsResponse) SetNextPageToken

func (*ListOrganizationInvitationsResponse) SetOrganizationInvitations

func (*ListOrganizationInvitationsResponse) SetPrevPageToken

func (*ListOrganizationInvitationsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListOrganizationInvitationsResponse) SetTotalResultsCount(fv int32)

func (*ListOrganizationInvitationsResponse) String

func (*ListOrganizationInvitationsResponse) Unmarshal

func (*ListOrganizationInvitationsResponse) UnmarshalJSON

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

type OrganizationInvitationServiceClient

type OrganizationInvitationServiceClient interface {
	GetOrganizationInvitation(ctx context.Context, in *GetOrganizationInvitationRequest, opts ...grpc.CallOption) (*organization_invitation.OrganizationInvitation, error)
	BatchGetOrganizationInvitations(ctx context.Context, in *BatchGetOrganizationInvitationsRequest, opts ...grpc.CallOption) (*BatchGetOrganizationInvitationsResponse, error)
	ListOrganizationInvitations(ctx context.Context, in *ListOrganizationInvitationsRequest, opts ...grpc.CallOption) (*ListOrganizationInvitationsResponse, error)
	WatchOrganizationInvitation(ctx context.Context, in *WatchOrganizationInvitationRequest, opts ...grpc.CallOption) (WatchOrganizationInvitationClientStream, error)
	WatchOrganizationInvitations(ctx context.Context, in *WatchOrganizationInvitationsRequest, opts ...grpc.CallOption) (WatchOrganizationInvitationsClientStream, error)
	CreateOrganizationInvitation(ctx context.Context, in *CreateOrganizationInvitationRequest, opts ...grpc.CallOption) (*organization_invitation.OrganizationInvitation, error)
	UpdateOrganizationInvitation(ctx context.Context, in *UpdateOrganizationInvitationRequest, opts ...grpc.CallOption) (*organization_invitation.OrganizationInvitation, error)
	DeleteOrganizationInvitation(ctx context.Context, in *DeleteOrganizationInvitationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AcceptOrganizationInvitation(ctx context.Context, in *AcceptOrganizationInvitationRequest, opts ...grpc.CallOption) (*AcceptOrganizationInvitationResponse, error)
	DeclineOrganizationInvitation(ctx context.Context, in *DeclineOrganizationInvitationRequest, opts ...grpc.CallOption) (*DeclineOrganizationInvitationResponse, error)
	ListMyOrganizationInvitations(ctx context.Context, in *ListMyOrganizationInvitationsRequest, opts ...grpc.CallOption) (*ListMyOrganizationInvitationsResponse, error)
}

OrganizationInvitationServiceClient is the client API for OrganizationInvitationService.

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

type OrganizationInvitationServiceDescriptor added in v0.4.28

type OrganizationInvitationServiceDescriptor struct{}

func GetOrganizationInvitationServiceDescriptor added in v0.4.28

func GetOrganizationInvitationServiceDescriptor() *OrganizationInvitationServiceDescriptor

func (*OrganizationInvitationServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*OrganizationInvitationServiceDescriptor) GetApiName added in v0.4.28

func (*OrganizationInvitationServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *OrganizationInvitationServiceDescriptor) GetFullAPIName() string

func (*OrganizationInvitationServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *OrganizationInvitationServiceDescriptor) GetProtoPkgName() string

func (*OrganizationInvitationServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *OrganizationInvitationServiceDescriptor) GetServiceDomain() string

func (*OrganizationInvitationServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *OrganizationInvitationServiceDescriptor) GetServiceVersion() string

type UpdateOrganizationInvitationDescriptor added in v0.4.28

type UpdateOrganizationInvitationDescriptor struct{}

func GetUpdateOrganizationInvitationDescriptor added in v0.4.28

func GetUpdateOrganizationInvitationDescriptor() *UpdateOrganizationInvitationDescriptor

func (*UpdateOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) GetFullMethodName() string

func (*UpdateOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*UpdateOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*UpdateOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) GetServiceDomain() string

func (*UpdateOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) GetServiceVersion() string

func (*UpdateOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*UpdateOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) IsClientStream() bool

func (*UpdateOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *UpdateOrganizationInvitationDescriptor) IsCollection() bool

func (*UpdateOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*UpdateOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) IsServerStream() bool

func (*UpdateOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*UpdateOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type UpdateOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type UpdateOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*UpdateOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type UpdateOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*UpdateOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationInvitationRequest

type UpdateOrganizationInvitationRequest struct {

	// OrganizationInvitation resource body
	OrganizationInvitation *organization_invitation.OrganizationInvitation `` /* 162-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *organization_invitation.OrganizationInvitation_FieldMask `` /* 158-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 *UpdateOrganizationInvitationRequest_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 [UpdateOrganizationInvitation][ntt.iam.v1alpha2.UpdateOrganizationInvitation]

func (*UpdateOrganizationInvitationRequest) Descriptor

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

Deprecated, Use UpdateOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationInvitationRequest) GetAllowMissing added in v0.12.33

func (m *UpdateOrganizationInvitationRequest) GetAllowMissing() bool

func (*UpdateOrganizationInvitationRequest) GetCas

func (*UpdateOrganizationInvitationRequest) GetOrganizationInvitation

func (*UpdateOrganizationInvitationRequest) GetUpdateMask

func (*UpdateOrganizationInvitationRequest) GotenMessage

func (*UpdateOrganizationInvitationRequest) GotenMessage()

func (*UpdateOrganizationInvitationRequest) GotenValidate

func (obj *UpdateOrganizationInvitationRequest) GotenValidate() error

func (*UpdateOrganizationInvitationRequest) Marshal

func (*UpdateOrganizationInvitationRequest) MarshalJSON

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

func (*UpdateOrganizationInvitationRequest) ProtoMessage

func (*UpdateOrganizationInvitationRequest) ProtoMessage()

func (*UpdateOrganizationInvitationRequest) ProtoReflect

func (*UpdateOrganizationInvitationRequest) Reset

func (*UpdateOrganizationInvitationRequest) SetAllowMissing added in v0.12.33

func (m *UpdateOrganizationInvitationRequest) SetAllowMissing(fv bool)

func (*UpdateOrganizationInvitationRequest) SetCas

func (*UpdateOrganizationInvitationRequest) SetOrganizationInvitation

func (*UpdateOrganizationInvitationRequest) SetUpdateMask

func (*UpdateOrganizationInvitationRequest) String

func (*UpdateOrganizationInvitationRequest) Unmarshal

func (*UpdateOrganizationInvitationRequest) UnmarshalJSON

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

type UpdateOrganizationInvitationRequest_CAS

type UpdateOrganizationInvitationRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *organization_invitation.OrganizationInvitation `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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 (*UpdateOrganizationInvitationRequest_CAS) Descriptor

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

Deprecated, Use UpdateOrganizationInvitationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationInvitationRequest_CAS) GetConditionalState

func (*UpdateOrganizationInvitationRequest_CAS) GetFieldMask

func (*UpdateOrganizationInvitationRequest_CAS) GotenMessage

func (*UpdateOrganizationInvitationRequest_CAS) GotenValidate

func (obj *UpdateOrganizationInvitationRequest_CAS) GotenValidate() error

func (*UpdateOrganizationInvitationRequest_CAS) Marshal

func (*UpdateOrganizationInvitationRequest_CAS) MarshalJSON

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

func (*UpdateOrganizationInvitationRequest_CAS) ProtoMessage

func (*UpdateOrganizationInvitationRequest_CAS) ProtoReflect

func (*UpdateOrganizationInvitationRequest_CAS) Reset

func (*UpdateOrganizationInvitationRequest_CAS) SetConditionalState

func (*UpdateOrganizationInvitationRequest_CAS) SetFieldMask

func (*UpdateOrganizationInvitationRequest_CAS) String

func (*UpdateOrganizationInvitationRequest_CAS) Unmarshal

func (*UpdateOrganizationInvitationRequest_CAS) UnmarshalJSON

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

type WatchOrganizationInvitationClientStream

type WatchOrganizationInvitationClientStream interface {
	Recv() (*WatchOrganizationInvitationResponse, error)
	grpc.ClientStream
}

type WatchOrganizationInvitationDescriptor added in v0.4.28

type WatchOrganizationInvitationDescriptor struct{}

func GetWatchOrganizationInvitationDescriptor added in v0.4.28

func GetWatchOrganizationInvitationDescriptor() *WatchOrganizationInvitationDescriptor

func (*WatchOrganizationInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationInvitationDescriptor) GetApiName added in v0.4.28

func (*WatchOrganizationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) GetFullMethodName() string

func (*WatchOrganizationInvitationDescriptor) GetMethodName added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) GetMethodName() string

func (*WatchOrganizationInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) GetProtoPkgName() string

func (*WatchOrganizationInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (*WatchOrganizationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) GetServiceDomain() string

func (*WatchOrganizationInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) GetServiceVersion() string

func (*WatchOrganizationInvitationDescriptor) GetVerb added in v0.4.28

func (*WatchOrganizationInvitationDescriptor) HasResource added in v0.4.30

func (*WatchOrganizationInvitationDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) IsClientStream() bool

func (*WatchOrganizationInvitationDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationInvitationDescriptor) IsCollection() bool

func (*WatchOrganizationInvitationDescriptor) IsPlural added in v0.4.30

func (*WatchOrganizationInvitationDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) IsServerStream() bool

func (*WatchOrganizationInvitationDescriptor) IsUnary added in v0.4.28

func (*WatchOrganizationInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationInvitationDescriptor) RequestHasResourceBody() bool

type WatchOrganizationInvitationDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationInvitationDescriptorClientMsgHandle struct{}

func (*WatchOrganizationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationInvitationDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationInvitationDescriptorServerMsgHandle struct{}

func (*WatchOrganizationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationInvitationRequest

type WatchOrganizationInvitationRequest struct {

	// Name of ntt.iam.v1alpha2.OrganizationInvitation
	Name *organization_invitation.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 *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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 [WatchOrganizationInvitation][ntt.iam.v1alpha2.WatchOrganizationInvitation]

func (*WatchOrganizationInvitationRequest) Descriptor

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

Deprecated, Use WatchOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationInvitationRequest) GetFieldMask

func (*WatchOrganizationInvitationRequest) GetName

func (*WatchOrganizationInvitationRequest) GetView

func (*WatchOrganizationInvitationRequest) GotenMessage

func (*WatchOrganizationInvitationRequest) GotenMessage()

func (*WatchOrganizationInvitationRequest) GotenValidate

func (obj *WatchOrganizationInvitationRequest) GotenValidate() error

func (*WatchOrganizationInvitationRequest) Marshal

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

func (*WatchOrganizationInvitationRequest) MarshalJSON

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

func (*WatchOrganizationInvitationRequest) ProtoMessage

func (*WatchOrganizationInvitationRequest) ProtoMessage()

func (*WatchOrganizationInvitationRequest) ProtoReflect

func (*WatchOrganizationInvitationRequest) Reset

func (*WatchOrganizationInvitationRequest) SetFieldMask

func (*WatchOrganizationInvitationRequest) SetName

func (*WatchOrganizationInvitationRequest) SetView

func (*WatchOrganizationInvitationRequest) String

func (*WatchOrganizationInvitationRequest) Unmarshal

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

func (*WatchOrganizationInvitationRequest) UnmarshalJSON

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

type WatchOrganizationInvitationResponse

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

WatchOrganizationInvitationResponse

func (*WatchOrganizationInvitationResponse) Descriptor

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

Deprecated, Use WatchOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationInvitationResponse) GetChange

func (*WatchOrganizationInvitationResponse) GotenMessage

func (*WatchOrganizationInvitationResponse) GotenMessage()

func (*WatchOrganizationInvitationResponse) GotenValidate

func (obj *WatchOrganizationInvitationResponse) GotenValidate() error

func (*WatchOrganizationInvitationResponse) Marshal

func (*WatchOrganizationInvitationResponse) MarshalJSON

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

func (*WatchOrganizationInvitationResponse) ProtoMessage

func (*WatchOrganizationInvitationResponse) ProtoMessage()

func (*WatchOrganizationInvitationResponse) ProtoReflect

func (*WatchOrganizationInvitationResponse) Reset

func (*WatchOrganizationInvitationResponse) SetChange

func (*WatchOrganizationInvitationResponse) String

func (*WatchOrganizationInvitationResponse) Unmarshal

func (*WatchOrganizationInvitationResponse) UnmarshalJSON

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

type WatchOrganizationInvitationsClientStream

type WatchOrganizationInvitationsClientStream interface {
	Recv() (*WatchOrganizationInvitationsResponse, error)
	grpc.ClientStream
}

type WatchOrganizationInvitationsDescriptor added in v0.4.28

type WatchOrganizationInvitationsDescriptor struct{}

func GetWatchOrganizationInvitationsDescriptor added in v0.4.28

func GetWatchOrganizationInvitationsDescriptor() *WatchOrganizationInvitationsDescriptor

func (*WatchOrganizationInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) GetApiName added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) GetFullMethodName() string

func (*WatchOrganizationInvitationsDescriptor) GetMethodName added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) GetProtoPkgName() string

func (*WatchOrganizationInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (*WatchOrganizationInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) GetServiceDomain() string

func (*WatchOrganizationInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) GetServiceVersion() string

func (*WatchOrganizationInvitationsDescriptor) GetVerb added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) HasResource added in v0.4.30

func (*WatchOrganizationInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) IsClientStream() bool

func (*WatchOrganizationInvitationsDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationInvitationsDescriptor) IsCollection() bool

func (*WatchOrganizationInvitationsDescriptor) IsPlural added in v0.4.30

func (*WatchOrganizationInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) IsServerStream() bool

func (*WatchOrganizationInvitationsDescriptor) IsUnary added in v0.4.28

func (*WatchOrganizationInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationInvitationsDescriptor) RequestHasResourceBody() bool

type WatchOrganizationInvitationsDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationInvitationsDescriptorClientMsgHandle struct{}

func (*WatchOrganizationInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationInvitationsDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationInvitationsDescriptorServerMsgHandle struct{}

func (*WatchOrganizationInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationInvitationsRequest

type WatchOrganizationInvitationsRequest 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.OrganizationInvitation
	Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer OrganizationInvitations 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 *organization_invitation.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 *organization_invitation.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 *organization_invitation.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 OrganizationInvitation that
	// don't affect any of masked fields won't be sent back.
	FieldMask *organization_invitation.OrganizationInvitation_FieldMask `` /* 154-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
	// OrganizationInvitation 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 [WatchOrganizationInvitations][ntt.iam.v1alpha2.WatchOrganizationInvitations]

func (*WatchOrganizationInvitationsRequest) Descriptor

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

Deprecated, Use WatchOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationInvitationsRequest) GetFieldMask

func (*WatchOrganizationInvitationsRequest) GetFilter

func (*WatchOrganizationInvitationsRequest) GetMaxChunkSize

func (m *WatchOrganizationInvitationsRequest) GetMaxChunkSize() int32

func (*WatchOrganizationInvitationsRequest) GetOrderBy

func (*WatchOrganizationInvitationsRequest) GetPageSize

func (m *WatchOrganizationInvitationsRequest) GetPageSize() int32

func (*WatchOrganizationInvitationsRequest) GetPageToken

func (*WatchOrganizationInvitationsRequest) GetParent

func (*WatchOrganizationInvitationsRequest) GetResumeToken

func (m *WatchOrganizationInvitationsRequest) GetResumeToken() string

func (*WatchOrganizationInvitationsRequest) GetStartingTime added in v0.9.0

func (*WatchOrganizationInvitationsRequest) GetType

func (*WatchOrganizationInvitationsRequest) GetView

func (*WatchOrganizationInvitationsRequest) GotenMessage

func (*WatchOrganizationInvitationsRequest) GotenMessage()

func (*WatchOrganizationInvitationsRequest) GotenValidate

func (obj *WatchOrganizationInvitationsRequest) GotenValidate() error

func (*WatchOrganizationInvitationsRequest) Marshal

func (*WatchOrganizationInvitationsRequest) MarshalJSON

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

func (*WatchOrganizationInvitationsRequest) ProtoMessage

func (*WatchOrganizationInvitationsRequest) ProtoMessage()

func (*WatchOrganizationInvitationsRequest) ProtoReflect

func (*WatchOrganizationInvitationsRequest) Reset

func (*WatchOrganizationInvitationsRequest) SetFieldMask

func (*WatchOrganizationInvitationsRequest) SetFilter

func (*WatchOrganizationInvitationsRequest) SetMaxChunkSize

func (m *WatchOrganizationInvitationsRequest) SetMaxChunkSize(fv int32)

func (*WatchOrganizationInvitationsRequest) SetOrderBy

func (*WatchOrganizationInvitationsRequest) SetPageSize

func (m *WatchOrganizationInvitationsRequest) SetPageSize(fv int32)

func (*WatchOrganizationInvitationsRequest) SetPageToken

func (*WatchOrganizationInvitationsRequest) SetParent

func (*WatchOrganizationInvitationsRequest) SetResumeToken

func (m *WatchOrganizationInvitationsRequest) SetResumeToken(fv string)

func (*WatchOrganizationInvitationsRequest) SetStartingTime added in v0.9.0

func (*WatchOrganizationInvitationsRequest) SetType

func (*WatchOrganizationInvitationsRequest) SetView

func (*WatchOrganizationInvitationsRequest) String

func (*WatchOrganizationInvitationsRequest) Unmarshal

func (*WatchOrganizationInvitationsRequest) UnmarshalJSON

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

type WatchOrganizationInvitationsResponse

type WatchOrganizationInvitationsResponse struct {

	// Changes of OrganizationInvitations
	OrganizationInvitationChanges []*organization_invitation.OrganizationInvitationChange `` /* 192-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 OrganizationInvitations 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 *WatchOrganizationInvitationsResponse_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 (OrganizationInvitations 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
}

WatchOrganizationInvitationsResponse

func (*WatchOrganizationInvitationsResponse) Descriptor

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

Deprecated, Use WatchOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationInvitationsResponse) GetIsCurrent

func (m *WatchOrganizationInvitationsResponse) GetIsCurrent() bool

func (*WatchOrganizationInvitationsResponse) GetIsHardReset

func (m *WatchOrganizationInvitationsResponse) GetIsHardReset() bool

func (*WatchOrganizationInvitationsResponse) GetIsSoftReset

func (m *WatchOrganizationInvitationsResponse) GetIsSoftReset() bool

func (*WatchOrganizationInvitationsResponse) GetOrganizationInvitationChanges

func (*WatchOrganizationInvitationsResponse) GetPageTokenChange

func (*WatchOrganizationInvitationsResponse) GetResumeToken

func (m *WatchOrganizationInvitationsResponse) GetResumeToken() string

func (*WatchOrganizationInvitationsResponse) GetSnapshotSize

func (m *WatchOrganizationInvitationsResponse) GetSnapshotSize() int64

func (*WatchOrganizationInvitationsResponse) GotenMessage

func (*WatchOrganizationInvitationsResponse) GotenMessage()

func (*WatchOrganizationInvitationsResponse) GotenValidate

func (obj *WatchOrganizationInvitationsResponse) GotenValidate() error

func (*WatchOrganizationInvitationsResponse) Marshal

func (*WatchOrganizationInvitationsResponse) MarshalJSON

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

func (*WatchOrganizationInvitationsResponse) ProtoMessage

func (*WatchOrganizationInvitationsResponse) ProtoMessage()

func (*WatchOrganizationInvitationsResponse) ProtoReflect

func (*WatchOrganizationInvitationsResponse) Reset

func (*WatchOrganizationInvitationsResponse) SetIsCurrent

func (m *WatchOrganizationInvitationsResponse) SetIsCurrent(fv bool)

func (*WatchOrganizationInvitationsResponse) SetIsHardReset

func (m *WatchOrganizationInvitationsResponse) SetIsHardReset(fv bool)

func (*WatchOrganizationInvitationsResponse) SetIsSoftReset

func (m *WatchOrganizationInvitationsResponse) SetIsSoftReset(fv bool)

func (*WatchOrganizationInvitationsResponse) SetOrganizationInvitationChanges

func (*WatchOrganizationInvitationsResponse) SetPageTokenChange

func (*WatchOrganizationInvitationsResponse) SetResumeToken

func (m *WatchOrganizationInvitationsResponse) SetResumeToken(fv string)

func (*WatchOrganizationInvitationsResponse) SetSnapshotSize

func (m *WatchOrganizationInvitationsResponse) SetSnapshotSize(fv int64)

func (*WatchOrganizationInvitationsResponse) String

func (*WatchOrganizationInvitationsResponse) Unmarshal

func (*WatchOrganizationInvitationsResponse) UnmarshalJSON

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

type WatchOrganizationInvitationsResponse_PageTokenChange

type WatchOrganizationInvitationsResponse_PageTokenChange struct {

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

func (*WatchOrganizationInvitationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchOrganizationInvitationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchOrganizationInvitationsResponse_PageTokenChange) GetNextPageToken

func (*WatchOrganizationInvitationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchOrganizationInvitationsResponse_PageTokenChange) GotenMessage

func (*WatchOrganizationInvitationsResponse_PageTokenChange) GotenValidate

func (*WatchOrganizationInvitationsResponse_PageTokenChange) Marshal

func (*WatchOrganizationInvitationsResponse_PageTokenChange) MarshalJSON

func (*WatchOrganizationInvitationsResponse_PageTokenChange) ProtoMessage

func (*WatchOrganizationInvitationsResponse_PageTokenChange) ProtoReflect

func (*WatchOrganizationInvitationsResponse_PageTokenChange) Reset

func (*WatchOrganizationInvitationsResponse_PageTokenChange) SetNextPageToken

func (*WatchOrganizationInvitationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchOrganizationInvitationsResponse_PageTokenChange) String

func (*WatchOrganizationInvitationsResponse_PageTokenChange) Unmarshal

func (*WatchOrganizationInvitationsResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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