service_account_key_client

package
v1.1.5 Latest Latest
Warning

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

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

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type BatchGetServiceAccountKeysDescriptor ¶

type BatchGetServiceAccountKeysDescriptor struct{}

func GetBatchGetServiceAccountKeysDescriptor ¶

func GetBatchGetServiceAccountKeysDescriptor() *BatchGetServiceAccountKeysDescriptor

func (*BatchGetServiceAccountKeysDescriptor) GetApiDescriptor ¶

func (*BatchGetServiceAccountKeysDescriptor) GetApiName ¶

func (*BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶

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

func (*BatchGetServiceAccountKeysDescriptor) GetFullMethodName ¶

func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string

func (*BatchGetServiceAccountKeysDescriptor) GetMethodName ¶

func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string

func (*BatchGetServiceAccountKeysDescriptor) GetProtoPkgName ¶

func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor ¶

func (*BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶

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

func (*BatchGetServiceAccountKeysDescriptor) GetServiceDomain ¶

func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string

func (*BatchGetServiceAccountKeysDescriptor) GetServiceVersion ¶

func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string

func (*BatchGetServiceAccountKeysDescriptor) GetVerb ¶

func (*BatchGetServiceAccountKeysDescriptor) HasResource ¶

func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool

func (*BatchGetServiceAccountKeysDescriptor) IsClientStream ¶

func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool

func (*BatchGetServiceAccountKeysDescriptor) IsCollection ¶

func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool

func (*BatchGetServiceAccountKeysDescriptor) IsPlural ¶

func (*BatchGetServiceAccountKeysDescriptor) IsServerStream ¶

func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool

func (*BatchGetServiceAccountKeysDescriptor) IsUnary ¶

func (*BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg ¶

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

func (*BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg ¶

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

func (*BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody ¶

func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type BatchGetServiceAccountKeysDescriptorClientMsgHandle ¶

type BatchGetServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶

type BatchGetServiceAccountKeysDescriptorServerMsgHandle ¶

type BatchGetServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶

type BatchGetServiceAccountKeysRequest ¶

type BatchGetServiceAccountKeysRequest struct {

	// Names of ServiceAccountKeys
	Names []*service_account_key.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 *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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 [BatchGetServiceAccountKeys][ntt.iam.v1.BatchGetServiceAccountKeys]

func (*BatchGetServiceAccountKeysRequest) Descriptor ¶

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

Deprecated, Use BatchGetServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*BatchGetServiceAccountKeysRequest) GetFieldMask ¶

func (*BatchGetServiceAccountKeysRequest) GetNames ¶

func (*BatchGetServiceAccountKeysRequest) GetView ¶

func (*BatchGetServiceAccountKeysRequest) GotenMessage ¶

func (*BatchGetServiceAccountKeysRequest) GotenMessage()

func (*BatchGetServiceAccountKeysRequest) GotenValidate ¶

func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error

func (*BatchGetServiceAccountKeysRequest) Marshal ¶

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

func (*BatchGetServiceAccountKeysRequest) MarshalJSON ¶

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

func (*BatchGetServiceAccountKeysRequest) ProtoMessage ¶

func (*BatchGetServiceAccountKeysRequest) ProtoMessage()

func (*BatchGetServiceAccountKeysRequest) ProtoReflect ¶

func (*BatchGetServiceAccountKeysRequest) Reset ¶

func (*BatchGetServiceAccountKeysRequest) SetFieldMask ¶

func (*BatchGetServiceAccountKeysRequest) SetNames ¶

func (*BatchGetServiceAccountKeysRequest) SetView ¶

func (*BatchGetServiceAccountKeysRequest) String ¶

func (*BatchGetServiceAccountKeysRequest) Unmarshal ¶

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

func (*BatchGetServiceAccountKeysRequest) UnmarshalJSON ¶

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

type BatchGetServiceAccountKeysResponse ¶

type BatchGetServiceAccountKeysResponse struct {

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

BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse) Descriptor ¶

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

Deprecated, Use BatchGetServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*BatchGetServiceAccountKeysResponse) GetMissing ¶

func (*BatchGetServiceAccountKeysResponse) GetServiceAccountKeys ¶

func (*BatchGetServiceAccountKeysResponse) GotenMessage ¶

func (*BatchGetServiceAccountKeysResponse) GotenMessage()

func (*BatchGetServiceAccountKeysResponse) GotenValidate ¶

func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error

func (*BatchGetServiceAccountKeysResponse) Marshal ¶

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

func (*BatchGetServiceAccountKeysResponse) MarshalJSON ¶

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

func (*BatchGetServiceAccountKeysResponse) ProtoMessage ¶

func (*BatchGetServiceAccountKeysResponse) ProtoMessage()

func (*BatchGetServiceAccountKeysResponse) ProtoReflect ¶

func (*BatchGetServiceAccountKeysResponse) Reset ¶

func (*BatchGetServiceAccountKeysResponse) SetMissing ¶

func (*BatchGetServiceAccountKeysResponse) SetServiceAccountKeys ¶

func (*BatchGetServiceAccountKeysResponse) String ¶

func (*BatchGetServiceAccountKeysResponse) Unmarshal ¶

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

func (*BatchGetServiceAccountKeysResponse) UnmarshalJSON ¶

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

type CreateServiceAccountKeyDescriptor ¶

type CreateServiceAccountKeyDescriptor struct{}

func GetCreateServiceAccountKeyDescriptor ¶

func GetCreateServiceAccountKeyDescriptor() *CreateServiceAccountKeyDescriptor

func (*CreateServiceAccountKeyDescriptor) GetApiDescriptor ¶

func (*CreateServiceAccountKeyDescriptor) GetApiName ¶

func (d *CreateServiceAccountKeyDescriptor) GetApiName() string

func (*CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶

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

func (*CreateServiceAccountKeyDescriptor) GetFullMethodName ¶

func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string

func (*CreateServiceAccountKeyDescriptor) GetMethodName ¶

func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string

func (*CreateServiceAccountKeyDescriptor) GetProtoPkgName ¶

func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*CreateServiceAccountKeyDescriptor) GetResourceDescriptor ¶

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

func (*CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶

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

func (*CreateServiceAccountKeyDescriptor) GetServiceDomain ¶

func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string

func (*CreateServiceAccountKeyDescriptor) GetServiceVersion ¶

func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string

func (*CreateServiceAccountKeyDescriptor) GetVerb ¶

func (*CreateServiceAccountKeyDescriptor) HasResource ¶

func (d *CreateServiceAccountKeyDescriptor) HasResource() bool

func (*CreateServiceAccountKeyDescriptor) IsClientStream ¶

func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool

func (*CreateServiceAccountKeyDescriptor) IsCollection ¶

func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool

func (*CreateServiceAccountKeyDescriptor) IsPlural ¶

func (*CreateServiceAccountKeyDescriptor) IsServerStream ¶

func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool

func (*CreateServiceAccountKeyDescriptor) IsUnary ¶

func (*CreateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶

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

func (*CreateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶

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

func (*CreateServiceAccountKeyDescriptor) RequestHasResourceBody ¶

func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type CreateServiceAccountKeyDescriptorClientMsgHandle ¶

type CreateServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶

type CreateServiceAccountKeyDescriptorServerMsgHandle ¶

type CreateServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶

type CreateServiceAccountKeyRequest ¶

type CreateServiceAccountKeyRequest struct {

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

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

func (*CreateServiceAccountKeyRequest) Descriptor ¶

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

Deprecated, Use CreateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceAccountKeyRequest) GetParent ¶

func (*CreateServiceAccountKeyRequest) GetServiceAccountKey ¶

func (*CreateServiceAccountKeyRequest) GotenMessage ¶

func (*CreateServiceAccountKeyRequest) GotenMessage()

func (*CreateServiceAccountKeyRequest) GotenValidate ¶

func (obj *CreateServiceAccountKeyRequest) GotenValidate() error

func (*CreateServiceAccountKeyRequest) Marshal ¶

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

func (*CreateServiceAccountKeyRequest) MarshalJSON ¶

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

func (*CreateServiceAccountKeyRequest) ProtoMessage ¶

func (*CreateServiceAccountKeyRequest) ProtoMessage()

func (*CreateServiceAccountKeyRequest) ProtoReflect ¶

func (*CreateServiceAccountKeyRequest) Reset ¶

func (m *CreateServiceAccountKeyRequest) Reset()

func (*CreateServiceAccountKeyRequest) SetParent ¶

func (*CreateServiceAccountKeyRequest) SetServiceAccountKey ¶

func (*CreateServiceAccountKeyRequest) String ¶

func (*CreateServiceAccountKeyRequest) Unmarshal ¶

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

func (*CreateServiceAccountKeyRequest) UnmarshalJSON ¶

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

type DeleteServiceAccountKeyDescriptor ¶

type DeleteServiceAccountKeyDescriptor struct{}

func GetDeleteServiceAccountKeyDescriptor ¶

func GetDeleteServiceAccountKeyDescriptor() *DeleteServiceAccountKeyDescriptor

func (*DeleteServiceAccountKeyDescriptor) GetApiDescriptor ¶

func (*DeleteServiceAccountKeyDescriptor) GetApiName ¶

func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string

func (*DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶

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

func (*DeleteServiceAccountKeyDescriptor) GetFullMethodName ¶

func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string

func (*DeleteServiceAccountKeyDescriptor) GetMethodName ¶

func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string

func (*DeleteServiceAccountKeyDescriptor) GetProtoPkgName ¶

func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*DeleteServiceAccountKeyDescriptor) GetResourceDescriptor ¶

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

func (*DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶

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

func (*DeleteServiceAccountKeyDescriptor) GetServiceDomain ¶

func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string

func (*DeleteServiceAccountKeyDescriptor) GetServiceVersion ¶

func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string

func (*DeleteServiceAccountKeyDescriptor) GetVerb ¶

func (*DeleteServiceAccountKeyDescriptor) HasResource ¶

func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool

func (*DeleteServiceAccountKeyDescriptor) IsClientStream ¶

func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool

func (*DeleteServiceAccountKeyDescriptor) IsCollection ¶

func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool

func (*DeleteServiceAccountKeyDescriptor) IsPlural ¶

func (*DeleteServiceAccountKeyDescriptor) IsServerStream ¶

func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool

func (*DeleteServiceAccountKeyDescriptor) IsUnary ¶

func (*DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg ¶

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

func (*DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg ¶

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

func (*DeleteServiceAccountKeyDescriptor) RequestHasResourceBody ¶

func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type DeleteServiceAccountKeyDescriptorClientMsgHandle ¶

type DeleteServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶

type DeleteServiceAccountKeyDescriptorServerMsgHandle ¶

type DeleteServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶

type DeleteServiceAccountKeyRequest ¶

type DeleteServiceAccountKeyRequest struct {

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

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

func (*DeleteServiceAccountKeyRequest) Descriptor ¶

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

Deprecated, Use DeleteServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceAccountKeyRequest) GetName ¶

func (*DeleteServiceAccountKeyRequest) GotenMessage ¶

func (*DeleteServiceAccountKeyRequest) GotenMessage()

func (*DeleteServiceAccountKeyRequest) GotenValidate ¶

func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error

func (*DeleteServiceAccountKeyRequest) Marshal ¶

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

func (*DeleteServiceAccountKeyRequest) MarshalJSON ¶

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

func (*DeleteServiceAccountKeyRequest) ProtoMessage ¶

func (*DeleteServiceAccountKeyRequest) ProtoMessage()

func (*DeleteServiceAccountKeyRequest) ProtoReflect ¶

func (*DeleteServiceAccountKeyRequest) Reset ¶

func (m *DeleteServiceAccountKeyRequest) Reset()

func (*DeleteServiceAccountKeyRequest) SetName ¶

func (*DeleteServiceAccountKeyRequest) String ¶

func (*DeleteServiceAccountKeyRequest) Unmarshal ¶

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

func (*DeleteServiceAccountKeyRequest) UnmarshalJSON ¶

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

type GetServiceAccountKeyDescriptor ¶

type GetServiceAccountKeyDescriptor struct{}

func GetGetServiceAccountKeyDescriptor ¶

func GetGetServiceAccountKeyDescriptor() *GetServiceAccountKeyDescriptor

func (*GetServiceAccountKeyDescriptor) GetApiDescriptor ¶

func (*GetServiceAccountKeyDescriptor) GetApiName ¶

func (d *GetServiceAccountKeyDescriptor) GetApiName() string

func (*GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶

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

func (*GetServiceAccountKeyDescriptor) GetFullMethodName ¶

func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string

func (*GetServiceAccountKeyDescriptor) GetMethodName ¶

func (d *GetServiceAccountKeyDescriptor) GetMethodName() string

func (*GetServiceAccountKeyDescriptor) GetProtoPkgName ¶

func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*GetServiceAccountKeyDescriptor) GetResourceDescriptor ¶

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

func (*GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶

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

func (*GetServiceAccountKeyDescriptor) GetServiceDomain ¶

func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string

func (*GetServiceAccountKeyDescriptor) GetServiceVersion ¶

func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string

func (*GetServiceAccountKeyDescriptor) GetVerb ¶

func (*GetServiceAccountKeyDescriptor) HasResource ¶

func (d *GetServiceAccountKeyDescriptor) HasResource() bool

func (*GetServiceAccountKeyDescriptor) IsClientStream ¶

func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool

func (*GetServiceAccountKeyDescriptor) IsCollection ¶

func (d *GetServiceAccountKeyDescriptor) IsCollection() bool

func (*GetServiceAccountKeyDescriptor) IsPlural ¶

func (d *GetServiceAccountKeyDescriptor) IsPlural() bool

func (*GetServiceAccountKeyDescriptor) IsServerStream ¶

func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool

func (*GetServiceAccountKeyDescriptor) IsUnary ¶

func (d *GetServiceAccountKeyDescriptor) IsUnary() bool

func (*GetServiceAccountKeyDescriptor) NewEmptyClientMsg ¶

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

func (*GetServiceAccountKeyDescriptor) NewEmptyServerMsg ¶

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

func (*GetServiceAccountKeyDescriptor) RequestHasResourceBody ¶

func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type GetServiceAccountKeyDescriptorClientMsgHandle ¶

type GetServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶

type GetServiceAccountKeyDescriptorServerMsgHandle ¶

type GetServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶

type GetServiceAccountKeyRequest ¶

type GetServiceAccountKeyRequest struct {

	// Name of ntt.iam.v1.ServiceAccountKey
	Name *service_account_key.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 *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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 [GetServiceAccountKey][ntt.iam.v1.GetServiceAccountKey]

func (*GetServiceAccountKeyRequest) Descriptor ¶

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

Deprecated, Use GetServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAccountKeyRequest) GetFieldMask ¶

func (*GetServiceAccountKeyRequest) GetName ¶

func (*GetServiceAccountKeyRequest) GetView ¶

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

func (*GetServiceAccountKeyRequest) GotenMessage ¶

func (*GetServiceAccountKeyRequest) GotenMessage()

func (*GetServiceAccountKeyRequest) GotenValidate ¶

func (obj *GetServiceAccountKeyRequest) GotenValidate() error

func (*GetServiceAccountKeyRequest) Marshal ¶

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

func (*GetServiceAccountKeyRequest) MarshalJSON ¶

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

func (*GetServiceAccountKeyRequest) ProtoMessage ¶

func (*GetServiceAccountKeyRequest) ProtoMessage()

func (*GetServiceAccountKeyRequest) ProtoReflect ¶

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

func (*GetServiceAccountKeyRequest) Reset ¶

func (m *GetServiceAccountKeyRequest) Reset()

func (*GetServiceAccountKeyRequest) SetFieldMask ¶

func (*GetServiceAccountKeyRequest) SetName ¶

func (*GetServiceAccountKeyRequest) SetView ¶

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

func (*GetServiceAccountKeyRequest) String ¶

func (m *GetServiceAccountKeyRequest) String() string

func (*GetServiceAccountKeyRequest) Unmarshal ¶

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

func (*GetServiceAccountKeyRequest) UnmarshalJSON ¶

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

type ListServiceAccountKeysDescriptor ¶

type ListServiceAccountKeysDescriptor struct{}

func GetListServiceAccountKeysDescriptor ¶

func GetListServiceAccountKeysDescriptor() *ListServiceAccountKeysDescriptor

func (*ListServiceAccountKeysDescriptor) GetApiDescriptor ¶

func (*ListServiceAccountKeysDescriptor) GetApiName ¶

func (d *ListServiceAccountKeysDescriptor) GetApiName() string

func (*ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶

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

func (*ListServiceAccountKeysDescriptor) GetFullMethodName ¶

func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string

func (*ListServiceAccountKeysDescriptor) GetMethodName ¶

func (d *ListServiceAccountKeysDescriptor) GetMethodName() string

func (*ListServiceAccountKeysDescriptor) GetProtoPkgName ¶

func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*ListServiceAccountKeysDescriptor) GetResourceDescriptor ¶

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

func (*ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶

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

func (*ListServiceAccountKeysDescriptor) GetServiceDomain ¶

func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string

func (*ListServiceAccountKeysDescriptor) GetServiceVersion ¶

func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string

func (*ListServiceAccountKeysDescriptor) GetVerb ¶

func (*ListServiceAccountKeysDescriptor) HasResource ¶

func (d *ListServiceAccountKeysDescriptor) HasResource() bool

func (*ListServiceAccountKeysDescriptor) IsClientStream ¶

func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool

func (*ListServiceAccountKeysDescriptor) IsCollection ¶

func (d *ListServiceAccountKeysDescriptor) IsCollection() bool

func (*ListServiceAccountKeysDescriptor) IsPlural ¶

func (d *ListServiceAccountKeysDescriptor) IsPlural() bool

func (*ListServiceAccountKeysDescriptor) IsServerStream ¶

func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool

func (*ListServiceAccountKeysDescriptor) IsUnary ¶

func (*ListServiceAccountKeysDescriptor) NewEmptyClientMsg ¶

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

func (*ListServiceAccountKeysDescriptor) NewEmptyServerMsg ¶

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

func (*ListServiceAccountKeysDescriptor) RequestHasResourceBody ¶

func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type ListServiceAccountKeysDescriptorClientMsgHandle ¶

type ListServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶

type ListServiceAccountKeysDescriptorServerMsgHandle ¶

type ListServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶

type ListServiceAccountKeysRequest ¶

type ListServiceAccountKeysRequest struct {

	// Parent name of ntt.iam.v1.ServiceAccountKey
	Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ServiceAccountKeys 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
	// [ListServiceAccountKeysResponse.next_page_token][ntt.iam.v1.ListServiceAccountKeysResponse.next_page_token]
	PageToken *service_account_key.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 *service_account_key.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 *service_account_key.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 *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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 [ListServiceAccountKeys][ntt.iam.v1.ListServiceAccountKeys]

func (*ListServiceAccountKeysRequest) Descriptor ¶

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

Deprecated, Use ListServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*ListServiceAccountKeysRequest) GetFieldMask ¶

func (*ListServiceAccountKeysRequest) GetFilter ¶

func (*ListServiceAccountKeysRequest) GetIncludePagingInfo ¶

func (m *ListServiceAccountKeysRequest) GetIncludePagingInfo() bool

func (*ListServiceAccountKeysRequest) GetOrderBy ¶

func (*ListServiceAccountKeysRequest) GetPageSize ¶

func (m *ListServiceAccountKeysRequest) GetPageSize() int32

func (*ListServiceAccountKeysRequest) GetPageToken ¶

func (*ListServiceAccountKeysRequest) GetParent ¶

func (*ListServiceAccountKeysRequest) GetView ¶

func (*ListServiceAccountKeysRequest) GotenMessage ¶

func (*ListServiceAccountKeysRequest) GotenMessage()

func (*ListServiceAccountKeysRequest) GotenValidate ¶

func (obj *ListServiceAccountKeysRequest) GotenValidate() error

func (*ListServiceAccountKeysRequest) Marshal ¶

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

func (*ListServiceAccountKeysRequest) MarshalJSON ¶

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

func (*ListServiceAccountKeysRequest) ProtoMessage ¶

func (*ListServiceAccountKeysRequest) ProtoMessage()

func (*ListServiceAccountKeysRequest) ProtoReflect ¶

func (*ListServiceAccountKeysRequest) Reset ¶

func (m *ListServiceAccountKeysRequest) Reset()

func (*ListServiceAccountKeysRequest) SetFieldMask ¶

func (*ListServiceAccountKeysRequest) SetFilter ¶

func (*ListServiceAccountKeysRequest) SetIncludePagingInfo ¶

func (m *ListServiceAccountKeysRequest) SetIncludePagingInfo(fv bool)

func (*ListServiceAccountKeysRequest) SetOrderBy ¶

func (*ListServiceAccountKeysRequest) SetPageSize ¶

func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)

func (*ListServiceAccountKeysRequest) SetPageToken ¶

func (*ListServiceAccountKeysRequest) SetParent ¶

func (*ListServiceAccountKeysRequest) SetView ¶

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

func (*ListServiceAccountKeysRequest) String ¶

func (*ListServiceAccountKeysRequest) Unmarshal ¶

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

func (*ListServiceAccountKeysRequest) UnmarshalJSON ¶

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

type ListServiceAccountKeysResponse ¶

type ListServiceAccountKeysResponse struct {

	// The list of ServiceAccountKeys
	ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListServiceAccountKeysRequest.page_token][ntt.iam.v1.ListServiceAccountKeysRequest.page_token]
	PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListServiceAccountKeysRequest.page_token][ntt.iam.v1.ListServiceAccountKeysRequest.page_token]
	NextPageToken *service_account_key.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 ServiceAccountKeys 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 [ListServiceAccountKeys][ntt.iam.v1.ListServiceAccountKeys]

func (*ListServiceAccountKeysResponse) Descriptor ¶

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

Deprecated, Use ListServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*ListServiceAccountKeysResponse) GetCurrentOffset ¶

func (m *ListServiceAccountKeysResponse) GetCurrentOffset() int32

func (*ListServiceAccountKeysResponse) GetNextPageToken ¶

func (*ListServiceAccountKeysResponse) GetPrevPageToken ¶

func (*ListServiceAccountKeysResponse) GetServiceAccountKeys ¶

func (*ListServiceAccountKeysResponse) GetTotalResultsCount ¶

func (m *ListServiceAccountKeysResponse) GetTotalResultsCount() int32

func (*ListServiceAccountKeysResponse) GotenMessage ¶

func (*ListServiceAccountKeysResponse) GotenMessage()

func (*ListServiceAccountKeysResponse) GotenValidate ¶

func (obj *ListServiceAccountKeysResponse) GotenValidate() error

func (*ListServiceAccountKeysResponse) Marshal ¶

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

func (*ListServiceAccountKeysResponse) MarshalJSON ¶

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

func (*ListServiceAccountKeysResponse) ProtoMessage ¶

func (*ListServiceAccountKeysResponse) ProtoMessage()

func (*ListServiceAccountKeysResponse) ProtoReflect ¶

func (*ListServiceAccountKeysResponse) Reset ¶

func (m *ListServiceAccountKeysResponse) Reset()

func (*ListServiceAccountKeysResponse) SetCurrentOffset ¶

func (m *ListServiceAccountKeysResponse) SetCurrentOffset(fv int32)

func (*ListServiceAccountKeysResponse) SetNextPageToken ¶

func (*ListServiceAccountKeysResponse) SetPrevPageToken ¶

func (*ListServiceAccountKeysResponse) SetServiceAccountKeys ¶

func (*ListServiceAccountKeysResponse) SetTotalResultsCount ¶

func (m *ListServiceAccountKeysResponse) SetTotalResultsCount(fv int32)

func (*ListServiceAccountKeysResponse) String ¶

func (*ListServiceAccountKeysResponse) Unmarshal ¶

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

func (*ListServiceAccountKeysResponse) UnmarshalJSON ¶

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

type ServiceAccountKeyServiceClient ¶

ServiceAccountKeyServiceClient is the client API for ServiceAccountKeyService.

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

type ServiceAccountKeyServiceDescriptor ¶

type ServiceAccountKeyServiceDescriptor struct{}

func GetServiceAccountKeyServiceDescriptor ¶

func GetServiceAccountKeyServiceDescriptor() *ServiceAccountKeyServiceDescriptor

func (*ServiceAccountKeyServiceDescriptor) AllMethodDescriptors ¶

func (*ServiceAccountKeyServiceDescriptor) GetApiName ¶

func (*ServiceAccountKeyServiceDescriptor) GetFullAPIName ¶

func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string

func (*ServiceAccountKeyServiceDescriptor) GetProtoPkgName ¶

func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string

func (*ServiceAccountKeyServiceDescriptor) GetServiceDomain ¶

func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string

func (*ServiceAccountKeyServiceDescriptor) GetServiceVersion ¶

func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string

type UpdateServiceAccountKeyDescriptor ¶

type UpdateServiceAccountKeyDescriptor struct{}

func GetUpdateServiceAccountKeyDescriptor ¶

func GetUpdateServiceAccountKeyDescriptor() *UpdateServiceAccountKeyDescriptor

func (*UpdateServiceAccountKeyDescriptor) GetApiDescriptor ¶

func (*UpdateServiceAccountKeyDescriptor) GetApiName ¶

func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string

func (*UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶

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

func (*UpdateServiceAccountKeyDescriptor) GetFullMethodName ¶

func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string

func (*UpdateServiceAccountKeyDescriptor) GetMethodName ¶

func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string

func (*UpdateServiceAccountKeyDescriptor) GetProtoPkgName ¶

func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*UpdateServiceAccountKeyDescriptor) GetResourceDescriptor ¶

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

func (*UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶

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

func (*UpdateServiceAccountKeyDescriptor) GetServiceDomain ¶

func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string

func (*UpdateServiceAccountKeyDescriptor) GetServiceVersion ¶

func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string

func (*UpdateServiceAccountKeyDescriptor) GetVerb ¶

func (*UpdateServiceAccountKeyDescriptor) HasResource ¶

func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool

func (*UpdateServiceAccountKeyDescriptor) IsClientStream ¶

func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool

func (*UpdateServiceAccountKeyDescriptor) IsCollection ¶

func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool

func (*UpdateServiceAccountKeyDescriptor) IsPlural ¶

func (*UpdateServiceAccountKeyDescriptor) IsServerStream ¶

func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool

func (*UpdateServiceAccountKeyDescriptor) IsUnary ¶

func (*UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶

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

func (*UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶

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

func (*UpdateServiceAccountKeyDescriptor) RequestHasResourceBody ¶

func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type UpdateServiceAccountKeyDescriptorClientMsgHandle ¶

type UpdateServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶

type UpdateServiceAccountKeyDescriptorServerMsgHandle ¶

type UpdateServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶

type UpdateServiceAccountKeyRequest ¶

type UpdateServiceAccountKeyRequest struct {

	// ServiceAccountKey resource body
	ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *service_account_key.ServiceAccountKey_FieldMask `` /* 153-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 *UpdateServiceAccountKeyRequest_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 [UpdateServiceAccountKey][ntt.iam.v1.UpdateServiceAccountKey]

func (*UpdateServiceAccountKeyRequest) Descriptor ¶

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

Deprecated, Use UpdateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountKeyRequest) GetAllowMissing ¶

func (m *UpdateServiceAccountKeyRequest) GetAllowMissing() bool

func (*UpdateServiceAccountKeyRequest) GetCas ¶

func (*UpdateServiceAccountKeyRequest) GetServiceAccountKey ¶

func (*UpdateServiceAccountKeyRequest) GetUpdateMask ¶

func (*UpdateServiceAccountKeyRequest) GotenMessage ¶

func (*UpdateServiceAccountKeyRequest) GotenMessage()

func (*UpdateServiceAccountKeyRequest) GotenValidate ¶

func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error

func (*UpdateServiceAccountKeyRequest) Marshal ¶

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

func (*UpdateServiceAccountKeyRequest) MarshalJSON ¶

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

func (*UpdateServiceAccountKeyRequest) ProtoMessage ¶

func (*UpdateServiceAccountKeyRequest) ProtoMessage()

func (*UpdateServiceAccountKeyRequest) ProtoReflect ¶

func (*UpdateServiceAccountKeyRequest) Reset ¶

func (m *UpdateServiceAccountKeyRequest) Reset()

func (*UpdateServiceAccountKeyRequest) SetAllowMissing ¶

func (m *UpdateServiceAccountKeyRequest) SetAllowMissing(fv bool)

func (*UpdateServiceAccountKeyRequest) SetCas ¶

func (*UpdateServiceAccountKeyRequest) SetServiceAccountKey ¶

func (*UpdateServiceAccountKeyRequest) SetUpdateMask ¶

func (*UpdateServiceAccountKeyRequest) String ¶

func (*UpdateServiceAccountKeyRequest) Unmarshal ¶

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

func (*UpdateServiceAccountKeyRequest) UnmarshalJSON ¶

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

type UpdateServiceAccountKeyRequest_CAS ¶

type UpdateServiceAccountKeyRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *service_account_key.ServiceAccountKey `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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 (*UpdateServiceAccountKeyRequest_CAS) Descriptor ¶

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

Deprecated, Use UpdateServiceAccountKeyRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountKeyRequest_CAS) GetConditionalState ¶

func (*UpdateServiceAccountKeyRequest_CAS) GetFieldMask ¶

func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage ¶

func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()

func (*UpdateServiceAccountKeyRequest_CAS) GotenValidate ¶

func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error

func (*UpdateServiceAccountKeyRequest_CAS) Marshal ¶

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

func (*UpdateServiceAccountKeyRequest_CAS) MarshalJSON ¶

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

func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage ¶

func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()

func (*UpdateServiceAccountKeyRequest_CAS) ProtoReflect ¶

func (*UpdateServiceAccountKeyRequest_CAS) Reset ¶

func (*UpdateServiceAccountKeyRequest_CAS) SetConditionalState ¶

func (*UpdateServiceAccountKeyRequest_CAS) SetFieldMask ¶

func (*UpdateServiceAccountKeyRequest_CAS) String ¶

func (*UpdateServiceAccountKeyRequest_CAS) Unmarshal ¶

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

func (*UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON ¶

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

type WatchServiceAccountKeyClientStream ¶

type WatchServiceAccountKeyClientStream interface {
	Recv() (*WatchServiceAccountKeyResponse, error)
	grpc.ClientStream
}

type WatchServiceAccountKeyDescriptor ¶

type WatchServiceAccountKeyDescriptor struct{}

func GetWatchServiceAccountKeyDescriptor ¶

func GetWatchServiceAccountKeyDescriptor() *WatchServiceAccountKeyDescriptor

func (*WatchServiceAccountKeyDescriptor) GetApiDescriptor ¶

func (*WatchServiceAccountKeyDescriptor) GetApiName ¶

func (d *WatchServiceAccountKeyDescriptor) GetApiName() string

func (*WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶

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

func (*WatchServiceAccountKeyDescriptor) GetFullMethodName ¶

func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string

func (*WatchServiceAccountKeyDescriptor) GetMethodName ¶

func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string

func (*WatchServiceAccountKeyDescriptor) GetProtoPkgName ¶

func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*WatchServiceAccountKeyDescriptor) GetResourceDescriptor ¶

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

func (*WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶

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

func (*WatchServiceAccountKeyDescriptor) GetServiceDomain ¶

func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string

func (*WatchServiceAccountKeyDescriptor) GetServiceVersion ¶

func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string

func (*WatchServiceAccountKeyDescriptor) GetVerb ¶

func (*WatchServiceAccountKeyDescriptor) HasResource ¶

func (d *WatchServiceAccountKeyDescriptor) HasResource() bool

func (*WatchServiceAccountKeyDescriptor) IsClientStream ¶

func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool

func (*WatchServiceAccountKeyDescriptor) IsCollection ¶

func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool

func (*WatchServiceAccountKeyDescriptor) IsPlural ¶

func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool

func (*WatchServiceAccountKeyDescriptor) IsServerStream ¶

func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool

func (*WatchServiceAccountKeyDescriptor) IsUnary ¶

func (*WatchServiceAccountKeyDescriptor) NewEmptyClientMsg ¶

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

func (*WatchServiceAccountKeyDescriptor) NewEmptyServerMsg ¶

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

func (*WatchServiceAccountKeyDescriptor) RequestHasResourceBody ¶

func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type WatchServiceAccountKeyDescriptorClientMsgHandle ¶

type WatchServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶

type WatchServiceAccountKeyDescriptorServerMsgHandle ¶

type WatchServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶

type WatchServiceAccountKeyRequest ¶

type WatchServiceAccountKeyRequest struct {

	// Name of ntt.iam.v1.ServiceAccountKey
	Name *service_account_key.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 *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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 [WatchServiceAccountKey][ntt.iam.v1.WatchServiceAccountKey]

func (*WatchServiceAccountKeyRequest) Descriptor ¶

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

Deprecated, Use WatchServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeyRequest) GetFieldMask ¶

func (*WatchServiceAccountKeyRequest) GetName ¶

func (*WatchServiceAccountKeyRequest) GetView ¶

func (*WatchServiceAccountKeyRequest) GotenMessage ¶

func (*WatchServiceAccountKeyRequest) GotenMessage()

func (*WatchServiceAccountKeyRequest) GotenValidate ¶

func (obj *WatchServiceAccountKeyRequest) GotenValidate() error

func (*WatchServiceAccountKeyRequest) Marshal ¶

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

func (*WatchServiceAccountKeyRequest) MarshalJSON ¶

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

func (*WatchServiceAccountKeyRequest) ProtoMessage ¶

func (*WatchServiceAccountKeyRequest) ProtoMessage()

func (*WatchServiceAccountKeyRequest) ProtoReflect ¶

func (*WatchServiceAccountKeyRequest) Reset ¶

func (m *WatchServiceAccountKeyRequest) Reset()

func (*WatchServiceAccountKeyRequest) SetFieldMask ¶

func (*WatchServiceAccountKeyRequest) SetName ¶

func (*WatchServiceAccountKeyRequest) SetView ¶

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

func (*WatchServiceAccountKeyRequest) String ¶

func (*WatchServiceAccountKeyRequest) Unmarshal ¶

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

func (*WatchServiceAccountKeyRequest) UnmarshalJSON ¶

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

type WatchServiceAccountKeyResponse ¶

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

WatchServiceAccountKeyResponse

func (*WatchServiceAccountKeyResponse) Descriptor ¶

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

Deprecated, Use WatchServiceAccountKeyResponse.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeyResponse) GetChange ¶

func (*WatchServiceAccountKeyResponse) GotenMessage ¶

func (*WatchServiceAccountKeyResponse) GotenMessage()

func (*WatchServiceAccountKeyResponse) GotenValidate ¶

func (obj *WatchServiceAccountKeyResponse) GotenValidate() error

func (*WatchServiceAccountKeyResponse) Marshal ¶

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

func (*WatchServiceAccountKeyResponse) MarshalJSON ¶

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

func (*WatchServiceAccountKeyResponse) ProtoMessage ¶

func (*WatchServiceAccountKeyResponse) ProtoMessage()

func (*WatchServiceAccountKeyResponse) ProtoReflect ¶

func (*WatchServiceAccountKeyResponse) Reset ¶

func (m *WatchServiceAccountKeyResponse) Reset()

func (*WatchServiceAccountKeyResponse) SetChange ¶

func (*WatchServiceAccountKeyResponse) String ¶

func (*WatchServiceAccountKeyResponse) Unmarshal ¶

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

func (*WatchServiceAccountKeyResponse) UnmarshalJSON ¶

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

type WatchServiceAccountKeysClientStream ¶

type WatchServiceAccountKeysClientStream interface {
	Recv() (*WatchServiceAccountKeysResponse, error)
	grpc.ClientStream
}

type WatchServiceAccountKeysDescriptor ¶

type WatchServiceAccountKeysDescriptor struct{}

func GetWatchServiceAccountKeysDescriptor ¶

func GetWatchServiceAccountKeysDescriptor() *WatchServiceAccountKeysDescriptor

func (*WatchServiceAccountKeysDescriptor) GetApiDescriptor ¶

func (*WatchServiceAccountKeysDescriptor) GetApiName ¶

func (d *WatchServiceAccountKeysDescriptor) GetApiName() string

func (*WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶

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

func (*WatchServiceAccountKeysDescriptor) GetFullMethodName ¶

func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string

func (*WatchServiceAccountKeysDescriptor) GetMethodName ¶

func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string

func (*WatchServiceAccountKeysDescriptor) GetProtoPkgName ¶

func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*WatchServiceAccountKeysDescriptor) GetResourceDescriptor ¶

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

func (*WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶

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

func (*WatchServiceAccountKeysDescriptor) GetServiceDomain ¶

func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string

func (*WatchServiceAccountKeysDescriptor) GetServiceVersion ¶

func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string

func (*WatchServiceAccountKeysDescriptor) GetVerb ¶

func (*WatchServiceAccountKeysDescriptor) HasResource ¶

func (d *WatchServiceAccountKeysDescriptor) HasResource() bool

func (*WatchServiceAccountKeysDescriptor) IsClientStream ¶

func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool

func (*WatchServiceAccountKeysDescriptor) IsCollection ¶

func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool

func (*WatchServiceAccountKeysDescriptor) IsPlural ¶

func (*WatchServiceAccountKeysDescriptor) IsServerStream ¶

func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool

func (*WatchServiceAccountKeysDescriptor) IsUnary ¶

func (*WatchServiceAccountKeysDescriptor) NewEmptyClientMsg ¶

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

func (*WatchServiceAccountKeysDescriptor) NewEmptyServerMsg ¶

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

func (*WatchServiceAccountKeysDescriptor) RequestHasResourceBody ¶

func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type WatchServiceAccountKeysDescriptorClientMsgHandle ¶

type WatchServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶

type WatchServiceAccountKeysDescriptorServerMsgHandle ¶

type WatchServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶

type WatchServiceAccountKeysRequest ¶

type WatchServiceAccountKeysRequest 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.v1.ServiceAccountKey
	Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ServiceAccountKeys 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 *service_account_key.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 *service_account_key.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 *service_account_key.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 ServiceAccountKey that
	// don't affect any of masked fields won't be sent back.
	FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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
	// ServiceAccountKey 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 [WatchServiceAccountKeys][ntt.iam.v1.WatchServiceAccountKeys]

func (*WatchServiceAccountKeysRequest) Descriptor ¶

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

Deprecated, Use WatchServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysRequest) GetFieldMask ¶

func (*WatchServiceAccountKeysRequest) GetFilter ¶

func (*WatchServiceAccountKeysRequest) GetMaxChunkSize ¶

func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32

func (*WatchServiceAccountKeysRequest) GetOrderBy ¶

func (*WatchServiceAccountKeysRequest) GetPageSize ¶

func (m *WatchServiceAccountKeysRequest) GetPageSize() int32

func (*WatchServiceAccountKeysRequest) GetPageToken ¶

func (*WatchServiceAccountKeysRequest) GetParent ¶

func (*WatchServiceAccountKeysRequest) GetResumeToken ¶

func (m *WatchServiceAccountKeysRequest) GetResumeToken() string

func (*WatchServiceAccountKeysRequest) GetStartingTime ¶

func (*WatchServiceAccountKeysRequest) GetType ¶

func (*WatchServiceAccountKeysRequest) GetView ¶

func (*WatchServiceAccountKeysRequest) GotenMessage ¶

func (*WatchServiceAccountKeysRequest) GotenMessage()

func (*WatchServiceAccountKeysRequest) GotenValidate ¶

func (obj *WatchServiceAccountKeysRequest) GotenValidate() error

func (*WatchServiceAccountKeysRequest) Marshal ¶

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

func (*WatchServiceAccountKeysRequest) MarshalJSON ¶

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

func (*WatchServiceAccountKeysRequest) ProtoMessage ¶

func (*WatchServiceAccountKeysRequest) ProtoMessage()

func (*WatchServiceAccountKeysRequest) ProtoReflect ¶

func (*WatchServiceAccountKeysRequest) Reset ¶

func (m *WatchServiceAccountKeysRequest) Reset()

func (*WatchServiceAccountKeysRequest) SetFieldMask ¶

func (*WatchServiceAccountKeysRequest) SetFilter ¶

func (*WatchServiceAccountKeysRequest) SetMaxChunkSize ¶

func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)

func (*WatchServiceAccountKeysRequest) SetOrderBy ¶

func (*WatchServiceAccountKeysRequest) SetPageSize ¶

func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)

func (*WatchServiceAccountKeysRequest) SetPageToken ¶

func (*WatchServiceAccountKeysRequest) SetParent ¶

func (*WatchServiceAccountKeysRequest) SetResumeToken ¶

func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)

func (*WatchServiceAccountKeysRequest) SetStartingTime ¶

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

func (*WatchServiceAccountKeysRequest) SetType ¶

func (*WatchServiceAccountKeysRequest) SetView ¶

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

func (*WatchServiceAccountKeysRequest) String ¶

func (*WatchServiceAccountKeysRequest) Unmarshal ¶

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

func (*WatchServiceAccountKeysRequest) UnmarshalJSON ¶

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

type WatchServiceAccountKeysResponse ¶

type WatchServiceAccountKeysResponse struct {

	// Changes of ServiceAccountKeys
	ServiceAccountKeyChanges []*service_account_key.ServiceAccountKeyChange `` /* 174-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 ServiceAccountKeys 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 *WatchServiceAccountKeysResponse_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 (ServiceAccountKeys 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
}

WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse) Descriptor ¶

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

Deprecated, Use WatchServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysResponse) GetIsCurrent ¶

func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool

func (*WatchServiceAccountKeysResponse) GetIsHardReset ¶

func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool

func (*WatchServiceAccountKeysResponse) GetIsSoftReset ¶

func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool

func (*WatchServiceAccountKeysResponse) GetPageTokenChange ¶

func (*WatchServiceAccountKeysResponse) GetResumeToken ¶

func (m *WatchServiceAccountKeysResponse) GetResumeToken() string

func (*WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges ¶

func (*WatchServiceAccountKeysResponse) GetSnapshotSize ¶

func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64

func (*WatchServiceAccountKeysResponse) GotenMessage ¶

func (*WatchServiceAccountKeysResponse) GotenMessage()

func (*WatchServiceAccountKeysResponse) GotenValidate ¶

func (obj *WatchServiceAccountKeysResponse) GotenValidate() error

func (*WatchServiceAccountKeysResponse) Marshal ¶

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

func (*WatchServiceAccountKeysResponse) MarshalJSON ¶

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

func (*WatchServiceAccountKeysResponse) ProtoMessage ¶

func (*WatchServiceAccountKeysResponse) ProtoMessage()

func (*WatchServiceAccountKeysResponse) ProtoReflect ¶

func (*WatchServiceAccountKeysResponse) Reset ¶

func (*WatchServiceAccountKeysResponse) SetIsCurrent ¶

func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)

func (*WatchServiceAccountKeysResponse) SetIsHardReset ¶

func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)

func (*WatchServiceAccountKeysResponse) SetIsSoftReset ¶

func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)

func (*WatchServiceAccountKeysResponse) SetPageTokenChange ¶

func (*WatchServiceAccountKeysResponse) SetResumeToken ¶

func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)

func (*WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges ¶

func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)

func (*WatchServiceAccountKeysResponse) SetSnapshotSize ¶

func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)

func (*WatchServiceAccountKeysResponse) String ¶

func (*WatchServiceAccountKeysResponse) Unmarshal ¶

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

func (*WatchServiceAccountKeysResponse) UnmarshalJSON ¶

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

type WatchServiceAccountKeysResponse_PageTokenChange ¶

type WatchServiceAccountKeysResponse_PageTokenChange struct {

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

func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor ¶

Deprecated, Use WatchServiceAccountKeysResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) Marshal ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) Reset ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) String ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal ¶

func (*WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON ¶

Jump to

Keyboard shortcuts

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