pub enum MethodRoute {
Show 156 variants
AgentGatewayServiceConnect,
AgentServiceControlAgent,
AgentServiceDecideAgentPermission,
AgentServiceDeleteHarnessPreference,
AgentServiceGetAgentCommand,
AgentServiceGetAgentPolicy,
AgentServiceGetAgentRun,
AgentServiceListAgentRuns,
AgentServiceListAgentTimelineEvents,
AgentServiceListHarnessPreferences,
AgentServiceUpdateAgentPolicy,
AgentServiceWatchAgentRun,
AttentionServiceGetFeedSnapshot,
AttentionServiceRecordInteraction,
AttentionServiceStreamFeed,
AttentionServiceUpdateFeedItem,
AttestationServiceRecordSignature,
AttestationServiceVerifySignature,
CollaborationServiceAppendTurn,
CollaborationServiceGetDiscussion,
CollaborationServiceListByState,
CollaborationServiceListBySymbol,
CollaborationServiceOpenDiscussion,
CollaborationServiceResolveDiscussion,
IdentityServiceApproveDeviceAuthorization,
IdentityServiceBeginRecovery,
IdentityServiceBeginWebAuthnAuthentication,
IdentityServiceBeginWebAuthnRegistration,
IdentityServiceClaimHandle,
IdentityServiceCompleteRecovery,
IdentityServiceCreateDeviceAuthorization,
IdentityServiceCreateServiceAccount,
IdentityServiceDeclareRecoveryMethod,
IdentityServiceExchangeDeviceAuthorization,
IdentityServiceFinishWebAuthnAuthentication,
IdentityServiceGetHandleStatus,
IdentityServiceGetInvitationSummary,
IdentityServiceIntrospectCredential,
IdentityServiceIssuePresenceToken,
IdentityServiceIssueServiceAccountCredential,
IdentityServiceLinkOAuthIdentity,
IdentityServiceListScopeCapabilities,
IdentityServiceListServiceAccounts,
IdentityServiceListSessions,
IdentityServiceMintAnonBiscuit,
IdentityServiceMintBiscuit,
IdentityServiceRecordSubscription,
IdentityServiceRegisterPublicKey,
IdentityServiceRequestHeldName,
IdentityServiceResolveHandle,
IdentityServiceRevokeCredential,
IdentityServiceRevokeServiceAccount,
IdentityServiceRevokeSession,
IdentityServiceRotateCredential,
IdentityServiceStoreProviderToken,
IdentityServiceSubmitRecoveryProof,
IdentityServiceVerifySignupEmail,
IdentityServiceVetoRecovery,
IdentityServiceWaitForDeviceAuthorization,
IdentityServiceWhoAmI,
OperationServiceBatchGetOperations,
OperationServiceCancelOperation,
OperationServiceGetOperation,
OperationServiceGetOperationBatch,
OperationServiceListOperations,
OperationServiceSubmitOperation,
OperationServiceSubmitOperationBatch,
OperationServiceWatchOperations,
PullRequestReviewServiceGetReviewAnalysisResult,
PullRequestReviewServiceGetReviewAnalysisStatus,
PullRequestReviewServiceStartReviewAnalysis,
RegistryServiceAttachChild,
RegistryServiceCreateGrant,
RegistryServiceCreateInvitation,
RegistryServiceCreateNamespace,
RegistryServiceCreateRepository,
RegistryServiceCreateSpool,
RegistryServiceDeleteBookmark,
RegistryServiceDeleteGrant,
RegistryServiceDeleteNamespace,
RegistryServiceDeleteRepository,
RegistryServiceDeleteSpool,
RegistryServiceDetachChild,
RegistryServiceGetCurrentUserNamespace,
RegistryServiceGetCurrentUserSpool,
RegistryServiceGetSpool,
RegistryServiceGrantSupportAccess,
RegistryServiceListActors,
RegistryServiceListBookmarks,
RegistryServiceListChildren,
RegistryServiceListGrants,
RegistryServiceListInvitations,
RegistryServiceListMembers,
RegistryServiceListSpools,
RegistryServiceListSupportAccessGrants,
RegistryServiceListWorktrees,
RegistryServiceResolveMonorepo,
RegistryServiceResolveSubjects,
RegistryServiceRevokeInvitation,
RegistryServiceRevokeSupportAccess,
RegistryServiceSetNamespaceVisibility,
RegistryServiceSetSpoolVisibility,
RegistryServiceUpdateGrant,
RegistryServiceUpdateNamespace,
RegistryServiceUpdateRepository,
RegistryServiceUpdateSpool,
RegistryServiceUpdateSpoolSettings,
RegistryServiceUpsertBookmark,
RepoSyncServiceListRefs,
RepoSyncServicePull,
RepoSyncServicePush,
RepoSyncServiceUpdateRef,
RepositoryServiceGetBlame,
RepositoryServiceGetBlob,
RepositoryServiceGetCompare,
RepositoryServiceGetContextHistory,
RepositoryServiceGetDiff,
RepositoryServiceGetRefs,
RepositoryServiceGetSemanticHotSpots,
RepositoryServiceGetState,
RepositoryServiceGetTree,
RepositoryServiceListActions,
RepositoryServiceListContext,
RepositoryServiceListContextSuggestions,
RepositoryServiceListProvenanceSummaries,
RepositoryServiceListStates,
RepositoryServiceReviseContext,
RepositoryServiceSetContext,
RepositoryServiceSubscribeRepoEvents,
RepositoryServiceSupersedeContext,
SearchServiceSearch,
StateReviewServiceGetRepoSignalHealth,
StateReviewServiceGetReviewPayload,
StateReviewServiceGetReviewProgress,
StateReviewServiceListSignatures,
StateReviewServiceRecordCheckAck,
StateReviewServiceRecordVerdict,
StateReviewServiceSignState,
WorkflowServiceAddApprovalGroupMember,
WorkflowServiceAddPolicyGroupRequirement,
WorkflowServiceApproveThread,
WorkflowServiceCheckMergeEligibility,
WorkflowServiceCreateApprovalGroup,
WorkflowServiceCreateThreadPolicy,
WorkflowServiceDeleteApprovalGroup,
WorkflowServiceDeleteThreadPolicy,
WorkflowServiceGetThread,
WorkflowServiceGetWorkspaceSummary,
WorkflowServiceListApprovalGroups,
WorkflowServiceListThreadApprovals,
WorkflowServiceListThreadPolicies,
WorkflowServiceListThreads,
WorkflowServiceRemoveApprovalGroupMember,
WorkflowServiceRemovePolicyGroupRequirement,
WorkflowServiceRevokeApproval,
WorkflowServiceStreamWorkspaceSummary,
}Expand description
Generated stable route identity for every declared contract method.
Variants§
AgentGatewayServiceConnect
AgentServiceControlAgent
AgentServiceDecideAgentPermission
AgentServiceDeleteHarnessPreference
AgentServiceGetAgentCommand
AgentServiceGetAgentPolicy
AgentServiceGetAgentRun
AgentServiceListAgentRuns
AgentServiceListAgentTimelineEvents
AgentServiceListHarnessPreferences
AgentServiceUpdateAgentPolicy
AgentServiceWatchAgentRun
AttentionServiceGetFeedSnapshot
AttentionServiceRecordInteraction
AttentionServiceStreamFeed
AttentionServiceUpdateFeedItem
AttestationServiceRecordSignature
AttestationServiceVerifySignature
CollaborationServiceAppendTurn
CollaborationServiceGetDiscussion
CollaborationServiceListByState
CollaborationServiceListBySymbol
CollaborationServiceOpenDiscussion
CollaborationServiceResolveDiscussion
IdentityServiceApproveDeviceAuthorization
IdentityServiceBeginRecovery
IdentityServiceBeginWebAuthnAuthentication
IdentityServiceBeginWebAuthnRegistration
IdentityServiceClaimHandle
IdentityServiceCompleteRecovery
IdentityServiceCreateDeviceAuthorization
IdentityServiceCreateServiceAccount
IdentityServiceDeclareRecoveryMethod
IdentityServiceExchangeDeviceAuthorization
IdentityServiceFinishWebAuthnAuthentication
IdentityServiceGetHandleStatus
IdentityServiceGetInvitationSummary
IdentityServiceIntrospectCredential
IdentityServiceIssuePresenceToken
IdentityServiceIssueServiceAccountCredential
IdentityServiceLinkOAuthIdentity
IdentityServiceListScopeCapabilities
IdentityServiceListServiceAccounts
IdentityServiceListSessions
IdentityServiceMintAnonBiscuit
IdentityServiceMintBiscuit
IdentityServiceRecordSubscription
IdentityServiceRegisterPublicKey
IdentityServiceRequestHeldName
IdentityServiceResolveHandle
IdentityServiceRevokeCredential
IdentityServiceRevokeServiceAccount
IdentityServiceRevokeSession
IdentityServiceRotateCredential
IdentityServiceStoreProviderToken
IdentityServiceSubmitRecoveryProof
IdentityServiceVerifySignupEmail
IdentityServiceVetoRecovery
IdentityServiceWaitForDeviceAuthorization
IdentityServiceWhoAmI
OperationServiceBatchGetOperations
OperationServiceCancelOperation
OperationServiceGetOperation
OperationServiceGetOperationBatch
OperationServiceListOperations
OperationServiceSubmitOperation
OperationServiceSubmitOperationBatch
OperationServiceWatchOperations
PullRequestReviewServiceGetReviewAnalysisResult
PullRequestReviewServiceGetReviewAnalysisStatus
PullRequestReviewServiceStartReviewAnalysis
RegistryServiceAttachChild
RegistryServiceCreateGrant
RegistryServiceCreateInvitation
RegistryServiceCreateNamespace
RegistryServiceCreateRepository
RegistryServiceCreateSpool
RegistryServiceDeleteBookmark
RegistryServiceDeleteGrant
RegistryServiceDeleteNamespace
RegistryServiceDeleteRepository
RegistryServiceDeleteSpool
RegistryServiceDetachChild
RegistryServiceGetCurrentUserNamespace
RegistryServiceGetCurrentUserSpool
RegistryServiceGetSpool
RegistryServiceGrantSupportAccess
RegistryServiceListActors
RegistryServiceListBookmarks
RegistryServiceListChildren
RegistryServiceListGrants
RegistryServiceListInvitations
RegistryServiceListMembers
RegistryServiceListSpools
RegistryServiceListSupportAccessGrants
RegistryServiceListWorktrees
RegistryServiceResolveMonorepo
RegistryServiceResolveSubjects
RegistryServiceRevokeInvitation
RegistryServiceRevokeSupportAccess
RegistryServiceSetNamespaceVisibility
RegistryServiceSetSpoolVisibility
RegistryServiceUpdateGrant
RegistryServiceUpdateNamespace
RegistryServiceUpdateRepository
RegistryServiceUpdateSpool
RegistryServiceUpdateSpoolSettings
RegistryServiceUpsertBookmark
RepoSyncServiceListRefs
RepoSyncServicePull
RepoSyncServicePush
RepoSyncServiceUpdateRef
RepositoryServiceGetBlame
RepositoryServiceGetBlob
RepositoryServiceGetCompare
RepositoryServiceGetContextHistory
RepositoryServiceGetDiff
RepositoryServiceGetRefs
RepositoryServiceGetSemanticHotSpots
RepositoryServiceGetState
RepositoryServiceGetTree
RepositoryServiceListActions
RepositoryServiceListContext
RepositoryServiceListContextSuggestions
RepositoryServiceListProvenanceSummaries
RepositoryServiceListStates
RepositoryServiceReviseContext
RepositoryServiceSetContext
RepositoryServiceSubscribeRepoEvents
RepositoryServiceSupersedeContext
SearchServiceSearch
StateReviewServiceGetRepoSignalHealth
StateReviewServiceGetReviewPayload
StateReviewServiceGetReviewProgress
StateReviewServiceListSignatures
StateReviewServiceRecordCheckAck
StateReviewServiceRecordVerdict
StateReviewServiceSignState
WorkflowServiceAddApprovalGroupMember
WorkflowServiceAddPolicyGroupRequirement
WorkflowServiceApproveThread
WorkflowServiceCheckMergeEligibility
WorkflowServiceCreateApprovalGroup
WorkflowServiceCreateThreadPolicy
WorkflowServiceDeleteApprovalGroup
WorkflowServiceDeleteThreadPolicy
WorkflowServiceGetThread
WorkflowServiceGetWorkspaceSummary
WorkflowServiceListApprovalGroups
WorkflowServiceListThreadApprovals
WorkflowServiceListThreadPolicies
WorkflowServiceListThreads
WorkflowServiceRemoveApprovalGroupMember
WorkflowServiceRemovePolicyGroupRequirement
WorkflowServiceRevokeApproval
WorkflowServiceStreamWorkspaceSummary
Trait Implementations§
Source§impl Clone for MethodRoute
impl Clone for MethodRoute
Source§fn clone(&self) -> MethodRoute
fn clone(&self) -> MethodRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MethodRoute
Source§impl Debug for MethodRoute
impl Debug for MethodRoute
impl Eq for MethodRoute
Source§impl Hash for MethodRoute
impl Hash for MethodRoute
Source§impl PartialEq for MethodRoute
impl PartialEq for MethodRoute
impl StructuralPartialEq for MethodRoute
Auto Trait Implementations§
impl Freeze for MethodRoute
impl RefUnwindSafe for MethodRoute
impl Send for MethodRoute
impl Sync for MethodRoute
impl Unpin for MethodRoute
impl UnsafeUnpin for MethodRoute
impl UnwindSafe for MethodRoute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more