organization_client

package
v1.0.40 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetOrganizationsDescriptor

type BatchGetOrganizationsDescriptor struct{}

func GetBatchGetOrganizationsDescriptor

func GetBatchGetOrganizationsDescriptor() *BatchGetOrganizationsDescriptor

func (*BatchGetOrganizationsDescriptor) GetApiDescriptor

func (*BatchGetOrganizationsDescriptor) GetApiName

func (d *BatchGetOrganizationsDescriptor) GetApiName() string

func (*BatchGetOrganizationsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetOrganizationsDescriptor) GetFullMethodName

func (d *BatchGetOrganizationsDescriptor) GetFullMethodName() string

func (*BatchGetOrganizationsDescriptor) GetMethodName

func (d *BatchGetOrganizationsDescriptor) GetMethodName() string

func (*BatchGetOrganizationsDescriptor) GetProtoPkgName

func (d *BatchGetOrganizationsDescriptor) GetProtoPkgName() string

func (*BatchGetOrganizationsDescriptor) GetResourceDescriptor

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

func (*BatchGetOrganizationsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetOrganizationsDescriptor) GetServiceDomain

func (d *BatchGetOrganizationsDescriptor) GetServiceDomain() string

func (*BatchGetOrganizationsDescriptor) GetServiceVersion

func (d *BatchGetOrganizationsDescriptor) GetServiceVersion() string

func (*BatchGetOrganizationsDescriptor) GetVerb

func (*BatchGetOrganizationsDescriptor) HasResource

func (d *BatchGetOrganizationsDescriptor) HasResource() bool

func (*BatchGetOrganizationsDescriptor) IsClientStream

func (d *BatchGetOrganizationsDescriptor) IsClientStream() bool

func (*BatchGetOrganizationsDescriptor) IsCollection

func (d *BatchGetOrganizationsDescriptor) IsCollection() bool

func (*BatchGetOrganizationsDescriptor) IsPlural

func (d *BatchGetOrganizationsDescriptor) IsPlural() bool

func (*BatchGetOrganizationsDescriptor) IsServerStream

func (d *BatchGetOrganizationsDescriptor) IsServerStream() bool

func (*BatchGetOrganizationsDescriptor) IsUnary

func (*BatchGetOrganizationsDescriptor) NewEmptyClientMsg

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

func (*BatchGetOrganizationsDescriptor) NewEmptyServerMsg

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

func (*BatchGetOrganizationsDescriptor) RequestHasResourceBody

func (d *BatchGetOrganizationsDescriptor) RequestHasResourceBody() bool

type BatchGetOrganizationsDescriptorClientMsgHandle

type BatchGetOrganizationsDescriptorClientMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetOrganizationsDescriptorServerMsgHandle

type BatchGetOrganizationsDescriptorServerMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetOrganizationsRequest

type BatchGetOrganizationsRequest struct {

	// Names of Organizations
	Names []*organization.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.Organization_FieldMask `` /* 144-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 [BatchGetOrganizations][ntt.iam.v1.BatchGetOrganizations]

func (*BatchGetOrganizationsRequest) Descriptor

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

Deprecated, Use BatchGetOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsRequest) GetFieldMask

func (*BatchGetOrganizationsRequest) GetNames

func (*BatchGetOrganizationsRequest) GetView

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

func (*BatchGetOrganizationsRequest) GotenMessage

func (*BatchGetOrganizationsRequest) GotenMessage()

func (*BatchGetOrganizationsRequest) GotenValidate

func (obj *BatchGetOrganizationsRequest) GotenValidate() error

func (*BatchGetOrganizationsRequest) Marshal

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

func (*BatchGetOrganizationsRequest) MarshalJSON

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

func (*BatchGetOrganizationsRequest) ProtoMessage

func (*BatchGetOrganizationsRequest) ProtoMessage()

func (*BatchGetOrganizationsRequest) ProtoReflect

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

func (*BatchGetOrganizationsRequest) Reset

func (m *BatchGetOrganizationsRequest) Reset()

func (*BatchGetOrganizationsRequest) SetFieldMask

func (*BatchGetOrganizationsRequest) SetNames

func (m *BatchGetOrganizationsRequest) SetNames(fv []*organization.Name)

func (*BatchGetOrganizationsRequest) SetView

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

func (*BatchGetOrganizationsRequest) String

func (*BatchGetOrganizationsRequest) Unmarshal

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

func (*BatchGetOrganizationsRequest) UnmarshalJSON

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

type BatchGetOrganizationsResponse

type BatchGetOrganizationsResponse struct {

	// found Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// list of not found Organizations
	Missing []*organization.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse) Descriptor

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

Deprecated, Use BatchGetOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsResponse) GetMissing

func (m *BatchGetOrganizationsResponse) GetMissing() []*organization.Name

func (*BatchGetOrganizationsResponse) GetOrganizations

func (m *BatchGetOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*BatchGetOrganizationsResponse) GotenMessage

func (*BatchGetOrganizationsResponse) GotenMessage()

func (*BatchGetOrganizationsResponse) GotenValidate

func (obj *BatchGetOrganizationsResponse) GotenValidate() error

func (*BatchGetOrganizationsResponse) Marshal

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

func (*BatchGetOrganizationsResponse) MarshalJSON

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

func (*BatchGetOrganizationsResponse) ProtoMessage

func (*BatchGetOrganizationsResponse) ProtoMessage()

func (*BatchGetOrganizationsResponse) ProtoReflect

func (*BatchGetOrganizationsResponse) Reset

func (m *BatchGetOrganizationsResponse) Reset()

func (*BatchGetOrganizationsResponse) SetMissing

func (m *BatchGetOrganizationsResponse) SetMissing(fv []*organization.Name)

func (*BatchGetOrganizationsResponse) SetOrganizations

func (m *BatchGetOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*BatchGetOrganizationsResponse) String

func (*BatchGetOrganizationsResponse) Unmarshal

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

func (*BatchGetOrganizationsResponse) UnmarshalJSON

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

type CreateOrganizationDescriptor

type CreateOrganizationDescriptor struct{}

func GetCreateOrganizationDescriptor

func GetCreateOrganizationDescriptor() *CreateOrganizationDescriptor

func (*CreateOrganizationDescriptor) GetApiDescriptor

func (*CreateOrganizationDescriptor) GetApiName

func (d *CreateOrganizationDescriptor) GetApiName() string

func (*CreateOrganizationDescriptor) GetClientMsgReflectHandle

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

func (*CreateOrganizationDescriptor) GetFullMethodName

func (d *CreateOrganizationDescriptor) GetFullMethodName() string

func (*CreateOrganizationDescriptor) GetMethodName

func (d *CreateOrganizationDescriptor) GetMethodName() string

func (*CreateOrganizationDescriptor) GetProtoPkgName

func (d *CreateOrganizationDescriptor) GetProtoPkgName() string

func (*CreateOrganizationDescriptor) GetResourceDescriptor

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

func (*CreateOrganizationDescriptor) GetServerMsgReflectHandle

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

func (*CreateOrganizationDescriptor) GetServiceDomain

func (d *CreateOrganizationDescriptor) GetServiceDomain() string

func (*CreateOrganizationDescriptor) GetServiceVersion

func (d *CreateOrganizationDescriptor) GetServiceVersion() string

func (*CreateOrganizationDescriptor) GetVerb

func (d *CreateOrganizationDescriptor) GetVerb() string

func (*CreateOrganizationDescriptor) HasResource

func (d *CreateOrganizationDescriptor) HasResource() bool

func (*CreateOrganizationDescriptor) IsClientStream

func (d *CreateOrganizationDescriptor) IsClientStream() bool

func (*CreateOrganizationDescriptor) IsCollection

func (d *CreateOrganizationDescriptor) IsCollection() bool

func (*CreateOrganizationDescriptor) IsPlural

func (d *CreateOrganizationDescriptor) IsPlural() bool

func (*CreateOrganizationDescriptor) IsServerStream

func (d *CreateOrganizationDescriptor) IsServerStream() bool

func (*CreateOrganizationDescriptor) IsUnary

func (d *CreateOrganizationDescriptor) IsUnary() bool

func (*CreateOrganizationDescriptor) NewEmptyClientMsg

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

func (*CreateOrganizationDescriptor) NewEmptyServerMsg

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

func (*CreateOrganizationDescriptor) RequestHasResourceBody

func (d *CreateOrganizationDescriptor) RequestHasResourceBody() bool

type CreateOrganizationDescriptorClientMsgHandle

type CreateOrganizationDescriptorClientMsgHandle struct{}

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceName

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceNames

type CreateOrganizationDescriptorServerMsgHandle

type CreateOrganizationDescriptorServerMsgHandle struct{}

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceName

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceNames

type CreateOrganizationRequest

type CreateOrganizationRequest struct {

	// Organization resource body
	Organization *organization.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty" firestore:"organization"`
	// contains filtered or unexported fields
}

Request message for method [CreateOrganization][ntt.iam.v1.CreateOrganization]

func (*CreateOrganizationRequest) Descriptor

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

Deprecated, Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetOrganization

func (m *CreateOrganizationRequest) GetOrganization() *organization.Organization

func (*CreateOrganizationRequest) GotenMessage

func (*CreateOrganizationRequest) GotenMessage()

func (*CreateOrganizationRequest) GotenValidate

func (obj *CreateOrganizationRequest) GotenValidate() error

func (*CreateOrganizationRequest) Marshal

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

func (*CreateOrganizationRequest) MarshalJSON

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

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

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

func (*CreateOrganizationRequest) Reset

func (m *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) SetOrganization

func (m *CreateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*CreateOrganizationRequest) String

func (m *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) Unmarshal

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

func (*CreateOrganizationRequest) UnmarshalJSON

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

type DeleteOrganizationDescriptor

type DeleteOrganizationDescriptor struct{}

func GetDeleteOrganizationDescriptor

func GetDeleteOrganizationDescriptor() *DeleteOrganizationDescriptor

func (*DeleteOrganizationDescriptor) GetApiDescriptor

func (*DeleteOrganizationDescriptor) GetApiName

func (d *DeleteOrganizationDescriptor) GetApiName() string

func (*DeleteOrganizationDescriptor) GetClientMsgReflectHandle

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

func (*DeleteOrganizationDescriptor) GetFullMethodName

func (d *DeleteOrganizationDescriptor) GetFullMethodName() string

func (*DeleteOrganizationDescriptor) GetMethodName

func (d *DeleteOrganizationDescriptor) GetMethodName() string

func (*DeleteOrganizationDescriptor) GetProtoPkgName

func (d *DeleteOrganizationDescriptor) GetProtoPkgName() string

func (*DeleteOrganizationDescriptor) GetResourceDescriptor

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

func (*DeleteOrganizationDescriptor) GetServerMsgReflectHandle

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

func (*DeleteOrganizationDescriptor) GetServiceDomain

func (d *DeleteOrganizationDescriptor) GetServiceDomain() string

func (*DeleteOrganizationDescriptor) GetServiceVersion

func (d *DeleteOrganizationDescriptor) GetServiceVersion() string

func (*DeleteOrganizationDescriptor) GetVerb

func (d *DeleteOrganizationDescriptor) GetVerb() string

func (*DeleteOrganizationDescriptor) HasResource

func (d *DeleteOrganizationDescriptor) HasResource() bool

func (*DeleteOrganizationDescriptor) IsClientStream

func (d *DeleteOrganizationDescriptor) IsClientStream() bool

func (*DeleteOrganizationDescriptor) IsCollection

func (d *DeleteOrganizationDescriptor) IsCollection() bool

func (*DeleteOrganizationDescriptor) IsPlural

func (d *DeleteOrganizationDescriptor) IsPlural() bool

func (*DeleteOrganizationDescriptor) IsServerStream

func (d *DeleteOrganizationDescriptor) IsServerStream() bool

func (*DeleteOrganizationDescriptor) IsUnary

func (d *DeleteOrganizationDescriptor) IsUnary() bool

func (*DeleteOrganizationDescriptor) NewEmptyClientMsg

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

func (*DeleteOrganizationDescriptor) NewEmptyServerMsg

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

func (*DeleteOrganizationDescriptor) RequestHasResourceBody

func (d *DeleteOrganizationDescriptor) RequestHasResourceBody() bool

type DeleteOrganizationDescriptorClientMsgHandle

type DeleteOrganizationDescriptorClientMsgHandle struct{}

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceNames

type DeleteOrganizationDescriptorServerMsgHandle

type DeleteOrganizationDescriptorServerMsgHandle struct{}

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceNames

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {

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

Request message for method [DeleteOrganization][ntt.iam.v1.DeleteOrganization]

func (*DeleteOrganizationRequest) Descriptor

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

Deprecated, Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetName

func (*DeleteOrganizationRequest) GotenMessage

func (*DeleteOrganizationRequest) GotenMessage()

func (*DeleteOrganizationRequest) GotenValidate

func (obj *DeleteOrganizationRequest) GotenValidate() error

func (*DeleteOrganizationRequest) Marshal

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

func (*DeleteOrganizationRequest) MarshalJSON

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

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

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

func (*DeleteOrganizationRequest) Reset

func (m *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) SetName

func (*DeleteOrganizationRequest) String

func (m *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) Unmarshal

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

func (*DeleteOrganizationRequest) UnmarshalJSON

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

type GetOrganizationDescriptor

type GetOrganizationDescriptor struct{}

func GetGetOrganizationDescriptor

func GetGetOrganizationDescriptor() *GetOrganizationDescriptor

func (*GetOrganizationDescriptor) GetApiDescriptor

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

func (*GetOrganizationDescriptor) GetApiName

func (d *GetOrganizationDescriptor) GetApiName() string

func (*GetOrganizationDescriptor) GetClientMsgReflectHandle

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

func (*GetOrganizationDescriptor) GetFullMethodName

func (d *GetOrganizationDescriptor) GetFullMethodName() string

func (*GetOrganizationDescriptor) GetMethodName

func (d *GetOrganizationDescriptor) GetMethodName() string

func (*GetOrganizationDescriptor) GetProtoPkgName

func (d *GetOrganizationDescriptor) GetProtoPkgName() string

func (*GetOrganizationDescriptor) GetResourceDescriptor

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

func (*GetOrganizationDescriptor) GetServerMsgReflectHandle

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

func (*GetOrganizationDescriptor) GetServiceDomain

func (d *GetOrganizationDescriptor) GetServiceDomain() string

func (*GetOrganizationDescriptor) GetServiceVersion

func (d *GetOrganizationDescriptor) GetServiceVersion() string

func (*GetOrganizationDescriptor) GetVerb

func (d *GetOrganizationDescriptor) GetVerb() string

func (*GetOrganizationDescriptor) HasResource

func (d *GetOrganizationDescriptor) HasResource() bool

func (*GetOrganizationDescriptor) IsClientStream

func (d *GetOrganizationDescriptor) IsClientStream() bool

func (*GetOrganizationDescriptor) IsCollection

func (d *GetOrganizationDescriptor) IsCollection() bool

func (*GetOrganizationDescriptor) IsPlural

func (d *GetOrganizationDescriptor) IsPlural() bool

func (*GetOrganizationDescriptor) IsServerStream

func (d *GetOrganizationDescriptor) IsServerStream() bool

func (*GetOrganizationDescriptor) IsUnary

func (d *GetOrganizationDescriptor) IsUnary() bool

func (*GetOrganizationDescriptor) NewEmptyClientMsg

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

func (*GetOrganizationDescriptor) NewEmptyServerMsg

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

func (*GetOrganizationDescriptor) RequestHasResourceBody

func (d *GetOrganizationDescriptor) RequestHasResourceBody() bool

type GetOrganizationDescriptorClientMsgHandle

type GetOrganizationDescriptorClientMsgHandle struct{}

func (*GetOrganizationDescriptorClientMsgHandle) ExtractCollectionName

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceBody

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceName

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceNames

type GetOrganizationDescriptorServerMsgHandle

type GetOrganizationDescriptorServerMsgHandle struct{}

func (*GetOrganizationDescriptorServerMsgHandle) ExtractCollectionName

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceBody

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceName

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceNames

type GetOrganizationRequest

type GetOrganizationRequest struct {

	// Name of ntt.iam.v1.Organization
	Name *organization.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.Organization_FieldMask `` /* 144-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 [GetOrganization][ntt.iam.v1.GetOrganization]

func (*GetOrganizationRequest) Descriptor

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

Deprecated, Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetFieldMask

func (*GetOrganizationRequest) GetName

func (*GetOrganizationRequest) GetView

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

func (*GetOrganizationRequest) GotenMessage

func (*GetOrganizationRequest) GotenMessage()

func (*GetOrganizationRequest) GotenValidate

func (obj *GetOrganizationRequest) GotenValidate() error

func (*GetOrganizationRequest) Marshal

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

func (*GetOrganizationRequest) MarshalJSON

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

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (m *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) SetFieldMask

func (*GetOrganizationRequest) SetName

func (m *GetOrganizationRequest) SetName(fv *organization.Name)

func (*GetOrganizationRequest) SetView

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

func (*GetOrganizationRequest) String

func (m *GetOrganizationRequest) String() string

func (*GetOrganizationRequest) Unmarshal

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

func (*GetOrganizationRequest) UnmarshalJSON

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

type ListMyOrganizationsDescriptor

type ListMyOrganizationsDescriptor struct{}

func GetListMyOrganizationsDescriptor

func GetListMyOrganizationsDescriptor() *ListMyOrganizationsDescriptor

func (*ListMyOrganizationsDescriptor) GetApiDescriptor

func (*ListMyOrganizationsDescriptor) GetApiName

func (d *ListMyOrganizationsDescriptor) GetApiName() string

func (*ListMyOrganizationsDescriptor) GetClientMsgReflectHandle

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

func (*ListMyOrganizationsDescriptor) GetFullMethodName

func (d *ListMyOrganizationsDescriptor) GetFullMethodName() string

func (*ListMyOrganizationsDescriptor) GetMethodName

func (d *ListMyOrganizationsDescriptor) GetMethodName() string

func (*ListMyOrganizationsDescriptor) GetProtoPkgName

func (d *ListMyOrganizationsDescriptor) GetProtoPkgName() string

func (*ListMyOrganizationsDescriptor) GetResourceDescriptor

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

func (*ListMyOrganizationsDescriptor) GetServerMsgReflectHandle

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

func (*ListMyOrganizationsDescriptor) GetServiceDomain

func (d *ListMyOrganizationsDescriptor) GetServiceDomain() string

func (*ListMyOrganizationsDescriptor) GetServiceVersion

func (d *ListMyOrganizationsDescriptor) GetServiceVersion() string

func (*ListMyOrganizationsDescriptor) GetVerb

func (*ListMyOrganizationsDescriptor) HasResource

func (d *ListMyOrganizationsDescriptor) HasResource() bool

func (*ListMyOrganizationsDescriptor) IsClientStream

func (d *ListMyOrganizationsDescriptor) IsClientStream() bool

func (*ListMyOrganizationsDescriptor) IsCollection

func (d *ListMyOrganizationsDescriptor) IsCollection() bool

func (*ListMyOrganizationsDescriptor) IsPlural

func (d *ListMyOrganizationsDescriptor) IsPlural() bool

func (*ListMyOrganizationsDescriptor) IsServerStream

func (d *ListMyOrganizationsDescriptor) IsServerStream() bool

func (*ListMyOrganizationsDescriptor) IsUnary

func (d *ListMyOrganizationsDescriptor) IsUnary() bool

func (*ListMyOrganizationsDescriptor) NewEmptyClientMsg

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

func (*ListMyOrganizationsDescriptor) NewEmptyServerMsg

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

func (*ListMyOrganizationsDescriptor) RequestHasResourceBody

func (d *ListMyOrganizationsDescriptor) RequestHasResourceBody() bool

type ListMyOrganizationsDescriptorClientMsgHandle

type ListMyOrganizationsDescriptorClientMsgHandle struct{}

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceName

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceNames

type ListMyOrganizationsDescriptorServerMsgHandle

type ListMyOrganizationsDescriptorServerMsgHandle struct{}

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceName

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceNames

type ListMyOrganizationsRequest

type ListMyOrganizationsRequest struct {

	// Requested page size. Server may return fewer Organizations 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
	// [ListOrganizationsResponse.next_page_token][ntt.iam.v1alpha2.ListOrganizationsResponse.next_page_token]
	PageToken *organization.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.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.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A FieldMask used to filter response fields. When present, only requested
	// fields will be present in each response item. Omitting field_mask results
	// will cause response items to contain all present fields.
	FieldMask *organization.Organization_FieldMask `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListMyOrganizations][ntt.iam.v1.ListMyOrganizations]

func (*ListMyOrganizationsRequest) Descriptor

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

Deprecated, Use ListMyOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsRequest) GetFieldMask

func (*ListMyOrganizationsRequest) GetFilter

func (*ListMyOrganizationsRequest) GetOrderBy

func (*ListMyOrganizationsRequest) GetPageSize

func (m *ListMyOrganizationsRequest) GetPageSize() int32

func (*ListMyOrganizationsRequest) GetPageToken

func (*ListMyOrganizationsRequest) GotenMessage

func (*ListMyOrganizationsRequest) GotenMessage()

func (*ListMyOrganizationsRequest) GotenValidate

func (obj *ListMyOrganizationsRequest) GotenValidate() error

func (*ListMyOrganizationsRequest) Marshal

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

func (*ListMyOrganizationsRequest) MarshalJSON

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

func (*ListMyOrganizationsRequest) ProtoMessage

func (*ListMyOrganizationsRequest) ProtoMessage()

func (*ListMyOrganizationsRequest) ProtoReflect

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

func (*ListMyOrganizationsRequest) Reset

func (m *ListMyOrganizationsRequest) Reset()

func (*ListMyOrganizationsRequest) SetFieldMask

func (*ListMyOrganizationsRequest) SetFilter

func (*ListMyOrganizationsRequest) SetOrderBy

func (m *ListMyOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*ListMyOrganizationsRequest) SetPageSize

func (m *ListMyOrganizationsRequest) SetPageSize(fv int32)

func (*ListMyOrganizationsRequest) SetPageToken

func (*ListMyOrganizationsRequest) String

func (m *ListMyOrganizationsRequest) String() string

func (*ListMyOrganizationsRequest) Unmarshal

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

func (*ListMyOrganizationsRequest) UnmarshalJSON

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

type ListMyOrganizationsResponse

type ListMyOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	PrevPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	NextPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListMyOrganizations][ntt.iam.v1.ListMyOrganizations]

func (*ListMyOrganizationsResponse) Descriptor

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

Deprecated, Use ListMyOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsResponse) GetNextPageToken

func (m *ListMyOrganizationsResponse) GetNextPageToken() *organization.PagerCursor

func (*ListMyOrganizationsResponse) GetOrganizations

func (m *ListMyOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListMyOrganizationsResponse) GetPrevPageToken

func (m *ListMyOrganizationsResponse) GetPrevPageToken() *organization.PagerCursor

func (*ListMyOrganizationsResponse) GotenMessage

func (*ListMyOrganizationsResponse) GotenMessage()

func (*ListMyOrganizationsResponse) GotenValidate

func (obj *ListMyOrganizationsResponse) GotenValidate() error

func (*ListMyOrganizationsResponse) Marshal

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

func (*ListMyOrganizationsResponse) MarshalJSON

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

func (*ListMyOrganizationsResponse) ProtoMessage

func (*ListMyOrganizationsResponse) ProtoMessage()

func (*ListMyOrganizationsResponse) ProtoReflect

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

func (*ListMyOrganizationsResponse) Reset

func (m *ListMyOrganizationsResponse) Reset()

func (*ListMyOrganizationsResponse) SetNextPageToken

func (m *ListMyOrganizationsResponse) SetNextPageToken(fv *organization.PagerCursor)

func (*ListMyOrganizationsResponse) SetOrganizations

func (m *ListMyOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListMyOrganizationsResponse) SetPrevPageToken

func (m *ListMyOrganizationsResponse) SetPrevPageToken(fv *organization.PagerCursor)

func (*ListMyOrganizationsResponse) String

func (m *ListMyOrganizationsResponse) String() string

func (*ListMyOrganizationsResponse) Unmarshal

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

func (*ListMyOrganizationsResponse) UnmarshalJSON

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

type ListOrganizationsDescriptor

type ListOrganizationsDescriptor struct{}

func GetListOrganizationsDescriptor

func GetListOrganizationsDescriptor() *ListOrganizationsDescriptor

func (*ListOrganizationsDescriptor) GetApiDescriptor

func (*ListOrganizationsDescriptor) GetApiName

func (d *ListOrganizationsDescriptor) GetApiName() string

func (*ListOrganizationsDescriptor) GetClientMsgReflectHandle

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

func (*ListOrganizationsDescriptor) GetFullMethodName

func (d *ListOrganizationsDescriptor) GetFullMethodName() string

func (*ListOrganizationsDescriptor) GetMethodName

func (d *ListOrganizationsDescriptor) GetMethodName() string

func (*ListOrganizationsDescriptor) GetProtoPkgName

func (d *ListOrganizationsDescriptor) GetProtoPkgName() string

func (*ListOrganizationsDescriptor) GetResourceDescriptor

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

func (*ListOrganizationsDescriptor) GetServerMsgReflectHandle

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

func (*ListOrganizationsDescriptor) GetServiceDomain

func (d *ListOrganizationsDescriptor) GetServiceDomain() string

func (*ListOrganizationsDescriptor) GetServiceVersion

func (d *ListOrganizationsDescriptor) GetServiceVersion() string

func (*ListOrganizationsDescriptor) GetVerb

func (d *ListOrganizationsDescriptor) GetVerb() string

func (*ListOrganizationsDescriptor) HasResource

func (d *ListOrganizationsDescriptor) HasResource() bool

func (*ListOrganizationsDescriptor) IsClientStream

func (d *ListOrganizationsDescriptor) IsClientStream() bool

func (*ListOrganizationsDescriptor) IsCollection

func (d *ListOrganizationsDescriptor) IsCollection() bool

func (*ListOrganizationsDescriptor) IsPlural

func (d *ListOrganizationsDescriptor) IsPlural() bool

func (*ListOrganizationsDescriptor) IsServerStream

func (d *ListOrganizationsDescriptor) IsServerStream() bool

func (*ListOrganizationsDescriptor) IsUnary

func (d *ListOrganizationsDescriptor) IsUnary() bool

func (*ListOrganizationsDescriptor) NewEmptyClientMsg

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

func (*ListOrganizationsDescriptor) NewEmptyServerMsg

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

func (*ListOrganizationsDescriptor) RequestHasResourceBody

func (d *ListOrganizationsDescriptor) RequestHasResourceBody() bool

type ListOrganizationsDescriptorClientMsgHandle

type ListOrganizationsDescriptorClientMsgHandle struct{}

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceName

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceNames

type ListOrganizationsDescriptorServerMsgHandle

type ListOrganizationsDescriptorServerMsgHandle struct{}

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceName

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceNames

type ListOrganizationsRequest

type ListOrganizationsRequest struct {

	// Requested page size. Server may return fewer Organizations 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
	// [ListOrganizationsResponse.next_page_token][ntt.iam.v1.ListOrganizationsResponse.next_page_token]
	PageToken *organization.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.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.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.Organization_FieldMask `` /* 144-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 [ListOrganizations][ntt.iam.v1.ListOrganizations]

func (*ListOrganizationsRequest) Descriptor

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

Deprecated, Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetFieldMask

func (*ListOrganizationsRequest) GetFilter

func (*ListOrganizationsRequest) GetIncludePagingInfo

func (m *ListOrganizationsRequest) GetIncludePagingInfo() bool

func (*ListOrganizationsRequest) GetOrderBy

func (*ListOrganizationsRequest) GetPageSize

func (m *ListOrganizationsRequest) GetPageSize() int32

func (*ListOrganizationsRequest) GetPageToken

func (*ListOrganizationsRequest) GetView

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

func (*ListOrganizationsRequest) GotenMessage

func (*ListOrganizationsRequest) GotenMessage()

func (*ListOrganizationsRequest) GotenValidate

func (obj *ListOrganizationsRequest) GotenValidate() error

func (*ListOrganizationsRequest) Marshal

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

func (*ListOrganizationsRequest) MarshalJSON

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

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (m *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) SetFieldMask

func (*ListOrganizationsRequest) SetFilter

func (m *ListOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*ListOrganizationsRequest) SetIncludePagingInfo

func (m *ListOrganizationsRequest) SetIncludePagingInfo(fv bool)

func (*ListOrganizationsRequest) SetOrderBy

func (m *ListOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*ListOrganizationsRequest) SetPageSize

func (m *ListOrganizationsRequest) SetPageSize(fv int32)

func (*ListOrganizationsRequest) SetPageToken

func (m *ListOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsRequest) SetView

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

func (*ListOrganizationsRequest) String

func (m *ListOrganizationsRequest) String() string

func (*ListOrganizationsRequest) Unmarshal

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

func (*ListOrganizationsRequest) UnmarshalJSON

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

type ListOrganizationsResponse

type ListOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1.ListOrganizationsRequest.page_token]
	PrevPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1.ListOrganizationsRequest.page_token]
	NextPageToken *organization.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 Organizations 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 [ListOrganizations][ntt.iam.v1.ListOrganizations]

func (*ListOrganizationsResponse) Descriptor

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

Deprecated, Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetCurrentOffset

func (m *ListOrganizationsResponse) GetCurrentOffset() int32

func (*ListOrganizationsResponse) GetNextPageToken

func (m *ListOrganizationsResponse) GetNextPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetOrganizations

func (m *ListOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListOrganizationsResponse) GetPrevPageToken

func (m *ListOrganizationsResponse) GetPrevPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetTotalResultsCount

func (m *ListOrganizationsResponse) GetTotalResultsCount() int32

func (*ListOrganizationsResponse) GotenMessage

func (*ListOrganizationsResponse) GotenMessage()

func (*ListOrganizationsResponse) GotenValidate

func (obj *ListOrganizationsResponse) GotenValidate() error

func (*ListOrganizationsResponse) Marshal

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

func (*ListOrganizationsResponse) MarshalJSON

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

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

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

func (*ListOrganizationsResponse) Reset

func (m *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) SetCurrentOffset

func (m *ListOrganizationsResponse) SetCurrentOffset(fv int32)

func (*ListOrganizationsResponse) SetNextPageToken

func (m *ListOrganizationsResponse) SetNextPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetOrganizations

func (m *ListOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListOrganizationsResponse) SetPrevPageToken

func (m *ListOrganizationsResponse) SetPrevPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetTotalResultsCount

func (m *ListOrganizationsResponse) SetTotalResultsCount(fv int32)

func (*ListOrganizationsResponse) String

func (m *ListOrganizationsResponse) String() string

func (*ListOrganizationsResponse) Unmarshal

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

func (*ListOrganizationsResponse) UnmarshalJSON

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

type OrganizationServiceClient

OrganizationServiceClient is the client API for OrganizationService.

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

type OrganizationServiceDescriptor

type OrganizationServiceDescriptor struct{}

func GetOrganizationServiceDescriptor

func GetOrganizationServiceDescriptor() *OrganizationServiceDescriptor

func (*OrganizationServiceDescriptor) AllMethodDescriptors

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

func (*OrganizationServiceDescriptor) GetApiName

func (d *OrganizationServiceDescriptor) GetApiName() string

func (*OrganizationServiceDescriptor) GetFullAPIName

func (d *OrganizationServiceDescriptor) GetFullAPIName() string

func (*OrganizationServiceDescriptor) GetProtoPkgName

func (d *OrganizationServiceDescriptor) GetProtoPkgName() string

func (*OrganizationServiceDescriptor) GetServiceDomain

func (d *OrganizationServiceDescriptor) GetServiceDomain() string

func (*OrganizationServiceDescriptor) GetServiceVersion

func (d *OrganizationServiceDescriptor) GetServiceVersion() string

type UpdateOrganizationDescriptor

type UpdateOrganizationDescriptor struct{}

func GetUpdateOrganizationDescriptor

func GetUpdateOrganizationDescriptor() *UpdateOrganizationDescriptor

func (*UpdateOrganizationDescriptor) GetApiDescriptor

func (*UpdateOrganizationDescriptor) GetApiName

func (d *UpdateOrganizationDescriptor) GetApiName() string

func (*UpdateOrganizationDescriptor) GetClientMsgReflectHandle

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

func (*UpdateOrganizationDescriptor) GetFullMethodName

func (d *UpdateOrganizationDescriptor) GetFullMethodName() string

func (*UpdateOrganizationDescriptor) GetMethodName

func (d *UpdateOrganizationDescriptor) GetMethodName() string

func (*UpdateOrganizationDescriptor) GetProtoPkgName

func (d *UpdateOrganizationDescriptor) GetProtoPkgName() string

func (*UpdateOrganizationDescriptor) GetResourceDescriptor

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

func (*UpdateOrganizationDescriptor) GetServerMsgReflectHandle

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

func (*UpdateOrganizationDescriptor) GetServiceDomain

func (d *UpdateOrganizationDescriptor) GetServiceDomain() string

func (*UpdateOrganizationDescriptor) GetServiceVersion

func (d *UpdateOrganizationDescriptor) GetServiceVersion() string

func (*UpdateOrganizationDescriptor) GetVerb

func (d *UpdateOrganizationDescriptor) GetVerb() string

func (*UpdateOrganizationDescriptor) HasResource

func (d *UpdateOrganizationDescriptor) HasResource() bool

func (*UpdateOrganizationDescriptor) IsClientStream

func (d *UpdateOrganizationDescriptor) IsClientStream() bool

func (*UpdateOrganizationDescriptor) IsCollection

func (d *UpdateOrganizationDescriptor) IsCollection() bool

func (*UpdateOrganizationDescriptor) IsPlural

func (d *UpdateOrganizationDescriptor) IsPlural() bool

func (*UpdateOrganizationDescriptor) IsServerStream

func (d *UpdateOrganizationDescriptor) IsServerStream() bool

func (*UpdateOrganizationDescriptor) IsUnary

func (d *UpdateOrganizationDescriptor) IsUnary() bool

func (*UpdateOrganizationDescriptor) NewEmptyClientMsg

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

func (*UpdateOrganizationDescriptor) NewEmptyServerMsg

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

func (*UpdateOrganizationDescriptor) RequestHasResourceBody

func (d *UpdateOrganizationDescriptor) RequestHasResourceBody() bool

type UpdateOrganizationDescriptorClientMsgHandle

type UpdateOrganizationDescriptorClientMsgHandle struct{}

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceNames

type UpdateOrganizationDescriptorServerMsgHandle

type UpdateOrganizationDescriptorServerMsgHandle struct{}

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceNames

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {

	// Organization resource body
	Organization *organization.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty" firestore:"organization"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *organization.Organization_FieldMask `` /* 148-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 *UpdateOrganizationRequest_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 [UpdateOrganization][ntt.iam.v1.UpdateOrganization]

func (*UpdateOrganizationRequest) Descriptor

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

Deprecated, Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetAllowMissing

func (m *UpdateOrganizationRequest) GetAllowMissing() bool

func (*UpdateOrganizationRequest) GetCas

func (*UpdateOrganizationRequest) GetOrganization

func (m *UpdateOrganizationRequest) GetOrganization() *organization.Organization

func (*UpdateOrganizationRequest) GetUpdateMask

func (*UpdateOrganizationRequest) GotenMessage

func (*UpdateOrganizationRequest) GotenMessage()

func (*UpdateOrganizationRequest) GotenValidate

func (obj *UpdateOrganizationRequest) GotenValidate() error

func (*UpdateOrganizationRequest) Marshal

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

func (*UpdateOrganizationRequest) MarshalJSON

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

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

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

func (*UpdateOrganizationRequest) Reset

func (m *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) SetAllowMissing

func (m *UpdateOrganizationRequest) SetAllowMissing(fv bool)

func (*UpdateOrganizationRequest) SetCas

func (*UpdateOrganizationRequest) SetOrganization

func (m *UpdateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*UpdateOrganizationRequest) SetUpdateMask

func (*UpdateOrganizationRequest) String

func (m *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) Unmarshal

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

func (*UpdateOrganizationRequest) UnmarshalJSON

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

type UpdateOrganizationRequest_CAS

type UpdateOrganizationRequest_CAS struct {

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

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

Deprecated, Use UpdateOrganizationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest_CAS) GetConditionalState

func (m *UpdateOrganizationRequest_CAS) GetConditionalState() *organization.Organization

func (*UpdateOrganizationRequest_CAS) GetFieldMask

func (*UpdateOrganizationRequest_CAS) GotenMessage

func (*UpdateOrganizationRequest_CAS) GotenMessage()

func (*UpdateOrganizationRequest_CAS) GotenValidate

func (obj *UpdateOrganizationRequest_CAS) GotenValidate() error

func (*UpdateOrganizationRequest_CAS) Marshal

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

func (*UpdateOrganizationRequest_CAS) MarshalJSON

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

func (*UpdateOrganizationRequest_CAS) ProtoMessage

func (*UpdateOrganizationRequest_CAS) ProtoMessage()

func (*UpdateOrganizationRequest_CAS) ProtoReflect

func (*UpdateOrganizationRequest_CAS) Reset

func (m *UpdateOrganizationRequest_CAS) Reset()

func (*UpdateOrganizationRequest_CAS) SetConditionalState

func (m *UpdateOrganizationRequest_CAS) SetConditionalState(fv *organization.Organization)

func (*UpdateOrganizationRequest_CAS) SetFieldMask

func (*UpdateOrganizationRequest_CAS) String

func (*UpdateOrganizationRequest_CAS) Unmarshal

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

func (*UpdateOrganizationRequest_CAS) UnmarshalJSON

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

type WatchOrganizationClientStream

type WatchOrganizationClientStream interface {
	Recv() (*WatchOrganizationResponse, error)
	grpc.ClientStream
}

type WatchOrganizationDescriptor

type WatchOrganizationDescriptor struct{}

func GetWatchOrganizationDescriptor

func GetWatchOrganizationDescriptor() *WatchOrganizationDescriptor

func (*WatchOrganizationDescriptor) GetApiDescriptor

func (*WatchOrganizationDescriptor) GetApiName

func (d *WatchOrganizationDescriptor) GetApiName() string

func (*WatchOrganizationDescriptor) GetClientMsgReflectHandle

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

func (*WatchOrganizationDescriptor) GetFullMethodName

func (d *WatchOrganizationDescriptor) GetFullMethodName() string

func (*WatchOrganizationDescriptor) GetMethodName

func (d *WatchOrganizationDescriptor) GetMethodName() string

func (*WatchOrganizationDescriptor) GetProtoPkgName

func (d *WatchOrganizationDescriptor) GetProtoPkgName() string

func (*WatchOrganizationDescriptor) GetResourceDescriptor

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

func (*WatchOrganizationDescriptor) GetServerMsgReflectHandle

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

func (*WatchOrganizationDescriptor) GetServiceDomain

func (d *WatchOrganizationDescriptor) GetServiceDomain() string

func (*WatchOrganizationDescriptor) GetServiceVersion

func (d *WatchOrganizationDescriptor) GetServiceVersion() string

func (*WatchOrganizationDescriptor) GetVerb

func (d *WatchOrganizationDescriptor) GetVerb() string

func (*WatchOrganizationDescriptor) HasResource

func (d *WatchOrganizationDescriptor) HasResource() bool

func (*WatchOrganizationDescriptor) IsClientStream

func (d *WatchOrganizationDescriptor) IsClientStream() bool

func (*WatchOrganizationDescriptor) IsCollection

func (d *WatchOrganizationDescriptor) IsCollection() bool

func (*WatchOrganizationDescriptor) IsPlural

func (d *WatchOrganizationDescriptor) IsPlural() bool

func (*WatchOrganizationDescriptor) IsServerStream

func (d *WatchOrganizationDescriptor) IsServerStream() bool

func (*WatchOrganizationDescriptor) IsUnary

func (d *WatchOrganizationDescriptor) IsUnary() bool

func (*WatchOrganizationDescriptor) NewEmptyClientMsg

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

func (*WatchOrganizationDescriptor) NewEmptyServerMsg

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

func (*WatchOrganizationDescriptor) RequestHasResourceBody

func (d *WatchOrganizationDescriptor) RequestHasResourceBody() bool

type WatchOrganizationDescriptorClientMsgHandle

type WatchOrganizationDescriptorClientMsgHandle struct{}

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceName

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceNames

type WatchOrganizationDescriptorServerMsgHandle

type WatchOrganizationDescriptorServerMsgHandle struct{}

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceName

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceNames

type WatchOrganizationRequest

type WatchOrganizationRequest struct {

	// Name of ntt.iam.v1.Organization
	Name *organization.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.Organization_FieldMask `` /* 144-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 [WatchOrganization][ntt.iam.v1.WatchOrganization]

func (*WatchOrganizationRequest) Descriptor

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

Deprecated, Use WatchOrganizationRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationRequest) GetFieldMask

func (*WatchOrganizationRequest) GetName

func (*WatchOrganizationRequest) GetView

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

func (*WatchOrganizationRequest) GotenMessage

func (*WatchOrganizationRequest) GotenMessage()

func (*WatchOrganizationRequest) GotenValidate

func (obj *WatchOrganizationRequest) GotenValidate() error

func (*WatchOrganizationRequest) Marshal

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

func (*WatchOrganizationRequest) MarshalJSON

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

func (*WatchOrganizationRequest) ProtoMessage

func (*WatchOrganizationRequest) ProtoMessage()

func (*WatchOrganizationRequest) ProtoReflect

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

func (*WatchOrganizationRequest) Reset

func (m *WatchOrganizationRequest) Reset()

func (*WatchOrganizationRequest) SetFieldMask

func (*WatchOrganizationRequest) SetName

func (m *WatchOrganizationRequest) SetName(fv *organization.Name)

func (*WatchOrganizationRequest) SetView

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

func (*WatchOrganizationRequest) String

func (m *WatchOrganizationRequest) String() string

func (*WatchOrganizationRequest) Unmarshal

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

func (*WatchOrganizationRequest) UnmarshalJSON

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

type WatchOrganizationResponse

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

WatchOrganizationResponse

func (*WatchOrganizationResponse) Descriptor

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

Deprecated, Use WatchOrganizationResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationResponse) GetChange

func (*WatchOrganizationResponse) GotenMessage

func (*WatchOrganizationResponse) GotenMessage()

func (*WatchOrganizationResponse) GotenValidate

func (obj *WatchOrganizationResponse) GotenValidate() error

func (*WatchOrganizationResponse) Marshal

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

func (*WatchOrganizationResponse) MarshalJSON

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

func (*WatchOrganizationResponse) ProtoMessage

func (*WatchOrganizationResponse) ProtoMessage()

func (*WatchOrganizationResponse) ProtoReflect

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

func (*WatchOrganizationResponse) Reset

func (m *WatchOrganizationResponse) Reset()

func (*WatchOrganizationResponse) SetChange

func (*WatchOrganizationResponse) String

func (m *WatchOrganizationResponse) String() string

func (*WatchOrganizationResponse) Unmarshal

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

func (*WatchOrganizationResponse) UnmarshalJSON

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

type WatchOrganizationsClientStream

type WatchOrganizationsClientStream interface {
	Recv() (*WatchOrganizationsResponse, error)
	grpc.ClientStream
}

type WatchOrganizationsDescriptor

type WatchOrganizationsDescriptor struct{}

func GetWatchOrganizationsDescriptor

func GetWatchOrganizationsDescriptor() *WatchOrganizationsDescriptor

func (*WatchOrganizationsDescriptor) GetApiDescriptor

func (*WatchOrganizationsDescriptor) GetApiName

func (d *WatchOrganizationsDescriptor) GetApiName() string

func (*WatchOrganizationsDescriptor) GetClientMsgReflectHandle

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

func (*WatchOrganizationsDescriptor) GetFullMethodName

func (d *WatchOrganizationsDescriptor) GetFullMethodName() string

func (*WatchOrganizationsDescriptor) GetMethodName

func (d *WatchOrganizationsDescriptor) GetMethodName() string

func (*WatchOrganizationsDescriptor) GetProtoPkgName

func (d *WatchOrganizationsDescriptor) GetProtoPkgName() string

func (*WatchOrganizationsDescriptor) GetResourceDescriptor

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

func (*WatchOrganizationsDescriptor) GetServerMsgReflectHandle

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

func (*WatchOrganizationsDescriptor) GetServiceDomain

func (d *WatchOrganizationsDescriptor) GetServiceDomain() string

func (*WatchOrganizationsDescriptor) GetServiceVersion

func (d *WatchOrganizationsDescriptor) GetServiceVersion() string

func (*WatchOrganizationsDescriptor) GetVerb

func (d *WatchOrganizationsDescriptor) GetVerb() string

func (*WatchOrganizationsDescriptor) HasResource

func (d *WatchOrganizationsDescriptor) HasResource() bool

func (*WatchOrganizationsDescriptor) IsClientStream

func (d *WatchOrganizationsDescriptor) IsClientStream() bool

func (*WatchOrganizationsDescriptor) IsCollection

func (d *WatchOrganizationsDescriptor) IsCollection() bool

func (*WatchOrganizationsDescriptor) IsPlural

func (d *WatchOrganizationsDescriptor) IsPlural() bool

func (*WatchOrganizationsDescriptor) IsServerStream

func (d *WatchOrganizationsDescriptor) IsServerStream() bool

func (*WatchOrganizationsDescriptor) IsUnary

func (d *WatchOrganizationsDescriptor) IsUnary() bool

func (*WatchOrganizationsDescriptor) NewEmptyClientMsg

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

func (*WatchOrganizationsDescriptor) NewEmptyServerMsg

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

func (*WatchOrganizationsDescriptor) RequestHasResourceBody

func (d *WatchOrganizationsDescriptor) RequestHasResourceBody() bool

type WatchOrganizationsDescriptorClientMsgHandle

type WatchOrganizationsDescriptorClientMsgHandle struct{}

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceNames

type WatchOrganizationsDescriptorServerMsgHandle

type WatchOrganizationsDescriptorServerMsgHandle struct{}

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceNames

type WatchOrganizationsRequest

type WatchOrganizationsRequest 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"`
	// Requested page size. Server may return fewer Organizations 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.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.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.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 Organization that don't
	// affect any of masked fields won't be sent back.
	FieldMask *organization.Organization_FieldMask `` /* 144-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
	// Organization 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 [WatchOrganizations][ntt.iam.v1.WatchOrganizations]

func (*WatchOrganizationsRequest) Descriptor

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

Deprecated, Use WatchOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsRequest) GetFieldMask

func (*WatchOrganizationsRequest) GetFilter

func (*WatchOrganizationsRequest) GetMaxChunkSize

func (m *WatchOrganizationsRequest) GetMaxChunkSize() int32

func (*WatchOrganizationsRequest) GetOrderBy

func (*WatchOrganizationsRequest) GetPageSize

func (m *WatchOrganizationsRequest) GetPageSize() int32

func (*WatchOrganizationsRequest) GetPageToken

func (*WatchOrganizationsRequest) GetResumeToken

func (m *WatchOrganizationsRequest) GetResumeToken() string

func (*WatchOrganizationsRequest) GetStartingTime

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

func (*WatchOrganizationsRequest) GetType

func (*WatchOrganizationsRequest) GetView

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

func (*WatchOrganizationsRequest) GotenMessage

func (*WatchOrganizationsRequest) GotenMessage()

func (*WatchOrganizationsRequest) GotenValidate

func (obj *WatchOrganizationsRequest) GotenValidate() error

func (*WatchOrganizationsRequest) Marshal

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

func (*WatchOrganizationsRequest) MarshalJSON

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

func (*WatchOrganizationsRequest) ProtoMessage

func (*WatchOrganizationsRequest) ProtoMessage()

func (*WatchOrganizationsRequest) ProtoReflect

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

func (*WatchOrganizationsRequest) Reset

func (m *WatchOrganizationsRequest) Reset()

func (*WatchOrganizationsRequest) SetFieldMask

func (*WatchOrganizationsRequest) SetFilter

func (m *WatchOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*WatchOrganizationsRequest) SetMaxChunkSize

func (m *WatchOrganizationsRequest) SetMaxChunkSize(fv int32)

func (*WatchOrganizationsRequest) SetOrderBy

func (m *WatchOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*WatchOrganizationsRequest) SetPageSize

func (m *WatchOrganizationsRequest) SetPageSize(fv int32)

func (*WatchOrganizationsRequest) SetPageToken

func (m *WatchOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*WatchOrganizationsRequest) SetResumeToken

func (m *WatchOrganizationsRequest) SetResumeToken(fv string)

func (*WatchOrganizationsRequest) SetStartingTime

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

func (*WatchOrganizationsRequest) SetType

func (*WatchOrganizationsRequest) SetView

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

func (*WatchOrganizationsRequest) String

func (m *WatchOrganizationsRequest) String() string

func (*WatchOrganizationsRequest) Unmarshal

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

func (*WatchOrganizationsRequest) UnmarshalJSON

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

type WatchOrganizationsResponse

type WatchOrganizationsResponse struct {

	// Changes of Organizations
	OrganizationChanges []*organization.OrganizationChange `` /* 150-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 Organizations 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 *WatchOrganizationsResponse_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 (Organizations 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
}

WatchOrganizationsResponse

func (*WatchOrganizationsResponse) Descriptor

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

Deprecated, Use WatchOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse) GetIsCurrent

func (m *WatchOrganizationsResponse) GetIsCurrent() bool

func (*WatchOrganizationsResponse) GetIsHardReset

func (m *WatchOrganizationsResponse) GetIsHardReset() bool

func (*WatchOrganizationsResponse) GetIsSoftReset

func (m *WatchOrganizationsResponse) GetIsSoftReset() bool

func (*WatchOrganizationsResponse) GetOrganizationChanges

func (m *WatchOrganizationsResponse) GetOrganizationChanges() []*organization.OrganizationChange

func (*WatchOrganizationsResponse) GetPageTokenChange

func (*WatchOrganizationsResponse) GetResumeToken

func (m *WatchOrganizationsResponse) GetResumeToken() string

func (*WatchOrganizationsResponse) GetSnapshotSize

func (m *WatchOrganizationsResponse) GetSnapshotSize() int64

func (*WatchOrganizationsResponse) GotenMessage

func (*WatchOrganizationsResponse) GotenMessage()

func (*WatchOrganizationsResponse) GotenValidate

func (obj *WatchOrganizationsResponse) GotenValidate() error

func (*WatchOrganizationsResponse) Marshal

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

func (*WatchOrganizationsResponse) MarshalJSON

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

func (*WatchOrganizationsResponse) ProtoMessage

func (*WatchOrganizationsResponse) ProtoMessage()

func (*WatchOrganizationsResponse) ProtoReflect

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

func (*WatchOrganizationsResponse) Reset

func (m *WatchOrganizationsResponse) Reset()

func (*WatchOrganizationsResponse) SetIsCurrent

func (m *WatchOrganizationsResponse) SetIsCurrent(fv bool)

func (*WatchOrganizationsResponse) SetIsHardReset

func (m *WatchOrganizationsResponse) SetIsHardReset(fv bool)

func (*WatchOrganizationsResponse) SetIsSoftReset

func (m *WatchOrganizationsResponse) SetIsSoftReset(fv bool)

func (*WatchOrganizationsResponse) SetOrganizationChanges

func (m *WatchOrganizationsResponse) SetOrganizationChanges(fv []*organization.OrganizationChange)

func (*WatchOrganizationsResponse) SetPageTokenChange

func (*WatchOrganizationsResponse) SetResumeToken

func (m *WatchOrganizationsResponse) SetResumeToken(fv string)

func (*WatchOrganizationsResponse) SetSnapshotSize

func (m *WatchOrganizationsResponse) SetSnapshotSize(fv int64)

func (*WatchOrganizationsResponse) String

func (m *WatchOrganizationsResponse) String() string

func (*WatchOrganizationsResponse) Unmarshal

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

func (*WatchOrganizationsResponse) UnmarshalJSON

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

type WatchOrganizationsResponse_PageTokenChange

type WatchOrganizationsResponse_PageTokenChange struct {

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

func (*WatchOrganizationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchOrganizationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse_PageTokenChange) GetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GotenMessage

func (*WatchOrganizationsResponse_PageTokenChange) GotenValidate

func (*WatchOrganizationsResponse_PageTokenChange) Marshal

func (*WatchOrganizationsResponse_PageTokenChange) MarshalJSON

func (*WatchOrganizationsResponse_PageTokenChange) ProtoMessage

func (*WatchOrganizationsResponse_PageTokenChange) ProtoReflect

func (*WatchOrganizationsResponse_PageTokenChange) Reset

func (*WatchOrganizationsResponse_PageTokenChange) SetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) String

func (*WatchOrganizationsResponse_PageTokenChange) Unmarshal

func (*WatchOrganizationsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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