rpc

package
v0.6.16 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: Apache-2.0 Imports: 14 Imported by: 17

README

rpc

This directory contains support code for the Registry API that is automatically generated at build time.

Documentation

Index

Constants

View Source
const (
	Admin_GetStatus_FullMethodName       = "/google.cloud.apigeeregistry.v1.Admin/GetStatus"
	Admin_GetStorage_FullMethodName      = "/google.cloud.apigeeregistry.v1.Admin/GetStorage"
	Admin_MigrateDatabase_FullMethodName = "/google.cloud.apigeeregistry.v1.Admin/MigrateDatabase"
	Admin_ListProjects_FullMethodName    = "/google.cloud.apigeeregistry.v1.Admin/ListProjects"
	Admin_GetProject_FullMethodName      = "/google.cloud.apigeeregistry.v1.Admin/GetProject"
	Admin_CreateProject_FullMethodName   = "/google.cloud.apigeeregistry.v1.Admin/CreateProject"
	Admin_UpdateProject_FullMethodName   = "/google.cloud.apigeeregistry.v1.Admin/UpdateProject"
	Admin_DeleteProject_FullMethodName   = "/google.cloud.apigeeregistry.v1.Admin/DeleteProject"
)
View Source
const (
	Provisioning_CreateInstance_FullMethodName = "/google.cloud.apigeeregistry.v1.Provisioning/CreateInstance"
	Provisioning_DeleteInstance_FullMethodName = "/google.cloud.apigeeregistry.v1.Provisioning/DeleteInstance"
	Provisioning_GetInstance_FullMethodName    = "/google.cloud.apigeeregistry.v1.Provisioning/GetInstance"
)
View Source
const (
	Registry_ListApis_FullMethodName                    = "/google.cloud.apigeeregistry.v1.Registry/ListApis"
	Registry_GetApi_FullMethodName                      = "/google.cloud.apigeeregistry.v1.Registry/GetApi"
	Registry_CreateApi_FullMethodName                   = "/google.cloud.apigeeregistry.v1.Registry/CreateApi"
	Registry_UpdateApi_FullMethodName                   = "/google.cloud.apigeeregistry.v1.Registry/UpdateApi"
	Registry_DeleteApi_FullMethodName                   = "/google.cloud.apigeeregistry.v1.Registry/DeleteApi"
	Registry_ListApiVersions_FullMethodName             = "/google.cloud.apigeeregistry.v1.Registry/ListApiVersions"
	Registry_GetApiVersion_FullMethodName               = "/google.cloud.apigeeregistry.v1.Registry/GetApiVersion"
	Registry_CreateApiVersion_FullMethodName            = "/google.cloud.apigeeregistry.v1.Registry/CreateApiVersion"
	Registry_UpdateApiVersion_FullMethodName            = "/google.cloud.apigeeregistry.v1.Registry/UpdateApiVersion"
	Registry_DeleteApiVersion_FullMethodName            = "/google.cloud.apigeeregistry.v1.Registry/DeleteApiVersion"
	Registry_ListApiSpecs_FullMethodName                = "/google.cloud.apigeeregistry.v1.Registry/ListApiSpecs"
	Registry_GetApiSpec_FullMethodName                  = "/google.cloud.apigeeregistry.v1.Registry/GetApiSpec"
	Registry_GetApiSpecContents_FullMethodName          = "/google.cloud.apigeeregistry.v1.Registry/GetApiSpecContents"
	Registry_CreateApiSpec_FullMethodName               = "/google.cloud.apigeeregistry.v1.Registry/CreateApiSpec"
	Registry_UpdateApiSpec_FullMethodName               = "/google.cloud.apigeeregistry.v1.Registry/UpdateApiSpec"
	Registry_DeleteApiSpec_FullMethodName               = "/google.cloud.apigeeregistry.v1.Registry/DeleteApiSpec"
	Registry_TagApiSpecRevision_FullMethodName          = "/google.cloud.apigeeregistry.v1.Registry/TagApiSpecRevision"
	Registry_ListApiSpecRevisions_FullMethodName        = "/google.cloud.apigeeregistry.v1.Registry/ListApiSpecRevisions"
	Registry_RollbackApiSpec_FullMethodName             = "/google.cloud.apigeeregistry.v1.Registry/RollbackApiSpec"
	Registry_DeleteApiSpecRevision_FullMethodName       = "/google.cloud.apigeeregistry.v1.Registry/DeleteApiSpecRevision"
	Registry_ListApiDeployments_FullMethodName          = "/google.cloud.apigeeregistry.v1.Registry/ListApiDeployments"
	Registry_GetApiDeployment_FullMethodName            = "/google.cloud.apigeeregistry.v1.Registry/GetApiDeployment"
	Registry_CreateApiDeployment_FullMethodName         = "/google.cloud.apigeeregistry.v1.Registry/CreateApiDeployment"
	Registry_UpdateApiDeployment_FullMethodName         = "/google.cloud.apigeeregistry.v1.Registry/UpdateApiDeployment"
	Registry_DeleteApiDeployment_FullMethodName         = "/google.cloud.apigeeregistry.v1.Registry/DeleteApiDeployment"
	Registry_TagApiDeploymentRevision_FullMethodName    = "/google.cloud.apigeeregistry.v1.Registry/TagApiDeploymentRevision"
	Registry_ListApiDeploymentRevisions_FullMethodName  = "/google.cloud.apigeeregistry.v1.Registry/ListApiDeploymentRevisions"
	Registry_RollbackApiDeployment_FullMethodName       = "/google.cloud.apigeeregistry.v1.Registry/RollbackApiDeployment"
	Registry_DeleteApiDeploymentRevision_FullMethodName = "/google.cloud.apigeeregistry.v1.Registry/DeleteApiDeploymentRevision"
	Registry_ListArtifacts_FullMethodName               = "/google.cloud.apigeeregistry.v1.Registry/ListArtifacts"
	Registry_GetArtifact_FullMethodName                 = "/google.cloud.apigeeregistry.v1.Registry/GetArtifact"
	Registry_GetArtifactContents_FullMethodName         = "/google.cloud.apigeeregistry.v1.Registry/GetArtifactContents"
	Registry_CreateArtifact_FullMethodName              = "/google.cloud.apigeeregistry.v1.Registry/CreateArtifact"
	Registry_ReplaceArtifact_FullMethodName             = "/google.cloud.apigeeregistry.v1.Registry/ReplaceArtifact"
	Registry_DeleteArtifact_FullMethodName              = "/google.cloud.apigeeregistry.v1.Registry/DeleteArtifact"
)

Variables

View Source
var (
	Instance_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "INACTIVE",
		2: "CREATING",
		3: "ACTIVE",
		4: "UPDATING",
		5: "DELETING",
		6: "FAILED",
	}
	Instance_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"INACTIVE":          1,
		"CREATING":          2,
		"ACTIVE":            3,
		"UPDATING":          4,
		"DELETING":          5,
		"FAILED":            6,
	}
)

Enum value maps for Instance_State.

View Source
var (
	Notification_Change_name = map[int32]string{
		0: "CHANGE_UNSPECIFIED",
		1: "CREATED",
		2: "UPDATED",
		3: "DELETED",
	}
	Notification_Change_value = map[string]int32{
		"CHANGE_UNSPECIFIED": 0,
		"CREATED":            1,
		"UPDATED":            2,
		"DELETED":            3,
	}
)

Enum value maps for Notification_Change.

View Source
var Admin_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.apigeeregistry.v1.Admin",
	HandlerType: (*AdminServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetStatus",
			Handler:    _Admin_GetStatus_Handler,
		},
		{
			MethodName: "GetStorage",
			Handler:    _Admin_GetStorage_Handler,
		},
		{
			MethodName: "MigrateDatabase",
			Handler:    _Admin_MigrateDatabase_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _Admin_ListProjects_Handler,
		},
		{
			MethodName: "GetProject",
			Handler:    _Admin_GetProject_Handler,
		},
		{
			MethodName: "CreateProject",
			Handler:    _Admin_CreateProject_Handler,
		},
		{
			MethodName: "UpdateProject",
			Handler:    _Admin_UpdateProject_Handler,
		},
		{
			MethodName: "DeleteProject",
			Handler:    _Admin_DeleteProject_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "google/cloud/apigeeregistry/v1/admin_service.proto",
}

Admin_ServiceDesc is the grpc.ServiceDesc for Admin service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_google_cloud_apigeeregistry_internal_v1_registry_map_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_admin_models_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_admin_service_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_provisioning_service_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_registry_models_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_registry_notifications_proto protoreflect.FileDescriptor
View Source
var File_google_cloud_apigeeregistry_v1_registry_service_proto protoreflect.FileDescriptor
View Source
var Provisioning_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.apigeeregistry.v1.Provisioning",
	HandlerType: (*ProvisioningServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateInstance",
			Handler:    _Provisioning_CreateInstance_Handler,
		},
		{
			MethodName: "DeleteInstance",
			Handler:    _Provisioning_DeleteInstance_Handler,
		},
		{
			MethodName: "GetInstance",
			Handler:    _Provisioning_GetInstance_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "google/cloud/apigeeregistry/v1/provisioning_service.proto",
}

Provisioning_ServiceDesc is the grpc.ServiceDesc for Provisioning service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Registry_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.cloud.apigeeregistry.v1.Registry",
	HandlerType: (*RegistryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListApis",
			Handler:    _Registry_ListApis_Handler,
		},
		{
			MethodName: "GetApi",
			Handler:    _Registry_GetApi_Handler,
		},
		{
			MethodName: "CreateApi",
			Handler:    _Registry_CreateApi_Handler,
		},
		{
			MethodName: "UpdateApi",
			Handler:    _Registry_UpdateApi_Handler,
		},
		{
			MethodName: "DeleteApi",
			Handler:    _Registry_DeleteApi_Handler,
		},
		{
			MethodName: "ListApiVersions",
			Handler:    _Registry_ListApiVersions_Handler,
		},
		{
			MethodName: "GetApiVersion",
			Handler:    _Registry_GetApiVersion_Handler,
		},
		{
			MethodName: "CreateApiVersion",
			Handler:    _Registry_CreateApiVersion_Handler,
		},
		{
			MethodName: "UpdateApiVersion",
			Handler:    _Registry_UpdateApiVersion_Handler,
		},
		{
			MethodName: "DeleteApiVersion",
			Handler:    _Registry_DeleteApiVersion_Handler,
		},
		{
			MethodName: "ListApiSpecs",
			Handler:    _Registry_ListApiSpecs_Handler,
		},
		{
			MethodName: "GetApiSpec",
			Handler:    _Registry_GetApiSpec_Handler,
		},
		{
			MethodName: "GetApiSpecContents",
			Handler:    _Registry_GetApiSpecContents_Handler,
		},
		{
			MethodName: "CreateApiSpec",
			Handler:    _Registry_CreateApiSpec_Handler,
		},
		{
			MethodName: "UpdateApiSpec",
			Handler:    _Registry_UpdateApiSpec_Handler,
		},
		{
			MethodName: "DeleteApiSpec",
			Handler:    _Registry_DeleteApiSpec_Handler,
		},
		{
			MethodName: "TagApiSpecRevision",
			Handler:    _Registry_TagApiSpecRevision_Handler,
		},
		{
			MethodName: "ListApiSpecRevisions",
			Handler:    _Registry_ListApiSpecRevisions_Handler,
		},
		{
			MethodName: "RollbackApiSpec",
			Handler:    _Registry_RollbackApiSpec_Handler,
		},
		{
			MethodName: "DeleteApiSpecRevision",
			Handler:    _Registry_DeleteApiSpecRevision_Handler,
		},
		{
			MethodName: "ListApiDeployments",
			Handler:    _Registry_ListApiDeployments_Handler,
		},
		{
			MethodName: "GetApiDeployment",
			Handler:    _Registry_GetApiDeployment_Handler,
		},
		{
			MethodName: "CreateApiDeployment",
			Handler:    _Registry_CreateApiDeployment_Handler,
		},
		{
			MethodName: "UpdateApiDeployment",
			Handler:    _Registry_UpdateApiDeployment_Handler,
		},
		{
			MethodName: "DeleteApiDeployment",
			Handler:    _Registry_DeleteApiDeployment_Handler,
		},
		{
			MethodName: "TagApiDeploymentRevision",
			Handler:    _Registry_TagApiDeploymentRevision_Handler,
		},
		{
			MethodName: "ListApiDeploymentRevisions",
			Handler:    _Registry_ListApiDeploymentRevisions_Handler,
		},
		{
			MethodName: "RollbackApiDeployment",
			Handler:    _Registry_RollbackApiDeployment_Handler,
		},
		{
			MethodName: "DeleteApiDeploymentRevision",
			Handler:    _Registry_DeleteApiDeploymentRevision_Handler,
		},
		{
			MethodName: "ListArtifacts",
			Handler:    _Registry_ListArtifacts_Handler,
		},
		{
			MethodName: "GetArtifact",
			Handler:    _Registry_GetArtifact_Handler,
		},
		{
			MethodName: "GetArtifactContents",
			Handler:    _Registry_GetArtifactContents_Handler,
		},
		{
			MethodName: "CreateArtifact",
			Handler:    _Registry_CreateArtifact_Handler,
		},
		{
			MethodName: "ReplaceArtifact",
			Handler:    _Registry_ReplaceArtifact_Handler,
		},
		{
			MethodName: "DeleteArtifact",
			Handler:    _Registry_DeleteArtifact_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "google/cloud/apigeeregistry/v1/registry_service.proto",
}

Registry_ServiceDesc is the grpc.ServiceDesc for Registry service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAdminServer added in v0.3.5

func RegisterAdminServer(s grpc.ServiceRegistrar, srv AdminServer)

func RegisterProvisioningServer added in v0.5.1

func RegisterProvisioningServer(s grpc.ServiceRegistrar, srv ProvisioningServer)

func RegisterRegistryServer

func RegisterRegistryServer(s grpc.ServiceRegistrar, srv RegistryServer)

Types

type AdminClient added in v0.3.5

type AdminClient interface {
	// GetStatus returns the status of the service.
	// (-- api-linter: core::0131::request-message-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::method-signature=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::http-uri-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	GetStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Status, error)
	// GetStorage returns information about the storage used by the service.
	// (-- api-linter: core::0131::request-message-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::method-signature=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::http-uri-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	GetStorage(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Storage, error)
	// MigrateDatabase attempts to migrate the database to the current schema.
	MigrateDatabase(ctx context.Context, in *MigrateDatabaseRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// ListProjects returns matching projects.
	// (-- api-linter: standard-methods=disabled --)
	// (-- api-linter: core::0132::method-signature=disabled
	//
	//	aip.dev/not-precedent: projects are top-level resources. --)
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	// GetProject returns a specified project.
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// CreateProject creates a specified project.
	// (-- api-linter: standard-methods=disabled --)
	// (-- api-linter: core::0133::http-uri-parent=disabled
	//
	//	aip.dev/not-precedent: Project has an implicit parent. --)
	//
	// (-- api-linter: core::0133::method-signature=disabled
	//
	//	aip.dev/not-precedent: Project has an implicit parent. --)
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// UpdateProject can be used to modify a specified project.
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// DeleteProject removes a specified project and all of the resources that it
	// owns.
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

AdminClient is the client API for Admin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAdminClient added in v0.3.5

func NewAdminClient(cc grpc.ClientConnInterface) AdminClient

type AdminServer added in v0.3.5

type AdminServer interface {
	// GetStatus returns the status of the service.
	// (-- api-linter: core::0131::request-message-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::method-signature=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::http-uri-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	GetStatus(context.Context, *emptypb.Empty) (*Status, error)
	// GetStorage returns information about the storage used by the service.
	// (-- api-linter: core::0131::request-message-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::method-signature=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	//
	// (-- api-linter: core::0131::http-uri-name=disabled
	//
	//	aip.dev/not-precedent: Not in the official API. --)
	GetStorage(context.Context, *emptypb.Empty) (*Storage, error)
	// MigrateDatabase attempts to migrate the database to the current schema.
	MigrateDatabase(context.Context, *MigrateDatabaseRequest) (*longrunning.Operation, error)
	// ListProjects returns matching projects.
	// (-- api-linter: standard-methods=disabled --)
	// (-- api-linter: core::0132::method-signature=disabled
	//
	//	aip.dev/not-precedent: projects are top-level resources. --)
	ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
	// GetProject returns a specified project.
	GetProject(context.Context, *GetProjectRequest) (*Project, error)
	// CreateProject creates a specified project.
	// (-- api-linter: standard-methods=disabled --)
	// (-- api-linter: core::0133::http-uri-parent=disabled
	//
	//	aip.dev/not-precedent: Project has an implicit parent. --)
	//
	// (-- api-linter: core::0133::method-signature=disabled
	//
	//	aip.dev/not-precedent: Project has an implicit parent. --)
	CreateProject(context.Context, *CreateProjectRequest) (*Project, error)
	// UpdateProject can be used to modify a specified project.
	UpdateProject(context.Context, *UpdateProjectRequest) (*Project, error)
	// DeleteProject removes a specified project and all of the resources that it
	// owns.
	DeleteProject(context.Context, *DeleteProjectRequest) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

AdminServer is the server API for Admin service. All implementations must embed UnimplementedAdminServer for forward compatibility

type Api

type Api struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Human-meaningful name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A detailed description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Last update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// A user-definable description of the availability of this service.
	// Format: free-form, but we expect single words that describe availability,
	// e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
	Availability string `protobuf:"bytes,6,opt,name=availability,proto3" json:"availability,omitempty"`
	// The recommended version of the API.
	// Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}
	RecommendedVersion string `protobuf:"bytes,7,opt,name=recommended_version,json=recommendedVersion,proto3" json:"recommended_version,omitempty"`
	// The recommended deployment of the API.
	// Format: projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}
	RecommendedDeployment string `protobuf:"bytes,8,opt,name=recommended_deployment,json=recommendedDeployment,proto3" json:"recommended_deployment,omitempty"`
	// Labels attach identifying metadata to resources. Identifying metadata can
	// be used to filter list operations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one resource.
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations attach non-identifying metadata to resources. While annotations
	// are less restricted than those of labels, they should generally be used
	// for small values of broad interest. Larger, topic-specific metadata should
	// be stored in Artifacts.
	//
	// Annotations keys can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// Annotation values can consist of any unicode characters and do not have
	// a length limit (aside from the overall annotations limit).
	// No more than 256k of annotations data can be associated with one resource.
	Annotations map[string]string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

An Api is a top-level description of an API. Apis are produced by producers and are commitments to provide services.

func (*Api) Descriptor deprecated

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

Deprecated: Use Api.ProtoReflect.Descriptor instead.

func (*Api) GetAnnotations

func (x *Api) GetAnnotations() map[string]string

func (*Api) GetAvailability

func (x *Api) GetAvailability() string

func (*Api) GetCreateTime

func (x *Api) GetCreateTime() *timestamppb.Timestamp

func (*Api) GetDescription

func (x *Api) GetDescription() string

func (*Api) GetDisplayName

func (x *Api) GetDisplayName() string

func (*Api) GetLabels

func (x *Api) GetLabels() map[string]string

func (*Api) GetName

func (x *Api) GetName() string

func (*Api) GetRecommendedDeployment added in v0.3.6

func (x *Api) GetRecommendedDeployment() string

func (*Api) GetRecommendedVersion

func (x *Api) GetRecommendedVersion() string

func (*Api) GetUpdateTime

func (x *Api) GetUpdateTime() *timestamppb.Timestamp

func (*Api) ProtoMessage

func (*Api) ProtoMessage()

func (*Api) ProtoReflect

func (x *Api) ProtoReflect() protoreflect.Message

func (*Api) Reset

func (x *Api) Reset()

func (*Api) String

func (x *Api) String() string

type ApiDeployment added in v0.3.6

type ApiDeployment struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Human-meaningful name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A detailed description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Immutable. The revision ID of the deployment.
	// A new revision is committed whenever the deployment contents are changed.
	// The format is an 8-character hexadecimal string.
	RevisionId string `protobuf:"bytes,4,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// Output only. Creation timestamp; when the deployment resource was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Revision creation timestamp; when the represented revision was created.
	RevisionCreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=revision_create_time,json=revisionCreateTime,proto3" json:"revision_create_time,omitempty"`
	// Output only. Last update timestamp: when the represented revision was last modified.
	RevisionUpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=revision_update_time,json=revisionUpdateTime,proto3" json:"revision_update_time,omitempty"`
	// The full resource name (including revision id) of the spec of the API being
	// served by the deployment. Changes to this value will update the revision.
	// Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec@revision}
	ApiSpecRevision string `protobuf:"bytes,8,opt,name=api_spec_revision,json=apiSpecRevision,proto3" json:"api_spec_revision,omitempty"`
	// The address where the deployment is serving. Changes to this value will
	// update the revision.
	EndpointUri string `protobuf:"bytes,9,opt,name=endpoint_uri,json=endpointUri,proto3" json:"endpoint_uri,omitempty"`
	// The address of the external channel of the API (e.g. the Developer
	// Portal). Changes to this value will not affect the revision.
	ExternalChannelUri string `protobuf:"bytes,10,opt,name=external_channel_uri,json=externalChannelUri,proto3" json:"external_channel_uri,omitempty"`
	// Text briefly identifying the intended audience of the API. Changes to this
	// value will not affect the revision.
	IntendedAudience string `protobuf:"bytes,11,opt,name=intended_audience,json=intendedAudience,proto3" json:"intended_audience,omitempty"`
	// Text briefly describing how to access the endpoint. Changes to this value
	// will not affect the revision.
	AccessGuidance string `protobuf:"bytes,12,opt,name=access_guidance,json=accessGuidance,proto3" json:"access_guidance,omitempty"`
	// Labels attach identifying metadata to resources. Identifying metadata can
	// be used to filter list operations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one resource.
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	Labels map[string]string `` /* 154-byte string literal not displayed */
	// Annotations attach non-identifying metadata to resources. While annotations
	// are less restricted than those of labels, they should generally be used
	// for small values of broad interest. Larger, topic-specific metadata should
	// be stored in Artifacts.
	//
	// Annotations keys can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// Annotation values can consist of any unicode characters and do not have
	// a length limit (aside from the overall annotations limit).
	// No more than 256k of annotations data can be associated with one resource.
	Annotations map[string]string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

An ApiDeployment describes a service running at particular address that provides a particular version of an API. ApiDeployments have revisions which correspond to different configurations of a single deployment in time. Revision identifiers should be updated whenever the served API spec or endpoint address changes.

func (*ApiDeployment) Descriptor deprecated added in v0.3.6

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

Deprecated: Use ApiDeployment.ProtoReflect.Descriptor instead.

func (*ApiDeployment) GetAccessGuidance added in v0.3.6

func (x *ApiDeployment) GetAccessGuidance() string

func (*ApiDeployment) GetAnnotations added in v0.3.6

func (x *ApiDeployment) GetAnnotations() map[string]string

func (*ApiDeployment) GetApiSpecRevision added in v0.3.6

func (x *ApiDeployment) GetApiSpecRevision() string

func (*ApiDeployment) GetCreateTime added in v0.3.6

func (x *ApiDeployment) GetCreateTime() *timestamppb.Timestamp

func (*ApiDeployment) GetDescription added in v0.3.6

func (x *ApiDeployment) GetDescription() string

func (*ApiDeployment) GetDisplayName added in v0.3.6

func (x *ApiDeployment) GetDisplayName() string

func (*ApiDeployment) GetEndpointUri added in v0.3.6

func (x *ApiDeployment) GetEndpointUri() string

func (*ApiDeployment) GetExternalChannelUri added in v0.3.6

func (x *ApiDeployment) GetExternalChannelUri() string

func (*ApiDeployment) GetIntendedAudience added in v0.3.6

func (x *ApiDeployment) GetIntendedAudience() string

func (*ApiDeployment) GetLabels added in v0.3.6

func (x *ApiDeployment) GetLabels() map[string]string

func (*ApiDeployment) GetName added in v0.3.6

func (x *ApiDeployment) GetName() string

func (*ApiDeployment) GetRevisionCreateTime added in v0.3.6

func (x *ApiDeployment) GetRevisionCreateTime() *timestamppb.Timestamp

func (*ApiDeployment) GetRevisionId added in v0.3.6

func (x *ApiDeployment) GetRevisionId() string

func (*ApiDeployment) GetRevisionUpdateTime added in v0.3.6

func (x *ApiDeployment) GetRevisionUpdateTime() *timestamppb.Timestamp

func (*ApiDeployment) ProtoMessage added in v0.3.6

func (*ApiDeployment) ProtoMessage()

func (*ApiDeployment) ProtoReflect added in v0.3.6

func (x *ApiDeployment) ProtoReflect() protoreflect.Message

func (*ApiDeployment) Reset added in v0.3.6

func (x *ApiDeployment) Reset()

func (*ApiDeployment) String added in v0.3.6

func (x *ApiDeployment) String() string

type ApiSpec

type ApiSpec struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A possibly-hierarchical name used to refer to the spec from other specs.
	Filename string `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	// A detailed description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Immutable. The revision ID of the spec.
	// A new revision is committed whenever the spec contents are changed.
	// The format is an 8-character hexadecimal string.
	RevisionId string `protobuf:"bytes,4,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// Output only. Creation timestamp; when the spec resource was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Revision creation timestamp; when the represented revision was created.
	RevisionCreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=revision_create_time,json=revisionCreateTime,proto3" json:"revision_create_time,omitempty"`
	// Output only. Last update timestamp: when the represented revision was last modified.
	RevisionUpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=revision_update_time,json=revisionUpdateTime,proto3" json:"revision_update_time,omitempty"`
	// A style (format) descriptor for this spec that is specified as a Media Type
	// (https://en.wikipedia.org/wiki/Media_type). Possible values include
	// "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
	// "application/vnd.apigee.graphql", with possible suffixes representing
	// compression types. These hypothetical names are defined in the vendor tree
	// defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
	// Content types can specify compression. Currently only GZip compression is
	// supported (indicated with "+gzip").
	MimeType string `protobuf:"bytes,8,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// Output only. The size of the spec file in bytes. If the spec is gzipped, this is the
	// size of the uncompressed spec.
	SizeBytes int32 `protobuf:"varint,9,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	// Output only. A SHA-256 hash of the spec's contents. If the spec is gzipped, this is
	// the hash of the uncompressed spec.
	Hash string `protobuf:"bytes,10,opt,name=hash,proto3" json:"hash,omitempty"`
	// The original source URI of the spec (if one exists).
	// This is an external location that can be used for reference purposes
	// but which may not be authoritative since this external resource may
	// change after the spec is retrieved.
	SourceUri string `protobuf:"bytes,11,opt,name=source_uri,json=sourceUri,proto3" json:"source_uri,omitempty"`
	// Input only. The contents of the spec.
	// Provided by API callers when specs are created or updated.
	// To access the contents of a spec, use GetApiSpecContents.
	Contents []byte `protobuf:"bytes,12,opt,name=contents,proto3" json:"contents,omitempty"`
	// Labels attach identifying metadata to resources. Identifying metadata can
	// be used to filter list operations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one resource.
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	Labels map[string]string `` /* 154-byte string literal not displayed */
	// Annotations attach non-identifying metadata to resources. While annotations
	// are less restricted than those of labels, they should generally be used
	// for small values of broad interest. Larger, topic-specific metadata should
	// be stored in Artifacts.
	//
	// Annotations keys can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// Annotation values can consist of any unicode characters and do not have
	// a length limit (aside from the overall annotations limit).
	// No more than 256k of annotations data can be associated with one resource.
	Annotations map[string]string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

An ApiSpec describes a version of an API in a structured way. ApiSpecs provide formal descriptions that consumers can use to use a version. ApiSpec resources are intended to be fully-resolved descriptions of an ApiVersion. When specs consist of multiple files, these should be bundled together (e.g. in a zip archive) and stored as a unit. Multiple specs can exist to provide representations in different API description formats. Synchronization of these representations would be provided by tooling and background services.

func (*ApiSpec) Descriptor deprecated

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

Deprecated: Use ApiSpec.ProtoReflect.Descriptor instead.

func (*ApiSpec) GetAnnotations

func (x *ApiSpec) GetAnnotations() map[string]string

func (*ApiSpec) GetContents

func (x *ApiSpec) GetContents() []byte

func (*ApiSpec) GetCreateTime

func (x *ApiSpec) GetCreateTime() *timestamppb.Timestamp

func (*ApiSpec) GetDescription

func (x *ApiSpec) GetDescription() string

func (*ApiSpec) GetFilename

func (x *ApiSpec) GetFilename() string

func (*ApiSpec) GetHash

func (x *ApiSpec) GetHash() string

func (*ApiSpec) GetLabels

func (x *ApiSpec) GetLabels() map[string]string

func (*ApiSpec) GetMimeType

func (x *ApiSpec) GetMimeType() string

func (*ApiSpec) GetName

func (x *ApiSpec) GetName() string

func (*ApiSpec) GetRevisionCreateTime

func (x *ApiSpec) GetRevisionCreateTime() *timestamppb.Timestamp

func (*ApiSpec) GetRevisionId

func (x *ApiSpec) GetRevisionId() string

func (*ApiSpec) GetRevisionUpdateTime

func (x *ApiSpec) GetRevisionUpdateTime() *timestamppb.Timestamp

func (*ApiSpec) GetSizeBytes

func (x *ApiSpec) GetSizeBytes() int32

func (*ApiSpec) GetSourceUri

func (x *ApiSpec) GetSourceUri() string

func (*ApiSpec) ProtoMessage

func (*ApiSpec) ProtoMessage()

func (*ApiSpec) ProtoReflect

func (x *ApiSpec) ProtoReflect() protoreflect.Message

func (*ApiSpec) Reset

func (x *ApiSpec) Reset()

func (*ApiSpec) String

func (x *ApiSpec) String() string

type ApiVersion

type ApiVersion struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Human-meaningful name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A detailed description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Last update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// A user-definable description of the lifecycle phase of this API version.
	// Format: free-form, but we expect single words that describe API maturity,
	// e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
	// "DEPRECATED", "RETIRED".
	State string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// Labels attach identifying metadata to resources. Identifying metadata can
	// be used to filter list operations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one resource.
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations attach non-identifying metadata to resources. While annotations
	// are less restricted than those of labels, they should generally be used
	// for small values of broad interest. Larger, topic-specific metadata should
	// be stored in Artifacts.
	//
	// Annotations keys can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// Annotation values can consist of any unicode characters and do not have
	// a length limit (aside from the overall annotations limit).
	// No more than 256k of annotations data can be associated with one resource.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// The primary spec for this version.
	// Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
	PrimarySpec string `protobuf:"bytes,9,opt,name=primary_spec,json=primarySpec,proto3" json:"primary_spec,omitempty"`
	// contains filtered or unexported fields
}

An ApiVersion describes a particular version of an API. ApiVersions are what consumers actually use.

func (*ApiVersion) Descriptor deprecated

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

Deprecated: Use ApiVersion.ProtoReflect.Descriptor instead.

func (*ApiVersion) GetAnnotations

func (x *ApiVersion) GetAnnotations() map[string]string

func (*ApiVersion) GetCreateTime

func (x *ApiVersion) GetCreateTime() *timestamppb.Timestamp

func (*ApiVersion) GetDescription

func (x *ApiVersion) GetDescription() string

func (*ApiVersion) GetDisplayName

func (x *ApiVersion) GetDisplayName() string

func (*ApiVersion) GetLabels

func (x *ApiVersion) GetLabels() map[string]string

func (*ApiVersion) GetName

func (x *ApiVersion) GetName() string

func (*ApiVersion) GetPrimarySpec added in v0.5.7

func (x *ApiVersion) GetPrimarySpec() string

func (*ApiVersion) GetState

func (x *ApiVersion) GetState() string

func (*ApiVersion) GetUpdateTime

func (x *ApiVersion) GetUpdateTime() *timestamppb.Timestamp

func (*ApiVersion) ProtoMessage

func (*ApiVersion) ProtoMessage()

func (*ApiVersion) ProtoReflect

func (x *ApiVersion) ProtoReflect() protoreflect.Message

func (*ApiVersion) Reset

func (x *ApiVersion) Reset()

func (*ApiVersion) String

func (x *ApiVersion) String() string

type Artifact

type Artifact struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Last update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// A content type specifier for the artifact.
	// Content type specifiers are Media Types
	// (https://en.wikipedia.org/wiki/Media_type) with a possible "schema"
	// parameter that specifies a schema for the stored information.
	// Content types can specify compression. Currently only GZip compression is
	// supported (indicated with "+gzip").
	MimeType string `protobuf:"bytes,4,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// Output only. The size of the artifact in bytes. If the artifact is gzipped, this is
	// the size of the uncompressed artifact.
	SizeBytes int32 `protobuf:"varint,5,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	// Output only. A SHA-256 hash of the artifact's contents. If the artifact is gzipped,
	// this is the hash of the uncompressed artifact.
	Hash string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	// Input only. The contents of the artifact.
	// Provided by API callers when artifacts are created or replaced.
	// To access the contents of an artifact, use GetArtifactContents.
	Contents []byte `protobuf:"bytes,7,opt,name=contents,proto3" json:"contents,omitempty"`
	// Labels attach identifying metadata to resources. Identifying metadata can
	// be used to filter list operations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one resource.
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Annotations attach non-identifying metadata to resources. While annotations
	// are less restricted than those of labels, they should generally be used
	// for small values of broad interest. Larger, topic-specific metadata should
	// be stored in Artifacts.
	//
	// Annotations keys can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// Annotation values can consist of any unicode characters and do not have
	// a length limit (aside from the overall annotations limit).
	// No more than 256k of annotations data can be associated with one resource.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

Artifacts of resources. Artifacts are unique (single-value) per resource and are used to store metadata that is too large or numerous to be stored directly on the resource. Since artifacts are stored separately from parent resources, they should generally be used for metadata that is needed infrequently, i.e. not for display in primary views of the resource but perhaps displayed or downloaded upon request. The ListArtifacts method allows artifacts to be quickly enumerated and checked for presence without downloading their (potentially-large) contents.

func (*Artifact) Descriptor deprecated

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

Deprecated: Use Artifact.ProtoReflect.Descriptor instead.

func (*Artifact) GetAnnotations added in v0.5.7

func (x *Artifact) GetAnnotations() map[string]string

func (*Artifact) GetContents

func (x *Artifact) GetContents() []byte

func (*Artifact) GetCreateTime

func (x *Artifact) GetCreateTime() *timestamppb.Timestamp

func (*Artifact) GetHash

func (x *Artifact) GetHash() string

func (*Artifact) GetLabels added in v0.5.7

func (x *Artifact) GetLabels() map[string]string

func (*Artifact) GetMimeType

func (x *Artifact) GetMimeType() string

func (*Artifact) GetName

func (x *Artifact) GetName() string

func (*Artifact) GetSizeBytes

func (x *Artifact) GetSizeBytes() int32

func (*Artifact) GetUpdateTime

func (x *Artifact) GetUpdateTime() *timestamppb.Timestamp

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) ProtoReflect

func (x *Artifact) ProtoReflect() protoreflect.Message

func (*Artifact) Reset

func (x *Artifact) Reset()

func (*Artifact) String

func (x *Artifact) String() string

type BuildInfo added in v0.4.2

type BuildInfo struct {

	// Version of Go that produced this binary.
	GoVersion string `protobuf:"bytes,1,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
	// The main package path.
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// The main module.
	Main *BuildInfo_Module `protobuf:"bytes,3,opt,name=main,proto3" json:"main,omitempty"`
	// The dependencies of the build.
	Dependencies []*BuildInfo_Module `protobuf:"bytes,4,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// Settings associated with the build.
	Settings map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

BuildInfo describes a server build.

func (*BuildInfo) Descriptor deprecated added in v0.4.2

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

Deprecated: Use BuildInfo.ProtoReflect.Descriptor instead.

func (*BuildInfo) GetDependencies added in v0.4.2

func (x *BuildInfo) GetDependencies() []*BuildInfo_Module

func (*BuildInfo) GetGoVersion added in v0.4.2

func (x *BuildInfo) GetGoVersion() string

func (*BuildInfo) GetMain added in v0.4.2

func (x *BuildInfo) GetMain() *BuildInfo_Module

func (*BuildInfo) GetPath added in v0.4.2

func (x *BuildInfo) GetPath() string

func (*BuildInfo) GetSettings added in v0.4.2

func (x *BuildInfo) GetSettings() map[string]string

func (*BuildInfo) ProtoMessage added in v0.4.2

func (*BuildInfo) ProtoMessage()

func (*BuildInfo) ProtoReflect added in v0.4.2

func (x *BuildInfo) ProtoReflect() protoreflect.Message

func (*BuildInfo) Reset added in v0.4.2

func (x *BuildInfo) Reset()

func (*BuildInfo) String added in v0.4.2

func (x *BuildInfo) String() string

type BuildInfo_Module added in v0.4.2

type BuildInfo_Module struct {

	// The module path.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// The module version.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// The module checksum.
	Sum string `protobuf:"bytes,3,opt,name=sum,proto3" json:"sum,omitempty"`
	// An optional replacement for the module
	Replacement *BuildInfo_Module `protobuf:"bytes,4,opt,name=replacement,proto3" json:"replacement,omitempty"`
	// contains filtered or unexported fields
}

A module used to create the build.

func (*BuildInfo_Module) Descriptor deprecated added in v0.4.2

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

Deprecated: Use BuildInfo_Module.ProtoReflect.Descriptor instead.

func (*BuildInfo_Module) GetPath added in v0.4.2

func (x *BuildInfo_Module) GetPath() string

func (*BuildInfo_Module) GetReplacement added in v0.4.2

func (x *BuildInfo_Module) GetReplacement() *BuildInfo_Module

func (*BuildInfo_Module) GetSum added in v0.4.2

func (x *BuildInfo_Module) GetSum() string

func (*BuildInfo_Module) GetVersion added in v0.4.2

func (x *BuildInfo_Module) GetVersion() string

func (*BuildInfo_Module) ProtoMessage added in v0.4.2

func (*BuildInfo_Module) ProtoMessage()

func (*BuildInfo_Module) ProtoReflect added in v0.4.2

func (x *BuildInfo_Module) ProtoReflect() protoreflect.Message

func (*BuildInfo_Module) Reset added in v0.4.2

func (x *BuildInfo_Module) Reset()

func (*BuildInfo_Module) String added in v0.4.2

func (x *BuildInfo_Module) String() string

type CreateApiDeploymentRequest added in v0.3.6

type CreateApiDeploymentRequest struct {

	// Required. The parent, which owns this collection of deployments.
	// Format: projects/*/locations/*/apis/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The deployment to create.
	ApiDeployment *ApiDeployment `protobuf:"bytes,2,opt,name=api_deployment,json=apiDeployment,proto3" json:"api_deployment,omitempty"`
	// Required. The ID to use for the deployment, which will become the final component of
	// the deployment's resource name.
	//
	// This value should be 4-63 characters, and valid characters
	// are /[a-z][0-9]-/.
	//
	// Following AIP-162, IDs must not have the form of a UUID.
	ApiDeploymentId string `protobuf:"bytes,3,opt,name=api_deployment_id,json=apiDeploymentId,proto3" json:"api_deployment_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateApiDeployment.

func (*CreateApiDeploymentRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use CreateApiDeploymentRequest.ProtoReflect.Descriptor instead.

func (*CreateApiDeploymentRequest) GetApiDeployment added in v0.3.6

func (x *CreateApiDeploymentRequest) GetApiDeployment() *ApiDeployment

func (*CreateApiDeploymentRequest) GetApiDeploymentId added in v0.3.6

func (x *CreateApiDeploymentRequest) GetApiDeploymentId() string

func (*CreateApiDeploymentRequest) GetParent added in v0.3.6

func (x *CreateApiDeploymentRequest) GetParent() string

func (*CreateApiDeploymentRequest) ProtoMessage added in v0.3.6

func (*CreateApiDeploymentRequest) ProtoMessage()

func (*CreateApiDeploymentRequest) ProtoReflect added in v0.3.6

func (*CreateApiDeploymentRequest) Reset added in v0.3.6

func (x *CreateApiDeploymentRequest) Reset()

func (*CreateApiDeploymentRequest) String added in v0.3.6

func (x *CreateApiDeploymentRequest) String() string

type CreateApiRequest

type CreateApiRequest struct {

	// Required. The parent, which owns this collection of APIs.
	// Format: projects/*/locations/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The API to create.
	Api *Api `protobuf:"bytes,2,opt,name=api,proto3" json:"api,omitempty"`
	// Required. The ID to use for the api, which will become the final component of
	// the api's resource name.
	//
	// This value should be 4-63 characters, and valid characters
	// are /[a-z][0-9]-/.
	//
	// Following AIP-162, IDs must not have the form of a UUID.
	ApiId string `protobuf:"bytes,3,opt,name=api_id,json=apiId,proto3" json:"api_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateApi.

func (*CreateApiRequest) Descriptor deprecated

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

Deprecated: Use CreateApiRequest.ProtoReflect.Descriptor instead.

func (*CreateApiRequest) GetApi

func (x *CreateApiRequest) GetApi() *Api

func (*CreateApiRequest) GetApiId

func (x *CreateApiRequest) GetApiId() string

func (*CreateApiRequest) GetParent

func (x *CreateApiRequest) GetParent() string

func (*CreateApiRequest) ProtoMessage

func (*CreateApiRequest) ProtoMessage()

func (*CreateApiRequest) ProtoReflect

func (x *CreateApiRequest) ProtoReflect() protoreflect.Message

func (*CreateApiRequest) Reset

func (x *CreateApiRequest) Reset()

func (*CreateApiRequest) String

func (x *CreateApiRequest) String() string

type CreateApiSpecRequest

type CreateApiSpecRequest struct {

	// Required. The parent, which owns this collection of specs.
	// Format: projects/*/locations/*/apis/*/versions/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The spec to create.
	ApiSpec *ApiSpec `protobuf:"bytes,2,opt,name=api_spec,json=apiSpec,proto3" json:"api_spec,omitempty"`
	// Required. The ID to use for the spec, which will become the final component of
	// the spec's resource name.
	//
	// This value should be 4-63 characters, and valid characters
	// are /[a-z][0-9]-/.
	//
	// Following AIP-162, IDs must not have the form of a UUID.
	ApiSpecId string `protobuf:"bytes,3,opt,name=api_spec_id,json=apiSpecId,proto3" json:"api_spec_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateApiSpec.

func (*CreateApiSpecRequest) Descriptor deprecated

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

Deprecated: Use CreateApiSpecRequest.ProtoReflect.Descriptor instead.

func (*CreateApiSpecRequest) GetApiSpec

func (x *CreateApiSpecRequest) GetApiSpec() *ApiSpec

func (*CreateApiSpecRequest) GetApiSpecId

func (x *CreateApiSpecRequest) GetApiSpecId() string

func (*CreateApiSpecRequest) GetParent

func (x *CreateApiSpecRequest) GetParent() string

func (*CreateApiSpecRequest) ProtoMessage

func (*CreateApiSpecRequest) ProtoMessage()

func (*CreateApiSpecRequest) ProtoReflect

func (x *CreateApiSpecRequest) ProtoReflect() protoreflect.Message

func (*CreateApiSpecRequest) Reset

func (x *CreateApiSpecRequest) Reset()

func (*CreateApiSpecRequest) String

func (x *CreateApiSpecRequest) String() string

type CreateApiVersionRequest

type CreateApiVersionRequest struct {

	// Required. The parent, which owns this collection of versions.
	// Format: projects/*/locations/*/apis/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The version to create.
	ApiVersion *ApiVersion `protobuf:"bytes,2,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	// Required. The ID to use for the version, which will become the final component of
	// the version's resource name.
	//
	// This value should be 4-63 characters, and valid characters
	// are /[a-z][0-9]-/.
	//
	// Following AIP-162, IDs must not have the form of a UUID.
	ApiVersionId string `protobuf:"bytes,3,opt,name=api_version_id,json=apiVersionId,proto3" json:"api_version_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateApiVersion.

func (*CreateApiVersionRequest) Descriptor deprecated

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

Deprecated: Use CreateApiVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateApiVersionRequest) GetApiVersion

func (x *CreateApiVersionRequest) GetApiVersion() *ApiVersion

func (*CreateApiVersionRequest) GetApiVersionId

func (x *CreateApiVersionRequest) GetApiVersionId() string

func (*CreateApiVersionRequest) GetParent

func (x *CreateApiVersionRequest) GetParent() string

func (*CreateApiVersionRequest) ProtoMessage

func (*CreateApiVersionRequest) ProtoMessage()

func (*CreateApiVersionRequest) ProtoReflect

func (x *CreateApiVersionRequest) ProtoReflect() protoreflect.Message

func (*CreateApiVersionRequest) Reset

func (x *CreateApiVersionRequest) Reset()

func (*CreateApiVersionRequest) String

func (x *CreateApiVersionRequest) String() string

type CreateArtifactRequest

type CreateArtifactRequest struct {

	// Required. The parent, which owns this collection of artifacts.
	// Format: {parent}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The artifact to create.
	Artifact *Artifact `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// Required. The ID to use for the artifact, which will become the final component of
	// the artifact's resource name.
	//
	// This value should be 4-63 characters, and valid characters
	// are /[a-z][0-9]-/.
	//
	// Following AIP-162, IDs must not have the form of a UUID.
	ArtifactId string `protobuf:"bytes,3,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateArtifact.

func (*CreateArtifactRequest) Descriptor deprecated

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

Deprecated: Use CreateArtifactRequest.ProtoReflect.Descriptor instead.

func (*CreateArtifactRequest) GetArtifact

func (x *CreateArtifactRequest) GetArtifact() *Artifact

func (*CreateArtifactRequest) GetArtifactId

func (x *CreateArtifactRequest) GetArtifactId() string

func (*CreateArtifactRequest) GetParent

func (x *CreateArtifactRequest) GetParent() string

func (*CreateArtifactRequest) ProtoMessage

func (*CreateArtifactRequest) ProtoMessage()

func (*CreateArtifactRequest) ProtoReflect

func (x *CreateArtifactRequest) ProtoReflect() protoreflect.Message

func (*CreateArtifactRequest) Reset

func (x *CreateArtifactRequest) Reset()

func (*CreateArtifactRequest) String

func (x *CreateArtifactRequest) String() string

type CreateInstanceRequest added in v0.5.1

type CreateInstanceRequest struct {

	// Required. Parent resource of the Instance, of the form: `projects/*/locations/*`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. Identifier to assign to the Instance. Must be unique within scope of the
	// parent resource.
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Required. The Instance.
	Instance *Instance `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateInstance.

func (*CreateInstanceRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.

func (*CreateInstanceRequest) GetInstance added in v0.5.1

func (x *CreateInstanceRequest) GetInstance() *Instance

func (*CreateInstanceRequest) GetInstanceId added in v0.5.1

func (x *CreateInstanceRequest) GetInstanceId() string

func (*CreateInstanceRequest) GetParent added in v0.5.1

func (x *CreateInstanceRequest) GetParent() string

func (*CreateInstanceRequest) ProtoMessage added in v0.5.1

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) ProtoReflect added in v0.5.1

func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message

func (*CreateInstanceRequest) Reset added in v0.5.1

func (x *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) String added in v0.5.1

func (x *CreateInstanceRequest) String() string

type CreateProjectRequest

type CreateProjectRequest struct {

	// The project to create.
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// The ID to use for the project, which will become the final component of
	// the project's resource name.
	//
	// This value should be at most 80 characters, and valid characters
	// are /[a-z][0-9]-./.
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for CreateProject. (-- api-linter: core::0133::request-parent-required=disabled

aip.dev/not-precedent: the parent of Project is implicit. --)

func (*CreateProjectRequest) Descriptor deprecated

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

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetProject

func (x *CreateProjectRequest) GetProject() *Project

func (*CreateProjectRequest) GetProjectId

func (x *CreateProjectRequest) GetProjectId() string

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

type DeleteApiDeploymentRequest added in v0.3.6

type DeleteApiDeploymentRequest struct {

	// Required. The name of the deployment to delete.
	// Format: projects/*/locations/*/apis/*/deployments/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set to true, any child resources will also be deleted.
	// (Otherwise, the request will only work if there are no child resources.)
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApiDeployment.

func (*DeleteApiDeploymentRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use DeleteApiDeploymentRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiDeploymentRequest) GetForce added in v0.4.2

func (x *DeleteApiDeploymentRequest) GetForce() bool

func (*DeleteApiDeploymentRequest) GetName added in v0.3.6

func (x *DeleteApiDeploymentRequest) GetName() string

func (*DeleteApiDeploymentRequest) ProtoMessage added in v0.3.6

func (*DeleteApiDeploymentRequest) ProtoMessage()

func (*DeleteApiDeploymentRequest) ProtoReflect added in v0.3.6

func (*DeleteApiDeploymentRequest) Reset added in v0.3.6

func (x *DeleteApiDeploymentRequest) Reset()

func (*DeleteApiDeploymentRequest) String added in v0.3.6

func (x *DeleteApiDeploymentRequest) String() string

type DeleteApiDeploymentRevisionRequest added in v0.3.6

type DeleteApiDeploymentRevisionRequest struct {

	// Required. The name of the deployment revision to be deleted,
	// with a revision ID explicitly included.
	//
	// Example:
	// projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApiDeploymentRevision.

func (*DeleteApiDeploymentRevisionRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use DeleteApiDeploymentRevisionRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiDeploymentRevisionRequest) GetName added in v0.3.6

func (*DeleteApiDeploymentRevisionRequest) ProtoMessage added in v0.3.6

func (*DeleteApiDeploymentRevisionRequest) ProtoMessage()

func (*DeleteApiDeploymentRevisionRequest) ProtoReflect added in v0.3.6

func (*DeleteApiDeploymentRevisionRequest) Reset added in v0.3.6

func (*DeleteApiDeploymentRevisionRequest) String added in v0.3.6

type DeleteApiRequest

type DeleteApiRequest struct {

	// Required. The name of the API to delete.
	// Format: projects/*/locations/*/apis/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set to true, any child resources will also be deleted.
	// (Otherwise, the request will only work if there are no child resources.)
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApi.

func (*DeleteApiRequest) Descriptor deprecated

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

Deprecated: Use DeleteApiRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiRequest) GetForce added in v0.4.2

func (x *DeleteApiRequest) GetForce() bool

func (*DeleteApiRequest) GetName

func (x *DeleteApiRequest) GetName() string

func (*DeleteApiRequest) ProtoMessage

func (*DeleteApiRequest) ProtoMessage()

func (*DeleteApiRequest) ProtoReflect

func (x *DeleteApiRequest) ProtoReflect() protoreflect.Message

func (*DeleteApiRequest) Reset

func (x *DeleteApiRequest) Reset()

func (*DeleteApiRequest) String

func (x *DeleteApiRequest) String() string

type DeleteApiSpecRequest

type DeleteApiSpecRequest struct {

	// Required. The name of the spec to delete.
	// Format: projects/*/locations/*/apis/*/versions/*/specs/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set to true, any child resources will also be deleted.
	// (Otherwise, the request will only work if there are no child resources.)
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApiSpec.

func (*DeleteApiSpecRequest) Descriptor deprecated

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

Deprecated: Use DeleteApiSpecRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiSpecRequest) GetForce added in v0.4.2

func (x *DeleteApiSpecRequest) GetForce() bool

func (*DeleteApiSpecRequest) GetName

func (x *DeleteApiSpecRequest) GetName() string

func (*DeleteApiSpecRequest) ProtoMessage

func (*DeleteApiSpecRequest) ProtoMessage()

func (*DeleteApiSpecRequest) ProtoReflect

func (x *DeleteApiSpecRequest) ProtoReflect() protoreflect.Message

func (*DeleteApiSpecRequest) Reset

func (x *DeleteApiSpecRequest) Reset()

func (*DeleteApiSpecRequest) String

func (x *DeleteApiSpecRequest) String() string

type DeleteApiSpecRevisionRequest

type DeleteApiSpecRevisionRequest struct {

	// Required. The name of the spec revision to be deleted,
	// with a revision ID explicitly included.
	//
	// Example:
	// projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi@c7cfa2a8
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApiSpecRevision.

func (*DeleteApiSpecRevisionRequest) Descriptor deprecated

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

Deprecated: Use DeleteApiSpecRevisionRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiSpecRevisionRequest) GetName

func (x *DeleteApiSpecRevisionRequest) GetName() string

func (*DeleteApiSpecRevisionRequest) ProtoMessage

func (*DeleteApiSpecRevisionRequest) ProtoMessage()

func (*DeleteApiSpecRevisionRequest) ProtoReflect

func (*DeleteApiSpecRevisionRequest) Reset

func (x *DeleteApiSpecRevisionRequest) Reset()

func (*DeleteApiSpecRevisionRequest) String

type DeleteApiVersionRequest

type DeleteApiVersionRequest struct {

	// Required. The name of the version to delete.
	// Format: projects/*/locations/*/apis/*/versions/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set to true, any child resources will also be deleted.
	// (Otherwise, the request will only work if there are no child resources.)
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteApiVersion.

func (*DeleteApiVersionRequest) Descriptor deprecated

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

Deprecated: Use DeleteApiVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiVersionRequest) GetForce added in v0.4.2

func (x *DeleteApiVersionRequest) GetForce() bool

func (*DeleteApiVersionRequest) GetName

func (x *DeleteApiVersionRequest) GetName() string

func (*DeleteApiVersionRequest) ProtoMessage

func (*DeleteApiVersionRequest) ProtoMessage()

func (*DeleteApiVersionRequest) ProtoReflect

func (x *DeleteApiVersionRequest) ProtoReflect() protoreflect.Message

func (*DeleteApiVersionRequest) Reset

func (x *DeleteApiVersionRequest) Reset()

func (*DeleteApiVersionRequest) String

func (x *DeleteApiVersionRequest) String() string

type DeleteArtifactRequest

type DeleteArtifactRequest struct {

	// Required. The name of the artifact to delete.
	// Format: {parent}/artifacts/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteArtifact.

func (*DeleteArtifactRequest) Descriptor deprecated

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

Deprecated: Use DeleteArtifactRequest.ProtoReflect.Descriptor instead.

func (*DeleteArtifactRequest) GetName

func (x *DeleteArtifactRequest) GetName() string

func (*DeleteArtifactRequest) ProtoMessage

func (*DeleteArtifactRequest) ProtoMessage()

func (*DeleteArtifactRequest) ProtoReflect

func (x *DeleteArtifactRequest) ProtoReflect() protoreflect.Message

func (*DeleteArtifactRequest) Reset

func (x *DeleteArtifactRequest) Reset()

func (*DeleteArtifactRequest) String

func (x *DeleteArtifactRequest) String() string

type DeleteInstanceRequest added in v0.5.1

type DeleteInstanceRequest struct {

	// Required. The name of the Instance to delete.
	// Format: `projects/*/locations/*/instances/*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteInstance.

func (*DeleteInstanceRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceRequest) GetName added in v0.5.1

func (x *DeleteInstanceRequest) GetName() string

func (*DeleteInstanceRequest) ProtoMessage added in v0.5.1

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) ProtoReflect added in v0.5.1

func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message

func (*DeleteInstanceRequest) Reset added in v0.5.1

func (x *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) String added in v0.5.1

func (x *DeleteInstanceRequest) String() string

type DeleteProjectRequest

type DeleteProjectRequest struct {

	// The name of the project to delete.
	// Format: projects/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// If set to true, any child resources will also be deleted.
	// (Otherwise, the request will only work if there are no child resources.)
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for DeleteProject.

func (*DeleteProjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRequest) GetForce added in v0.4.2

func (x *DeleteProjectRequest) GetForce() bool

func (*DeleteProjectRequest) GetName

func (x *DeleteProjectRequest) GetName() string

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) ProtoReflect

func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message

func (*DeleteProjectRequest) Reset

func (x *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (x *DeleteProjectRequest) String() string

type GetApiDeploymentRequest added in v0.3.6

type GetApiDeploymentRequest struct {

	// Required. The name of the deployment to retrieve.
	// Format: projects/*/locations/*/apis/*/deployments/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetApiDeployment.

func (*GetApiDeploymentRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use GetApiDeploymentRequest.ProtoReflect.Descriptor instead.

func (*GetApiDeploymentRequest) GetName added in v0.3.6

func (x *GetApiDeploymentRequest) GetName() string

func (*GetApiDeploymentRequest) ProtoMessage added in v0.3.6

func (*GetApiDeploymentRequest) ProtoMessage()

func (*GetApiDeploymentRequest) ProtoReflect added in v0.3.6

func (x *GetApiDeploymentRequest) ProtoReflect() protoreflect.Message

func (*GetApiDeploymentRequest) Reset added in v0.3.6

func (x *GetApiDeploymentRequest) Reset()

func (*GetApiDeploymentRequest) String added in v0.3.6

func (x *GetApiDeploymentRequest) String() string

type GetApiRequest

type GetApiRequest struct {

	// Required. The name of the API to retrieve.
	// Format: projects/*/locations/*/apis/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetApi.

func (*GetApiRequest) Descriptor deprecated

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

Deprecated: Use GetApiRequest.ProtoReflect.Descriptor instead.

func (*GetApiRequest) GetName

func (x *GetApiRequest) GetName() string

func (*GetApiRequest) ProtoMessage

func (*GetApiRequest) ProtoMessage()

func (*GetApiRequest) ProtoReflect

func (x *GetApiRequest) ProtoReflect() protoreflect.Message

func (*GetApiRequest) Reset

func (x *GetApiRequest) Reset()

func (*GetApiRequest) String

func (x *GetApiRequest) String() string

type GetApiSpecContentsRequest

type GetApiSpecContentsRequest struct {

	// Required. The name of the spec whose contents should be retrieved.
	// Format: projects/*/locations/*/apis/*/versions/*/specs/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetApiSpecContents.

func (*GetApiSpecContentsRequest) Descriptor deprecated

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

Deprecated: Use GetApiSpecContentsRequest.ProtoReflect.Descriptor instead.

func (*GetApiSpecContentsRequest) GetName

func (x *GetApiSpecContentsRequest) GetName() string

func (*GetApiSpecContentsRequest) ProtoMessage

func (*GetApiSpecContentsRequest) ProtoMessage()

func (*GetApiSpecContentsRequest) ProtoReflect

func (*GetApiSpecContentsRequest) Reset

func (x *GetApiSpecContentsRequest) Reset()

func (*GetApiSpecContentsRequest) String

func (x *GetApiSpecContentsRequest) String() string

type GetApiSpecRequest

type GetApiSpecRequest struct {

	// Required. The name of the spec to retrieve.
	// Format: projects/*/locations/*/apis/*/versions/*/specs/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetApiSpec.

func (*GetApiSpecRequest) Descriptor deprecated

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

Deprecated: Use GetApiSpecRequest.ProtoReflect.Descriptor instead.

func (*GetApiSpecRequest) GetName

func (x *GetApiSpecRequest) GetName() string

func (*GetApiSpecRequest) ProtoMessage

func (*GetApiSpecRequest) ProtoMessage()

func (*GetApiSpecRequest) ProtoReflect

func (x *GetApiSpecRequest) ProtoReflect() protoreflect.Message

func (*GetApiSpecRequest) Reset

func (x *GetApiSpecRequest) Reset()

func (*GetApiSpecRequest) String

func (x *GetApiSpecRequest) String() string

type GetApiVersionRequest

type GetApiVersionRequest struct {

	// Required. The name of the version to retrieve.
	// Format: projects/*/locations/*/apis/*/versions/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetApiVersion.

func (*GetApiVersionRequest) Descriptor deprecated

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

Deprecated: Use GetApiVersionRequest.ProtoReflect.Descriptor instead.

func (*GetApiVersionRequest) GetName

func (x *GetApiVersionRequest) GetName() string

func (*GetApiVersionRequest) ProtoMessage

func (*GetApiVersionRequest) ProtoMessage()

func (*GetApiVersionRequest) ProtoReflect

func (x *GetApiVersionRequest) ProtoReflect() protoreflect.Message

func (*GetApiVersionRequest) Reset

func (x *GetApiVersionRequest) Reset()

func (*GetApiVersionRequest) String

func (x *GetApiVersionRequest) String() string

type GetArtifactContentsRequest

type GetArtifactContentsRequest struct {

	// Required. The name of the artifact whose contents should be retrieved.
	// Format: {parent}/artifacts/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetArtifactContents.

func (*GetArtifactContentsRequest) Descriptor deprecated

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

Deprecated: Use GetArtifactContentsRequest.ProtoReflect.Descriptor instead.

func (*GetArtifactContentsRequest) GetName

func (x *GetArtifactContentsRequest) GetName() string

func (*GetArtifactContentsRequest) ProtoMessage

func (*GetArtifactContentsRequest) ProtoMessage()

func (*GetArtifactContentsRequest) ProtoReflect

func (*GetArtifactContentsRequest) Reset

func (x *GetArtifactContentsRequest) Reset()

func (*GetArtifactContentsRequest) String

func (x *GetArtifactContentsRequest) String() string

type GetArtifactRequest

type GetArtifactRequest struct {

	// Required. The name of the artifact to retrieve.
	// Format: {parent}/artifacts/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetArtifact.

func (*GetArtifactRequest) Descriptor deprecated

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

Deprecated: Use GetArtifactRequest.ProtoReflect.Descriptor instead.

func (*GetArtifactRequest) GetName

func (x *GetArtifactRequest) GetName() string

func (*GetArtifactRequest) ProtoMessage

func (*GetArtifactRequest) ProtoMessage()

func (*GetArtifactRequest) ProtoReflect

func (x *GetArtifactRequest) ProtoReflect() protoreflect.Message

func (*GetArtifactRequest) Reset

func (x *GetArtifactRequest) Reset()

func (*GetArtifactRequest) String

func (x *GetArtifactRequest) String() string

type GetInstanceRequest added in v0.5.1

type GetInstanceRequest struct {

	// Required. The name of the Instance to retrieve.
	// Format: `projects/*/locations/*/instances/*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetInstance.

func (*GetInstanceRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceRequest) GetName added in v0.5.1

func (x *GetInstanceRequest) GetName() string

func (*GetInstanceRequest) ProtoMessage added in v0.5.1

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect added in v0.5.1

func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message

func (*GetInstanceRequest) Reset added in v0.5.1

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String added in v0.5.1

func (x *GetInstanceRequest) String() string

type GetProjectRequest

type GetProjectRequest struct {

	// The name of the project to retrieve.
	// Format: projects/*
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetProject.

func (*GetProjectRequest) Descriptor deprecated

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetName

func (x *GetProjectRequest) GetName() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

func (x *GetProjectRequest) ProtoReflect() protoreflect.Message

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type Instance added in v0.5.1

type Instance struct {

	// Format: `projects/*/locations/*/instance`.
	// Currently only locations/global is supported.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Last update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Output only. The current state of the Instance.
	State Instance_State `protobuf:"varint,4,opt,name=state,proto3,enum=google.cloud.apigeeregistry.v1.Instance_State" json:"state,omitempty"`
	// Output only. Extra information of Instance.State if the state is `FAILED`.
	StateMessage string `protobuf:"bytes,5,opt,name=state_message,json=stateMessage,proto3" json:"state_message,omitempty"`
	// Required. Config of the Instance.
	Config *Instance_Config `protobuf:"bytes,6,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

An Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.

func (*Instance) Descriptor deprecated added in v0.5.1

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetConfig added in v0.5.1

func (x *Instance) GetConfig() *Instance_Config

func (*Instance) GetCreateTime added in v0.5.1

func (x *Instance) GetCreateTime() *timestamppb.Timestamp

func (*Instance) GetName added in v0.5.1

func (x *Instance) GetName() string

func (*Instance) GetState added in v0.5.1

func (x *Instance) GetState() Instance_State

func (*Instance) GetStateMessage added in v0.5.1

func (x *Instance) GetStateMessage() string

func (*Instance) GetUpdateTime added in v0.5.1

func (x *Instance) GetUpdateTime() *timestamppb.Timestamp

func (*Instance) ProtoMessage added in v0.5.1

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect added in v0.5.1

func (x *Instance) ProtoReflect() protoreflect.Message

func (*Instance) Reset added in v0.5.1

func (x *Instance) Reset()

func (*Instance) String added in v0.5.1

func (x *Instance) String() string

type Instance_Config added in v0.5.1

type Instance_Config struct {

	// Output only. The GCP location where the Instance resides.
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
	// The CMEK name should follow the format of
	// `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`,
	// where the `location` must match InstanceConfig.location.
	CmekKeyName string `protobuf:"bytes,2,opt,name=cmek_key_name,json=cmekKeyName,proto3" json:"cmek_key_name,omitempty"`
	// contains filtered or unexported fields
}

Available configurations to provision an Instance.

func (*Instance_Config) Descriptor deprecated added in v0.5.1

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

Deprecated: Use Instance_Config.ProtoReflect.Descriptor instead.

func (*Instance_Config) GetCmekKeyName added in v0.5.1

func (x *Instance_Config) GetCmekKeyName() string

func (*Instance_Config) GetLocation added in v0.5.1

func (x *Instance_Config) GetLocation() string

func (*Instance_Config) ProtoMessage added in v0.5.1

func (*Instance_Config) ProtoMessage()

func (*Instance_Config) ProtoReflect added in v0.5.1

func (x *Instance_Config) ProtoReflect() protoreflect.Message

func (*Instance_Config) Reset added in v0.5.1

func (x *Instance_Config) Reset()

func (*Instance_Config) String added in v0.5.1

func (x *Instance_Config) String() string

type Instance_State added in v0.5.1

type Instance_State int32

State of the Instance.

const (
	// The default value. This value is used if the state is omitted.
	Instance_STATE_UNSPECIFIED Instance_State = 0
	// The Instance has not been initialized or has been deleted.
	Instance_INACTIVE Instance_State = 1
	// The Instance is being created.
	Instance_CREATING Instance_State = 2
	// The Instance has been created and is ready for use.
	Instance_ACTIVE Instance_State = 3
	// The Instance is being updated.
	Instance_UPDATING Instance_State = 4
	// The Instance is being deleted.
	Instance_DELETING Instance_State = 5
	// The Instance encountered an error during a state change.
	Instance_FAILED Instance_State = 6
)

func (Instance_State) Descriptor added in v0.5.1

func (Instance_State) Enum added in v0.5.1

func (x Instance_State) Enum() *Instance_State

func (Instance_State) EnumDescriptor deprecated added in v0.5.1

func (Instance_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Instance_State.Descriptor instead.

func (Instance_State) Number added in v0.5.1

func (Instance_State) String added in v0.5.1

func (x Instance_State) String() string

func (Instance_State) Type added in v0.5.1

type ListApiDeploymentRevisionsRequest added in v0.3.6

type ListApiDeploymentRevisionsRequest struct {

	// Required. The name of the deployment to list revisions for.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The maximum number of revisions to return per page.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token, received from a previous ListApiDeploymentRevisions call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApiDeploymentRevisions.

func (*ListApiDeploymentRevisionsRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use ListApiDeploymentRevisionsRequest.ProtoReflect.Descriptor instead.

func (*ListApiDeploymentRevisionsRequest) GetFilter added in v0.5.7

func (*ListApiDeploymentRevisionsRequest) GetName added in v0.3.6

func (*ListApiDeploymentRevisionsRequest) GetPageSize added in v0.3.6

func (x *ListApiDeploymentRevisionsRequest) GetPageSize() int32

func (*ListApiDeploymentRevisionsRequest) GetPageToken added in v0.3.6

func (x *ListApiDeploymentRevisionsRequest) GetPageToken() string

func (*ListApiDeploymentRevisionsRequest) ProtoMessage added in v0.3.6

func (*ListApiDeploymentRevisionsRequest) ProtoMessage()

func (*ListApiDeploymentRevisionsRequest) ProtoReflect added in v0.3.6

func (*ListApiDeploymentRevisionsRequest) Reset added in v0.3.6

func (*ListApiDeploymentRevisionsRequest) String added in v0.3.6

type ListApiDeploymentRevisionsResponse added in v0.3.6

type ListApiDeploymentRevisionsResponse struct {

	// The revisions of the deployment.
	ApiDeployments []*ApiDeployment `protobuf:"bytes,1,rep,name=api_deployments,json=apiDeployments,proto3" json:"api_deployments,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApiDeploymentRevisionsResponse.

func (*ListApiDeploymentRevisionsResponse) Descriptor deprecated added in v0.3.6

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

Deprecated: Use ListApiDeploymentRevisionsResponse.ProtoReflect.Descriptor instead.

func (*ListApiDeploymentRevisionsResponse) GetApiDeployments added in v0.3.6

func (x *ListApiDeploymentRevisionsResponse) GetApiDeployments() []*ApiDeployment

func (*ListApiDeploymentRevisionsResponse) GetNextPageToken added in v0.3.6

func (x *ListApiDeploymentRevisionsResponse) GetNextPageToken() string

func (*ListApiDeploymentRevisionsResponse) ProtoMessage added in v0.3.6

func (*ListApiDeploymentRevisionsResponse) ProtoMessage()

func (*ListApiDeploymentRevisionsResponse) ProtoReflect added in v0.3.6

func (*ListApiDeploymentRevisionsResponse) Reset added in v0.3.6

func (*ListApiDeploymentRevisionsResponse) String added in v0.3.6

type ListApiDeploymentsRequest added in v0.3.6

type ListApiDeploymentsRequest struct {

	// Required. The parent, which owns this collection of deployments.
	// Format: projects/*/locations/*/apis/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of deployments to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListApiDeployments` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListApiDeployments` must
	// match the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApiDeployments.

func (*ListApiDeploymentsRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use ListApiDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListApiDeploymentsRequest) GetFilter added in v0.3.6

func (x *ListApiDeploymentsRequest) GetFilter() string

func (*ListApiDeploymentsRequest) GetOrderBy added in v0.5.5

func (x *ListApiDeploymentsRequest) GetOrderBy() string

func (*ListApiDeploymentsRequest) GetPageSize added in v0.3.6

func (x *ListApiDeploymentsRequest) GetPageSize() int32

func (*ListApiDeploymentsRequest) GetPageToken added in v0.3.6

func (x *ListApiDeploymentsRequest) GetPageToken() string

func (*ListApiDeploymentsRequest) GetParent added in v0.3.6

func (x *ListApiDeploymentsRequest) GetParent() string

func (*ListApiDeploymentsRequest) ProtoMessage added in v0.3.6

func (*ListApiDeploymentsRequest) ProtoMessage()

func (*ListApiDeploymentsRequest) ProtoReflect added in v0.3.6

func (*ListApiDeploymentsRequest) Reset added in v0.3.6

func (x *ListApiDeploymentsRequest) Reset()

func (*ListApiDeploymentsRequest) String added in v0.3.6

func (x *ListApiDeploymentsRequest) String() string

type ListApiDeploymentsResponse added in v0.3.6

type ListApiDeploymentsResponse struct {

	// The deployments from the specified publisher.
	ApiDeployments []*ApiDeployment `protobuf:"bytes,1,rep,name=api_deployments,json=apiDeployments,proto3" json:"api_deployments,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApiDeployments.

func (*ListApiDeploymentsResponse) Descriptor deprecated added in v0.3.6

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

Deprecated: Use ListApiDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListApiDeploymentsResponse) GetApiDeployments added in v0.3.6

func (x *ListApiDeploymentsResponse) GetApiDeployments() []*ApiDeployment

func (*ListApiDeploymentsResponse) GetNextPageToken added in v0.3.6

func (x *ListApiDeploymentsResponse) GetNextPageToken() string

func (*ListApiDeploymentsResponse) ProtoMessage added in v0.3.6

func (*ListApiDeploymentsResponse) ProtoMessage()

func (*ListApiDeploymentsResponse) ProtoReflect added in v0.3.6

func (*ListApiDeploymentsResponse) Reset added in v0.3.6

func (x *ListApiDeploymentsResponse) Reset()

func (*ListApiDeploymentsResponse) String added in v0.3.6

func (x *ListApiDeploymentsResponse) String() string

type ListApiSpecRevisionsRequest

type ListApiSpecRevisionsRequest struct {

	// Required. The name of the spec to list revisions for.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The maximum number of revisions to return per page.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token, received from a previous ListApiSpecRevisions call.
	// Provide this to retrieve the subsequent page.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApiSpecRevisions.

func (*ListApiSpecRevisionsRequest) Descriptor deprecated

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

Deprecated: Use ListApiSpecRevisionsRequest.ProtoReflect.Descriptor instead.

func (*ListApiSpecRevisionsRequest) GetFilter added in v0.5.7

func (x *ListApiSpecRevisionsRequest) GetFilter() string

func (*ListApiSpecRevisionsRequest) GetName

func (x *ListApiSpecRevisionsRequest) GetName() string

func (*ListApiSpecRevisionsRequest) GetPageSize

func (x *ListApiSpecRevisionsRequest) GetPageSize() int32

func (*ListApiSpecRevisionsRequest) GetPageToken

func (x *ListApiSpecRevisionsRequest) GetPageToken() string

func (*ListApiSpecRevisionsRequest) ProtoMessage

func (*ListApiSpecRevisionsRequest) ProtoMessage()

func (*ListApiSpecRevisionsRequest) ProtoReflect

func (*ListApiSpecRevisionsRequest) Reset

func (x *ListApiSpecRevisionsRequest) Reset()

func (*ListApiSpecRevisionsRequest) String

func (x *ListApiSpecRevisionsRequest) String() string

type ListApiSpecRevisionsResponse

type ListApiSpecRevisionsResponse struct {

	// The revisions of the spec.
	ApiSpecs []*ApiSpec `protobuf:"bytes,1,rep,name=api_specs,json=apiSpecs,proto3" json:"api_specs,omitempty"`
	// A token that can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApiSpecRevisionsResponse.

func (*ListApiSpecRevisionsResponse) Descriptor deprecated

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

Deprecated: Use ListApiSpecRevisionsResponse.ProtoReflect.Descriptor instead.

func (*ListApiSpecRevisionsResponse) GetApiSpecs

func (x *ListApiSpecRevisionsResponse) GetApiSpecs() []*ApiSpec

func (*ListApiSpecRevisionsResponse) GetNextPageToken

func (x *ListApiSpecRevisionsResponse) GetNextPageToken() string

func (*ListApiSpecRevisionsResponse) ProtoMessage

func (*ListApiSpecRevisionsResponse) ProtoMessage()

func (*ListApiSpecRevisionsResponse) ProtoReflect

func (*ListApiSpecRevisionsResponse) Reset

func (x *ListApiSpecRevisionsResponse) Reset()

func (*ListApiSpecRevisionsResponse) String

type ListApiSpecsRequest

type ListApiSpecsRequest struct {

	// Required. The parent, which owns this collection of specs.
	// Format: projects/*/locations/*/apis/*/versions/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of specs to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListApiSpecs` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListApiSpecs` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields except contents.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApiSpecs.

func (*ListApiSpecsRequest) Descriptor deprecated

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

Deprecated: Use ListApiSpecsRequest.ProtoReflect.Descriptor instead.

func (*ListApiSpecsRequest) GetFilter

func (x *ListApiSpecsRequest) GetFilter() string

func (*ListApiSpecsRequest) GetOrderBy added in v0.5.5

func (x *ListApiSpecsRequest) GetOrderBy() string

func (*ListApiSpecsRequest) GetPageSize

func (x *ListApiSpecsRequest) GetPageSize() int32

func (*ListApiSpecsRequest) GetPageToken

func (x *ListApiSpecsRequest) GetPageToken() string

func (*ListApiSpecsRequest) GetParent

func (x *ListApiSpecsRequest) GetParent() string

func (*ListApiSpecsRequest) ProtoMessage

func (*ListApiSpecsRequest) ProtoMessage()

func (*ListApiSpecsRequest) ProtoReflect

func (x *ListApiSpecsRequest) ProtoReflect() protoreflect.Message

func (*ListApiSpecsRequest) Reset

func (x *ListApiSpecsRequest) Reset()

func (*ListApiSpecsRequest) String

func (x *ListApiSpecsRequest) String() string

type ListApiSpecsResponse

type ListApiSpecsResponse struct {

	// The specs from the specified publisher.
	ApiSpecs []*ApiSpec `protobuf:"bytes,1,rep,name=api_specs,json=apiSpecs,proto3" json:"api_specs,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApiSpecs.

func (*ListApiSpecsResponse) Descriptor deprecated

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

Deprecated: Use ListApiSpecsResponse.ProtoReflect.Descriptor instead.

func (*ListApiSpecsResponse) GetApiSpecs

func (x *ListApiSpecsResponse) GetApiSpecs() []*ApiSpec

func (*ListApiSpecsResponse) GetNextPageToken

func (x *ListApiSpecsResponse) GetNextPageToken() string

func (*ListApiSpecsResponse) ProtoMessage

func (*ListApiSpecsResponse) ProtoMessage()

func (*ListApiSpecsResponse) ProtoReflect

func (x *ListApiSpecsResponse) ProtoReflect() protoreflect.Message

func (*ListApiSpecsResponse) Reset

func (x *ListApiSpecsResponse) Reset()

func (*ListApiSpecsResponse) String

func (x *ListApiSpecsResponse) String() string

type ListApiVersionsRequest

type ListApiVersionsRequest struct {

	// Required. The parent, which owns this collection of versions.
	// Format: projects/*/locations/*/apis/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of versions to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListApiVersions` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListApiVersions` must
	// match the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApiVersions.

func (*ListApiVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListApiVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListApiVersionsRequest) GetFilter

func (x *ListApiVersionsRequest) GetFilter() string

func (*ListApiVersionsRequest) GetOrderBy added in v0.5.5

func (x *ListApiVersionsRequest) GetOrderBy() string

func (*ListApiVersionsRequest) GetPageSize

func (x *ListApiVersionsRequest) GetPageSize() int32

func (*ListApiVersionsRequest) GetPageToken

func (x *ListApiVersionsRequest) GetPageToken() string

func (*ListApiVersionsRequest) GetParent

func (x *ListApiVersionsRequest) GetParent() string

func (*ListApiVersionsRequest) ProtoMessage

func (*ListApiVersionsRequest) ProtoMessage()

func (*ListApiVersionsRequest) ProtoReflect

func (x *ListApiVersionsRequest) ProtoReflect() protoreflect.Message

func (*ListApiVersionsRequest) Reset

func (x *ListApiVersionsRequest) Reset()

func (*ListApiVersionsRequest) String

func (x *ListApiVersionsRequest) String() string

type ListApiVersionsResponse

type ListApiVersionsResponse struct {

	// The versions from the specified publisher.
	ApiVersions []*ApiVersion `protobuf:"bytes,1,rep,name=api_versions,json=apiVersions,proto3" json:"api_versions,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApiVersions.

func (*ListApiVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListApiVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListApiVersionsResponse) GetApiVersions

func (x *ListApiVersionsResponse) GetApiVersions() []*ApiVersion

func (*ListApiVersionsResponse) GetNextPageToken

func (x *ListApiVersionsResponse) GetNextPageToken() string

func (*ListApiVersionsResponse) ProtoMessage

func (*ListApiVersionsResponse) ProtoMessage()

func (*ListApiVersionsResponse) ProtoReflect

func (x *ListApiVersionsResponse) ProtoReflect() protoreflect.Message

func (*ListApiVersionsResponse) Reset

func (x *ListApiVersionsResponse) Reset()

func (*ListApiVersionsResponse) String

func (x *ListApiVersionsResponse) String() string

type ListApisRequest

type ListApisRequest struct {

	// Required. The parent, which owns this collection of APIs.
	// Format: projects/*/locations/*
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of APIs to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListApis` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListApis` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListApis.

func (*ListApisRequest) Descriptor deprecated

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

Deprecated: Use ListApisRequest.ProtoReflect.Descriptor instead.

func (*ListApisRequest) GetFilter

func (x *ListApisRequest) GetFilter() string

func (*ListApisRequest) GetOrderBy added in v0.5.5

func (x *ListApisRequest) GetOrderBy() string

func (*ListApisRequest) GetPageSize

func (x *ListApisRequest) GetPageSize() int32

func (*ListApisRequest) GetPageToken

func (x *ListApisRequest) GetPageToken() string

func (*ListApisRequest) GetParent

func (x *ListApisRequest) GetParent() string

func (*ListApisRequest) ProtoMessage

func (*ListApisRequest) ProtoMessage()

func (*ListApisRequest) ProtoReflect

func (x *ListApisRequest) ProtoReflect() protoreflect.Message

func (*ListApisRequest) Reset

func (x *ListApisRequest) Reset()

func (*ListApisRequest) String

func (x *ListApisRequest) String() string

type ListApisResponse

type ListApisResponse struct {

	// The APIs from the specified publisher.
	Apis []*Api `protobuf:"bytes,1,rep,name=apis,proto3" json:"apis,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListApis.

func (*ListApisResponse) Descriptor deprecated

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

Deprecated: Use ListApisResponse.ProtoReflect.Descriptor instead.

func (*ListApisResponse) GetApis

func (x *ListApisResponse) GetApis() []*Api

func (*ListApisResponse) GetNextPageToken

func (x *ListApisResponse) GetNextPageToken() string

func (*ListApisResponse) ProtoMessage

func (*ListApisResponse) ProtoMessage()

func (*ListApisResponse) ProtoReflect

func (x *ListApisResponse) ProtoReflect() protoreflect.Message

func (*ListApisResponse) Reset

func (x *ListApisResponse) Reset()

func (*ListApisResponse) String

func (x *ListApisResponse) String() string

type ListArtifactsRequest

type ListArtifactsRequest struct {

	// Required. The parent, which owns this collection of artifacts.
	// Format: {parent}
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of artifacts to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListArtifacts` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListArtifacts` must
	// match the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields except contents.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListArtifacts.

func (*ListArtifactsRequest) Descriptor deprecated

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

Deprecated: Use ListArtifactsRequest.ProtoReflect.Descriptor instead.

func (*ListArtifactsRequest) GetFilter

func (x *ListArtifactsRequest) GetFilter() string

func (*ListArtifactsRequest) GetOrderBy added in v0.5.5

func (x *ListArtifactsRequest) GetOrderBy() string

func (*ListArtifactsRequest) GetPageSize

func (x *ListArtifactsRequest) GetPageSize() int32

func (*ListArtifactsRequest) GetPageToken

func (x *ListArtifactsRequest) GetPageToken() string

func (*ListArtifactsRequest) GetParent

func (x *ListArtifactsRequest) GetParent() string

func (*ListArtifactsRequest) ProtoMessage

func (*ListArtifactsRequest) ProtoMessage()

func (*ListArtifactsRequest) ProtoReflect

func (x *ListArtifactsRequest) ProtoReflect() protoreflect.Message

func (*ListArtifactsRequest) Reset

func (x *ListArtifactsRequest) Reset()

func (*ListArtifactsRequest) String

func (x *ListArtifactsRequest) String() string

type ListArtifactsResponse

type ListArtifactsResponse struct {

	// The artifacts from the specified publisher.
	Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListArtifacts.

func (*ListArtifactsResponse) Descriptor deprecated

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

Deprecated: Use ListArtifactsResponse.ProtoReflect.Descriptor instead.

func (*ListArtifactsResponse) GetArtifacts

func (x *ListArtifactsResponse) GetArtifacts() []*Artifact

func (*ListArtifactsResponse) GetNextPageToken

func (x *ListArtifactsResponse) GetNextPageToken() string

func (*ListArtifactsResponse) ProtoMessage

func (*ListArtifactsResponse) ProtoMessage()

func (*ListArtifactsResponse) ProtoReflect

func (x *ListArtifactsResponse) ProtoReflect() protoreflect.Message

func (*ListArtifactsResponse) Reset

func (x *ListArtifactsResponse) Reset()

func (*ListArtifactsResponse) String

func (x *ListArtifactsResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {

	// The maximum number of projects to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 values will be returned.
	// The maximum is 1000; values above 1000 will be coerced to 1000.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListProjects` call.
	// Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to `ListProjects` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An expression that can be used to filter the list. Filters use the Common
	// Expression Language and can refer to all message fields.
	Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields, e.g. "foo,bar"
	// Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
	OrderBy string `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for ListProjects. (-- api-linter: core::0132::request-parent-required=disabled

aip.dev/not-precedent: the parent of Project is implicit. --)

func (*ListProjectsRequest) Descriptor deprecated

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

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetFilter

func (x *ListProjectsRequest) GetFilter() string

func (*ListProjectsRequest) GetOrderBy added in v0.5.5

func (x *ListProjectsRequest) GetOrderBy() string

func (*ListProjectsRequest) GetPageSize

func (x *ListProjectsRequest) GetPageSize() int32

func (*ListProjectsRequest) GetPageToken

func (x *ListProjectsRequest) GetPageToken() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {

	// The projects from the specified publisher.
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListProjects.

func (*ListProjectsResponse) Descriptor deprecated

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

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetNextPageToken

func (x *ListProjectsResponse) GetNextPageToken() string

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type Map

type Map struct {

	// The entries in the map.
	Entries map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Map represents a map that can be serialized using Protocol Buffers. (-- api-linter: core::0123::resource-annotation=disabled

aip.dev/not-precedent: This message is not currently used in an API. --)

func (*Map) Descriptor deprecated

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

Deprecated: Use Map.ProtoReflect.Descriptor instead.

func (*Map) GetEntries

func (x *Map) GetEntries() map[string]string

func (*Map) ProtoMessage

func (*Map) ProtoMessage()

func (*Map) ProtoReflect

func (x *Map) ProtoReflect() protoreflect.Message

func (*Map) Reset

func (x *Map) Reset()

func (*Map) String

func (x *Map) String() string

type MigrateDatabaseMetadata added in v0.3.11

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

Metadata message for MigrateDatabase.

func (*MigrateDatabaseMetadata) Descriptor deprecated added in v0.3.11

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

Deprecated: Use MigrateDatabaseMetadata.ProtoReflect.Descriptor instead.

func (*MigrateDatabaseMetadata) ProtoMessage added in v0.3.11

func (*MigrateDatabaseMetadata) ProtoMessage()

func (*MigrateDatabaseMetadata) ProtoReflect added in v0.3.11

func (x *MigrateDatabaseMetadata) ProtoReflect() protoreflect.Message

func (*MigrateDatabaseMetadata) Reset added in v0.3.11

func (x *MigrateDatabaseMetadata) Reset()

func (*MigrateDatabaseMetadata) String added in v0.3.11

func (x *MigrateDatabaseMetadata) String() string

type MigrateDatabaseRequest added in v0.3.11

type MigrateDatabaseRequest struct {

	// A string describing the kind of migration to perform.
	// Currently only "auto" is recognized (and is the default if omitted).
	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

Request message for MigrateDatabase.

func (*MigrateDatabaseRequest) Descriptor deprecated added in v0.3.11

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

Deprecated: Use MigrateDatabaseRequest.ProtoReflect.Descriptor instead.

func (*MigrateDatabaseRequest) GetKind added in v0.3.11

func (x *MigrateDatabaseRequest) GetKind() string

func (*MigrateDatabaseRequest) ProtoMessage added in v0.3.11

func (*MigrateDatabaseRequest) ProtoMessage()

func (*MigrateDatabaseRequest) ProtoReflect added in v0.3.11

func (x *MigrateDatabaseRequest) ProtoReflect() protoreflect.Message

func (*MigrateDatabaseRequest) Reset added in v0.3.11

func (x *MigrateDatabaseRequest) Reset()

func (*MigrateDatabaseRequest) String added in v0.3.11

func (x *MigrateDatabaseRequest) String() string

type MigrateDatabaseResponse added in v0.3.11

type MigrateDatabaseResponse struct {

	// A string describing the result of the migration.
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

Response message for MigrateDatabase.

func (*MigrateDatabaseResponse) Descriptor deprecated added in v0.3.11

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

Deprecated: Use MigrateDatabaseResponse.ProtoReflect.Descriptor instead.

func (*MigrateDatabaseResponse) GetMessage added in v0.3.11

func (x *MigrateDatabaseResponse) GetMessage() string

func (*MigrateDatabaseResponse) ProtoMessage added in v0.3.11

func (*MigrateDatabaseResponse) ProtoMessage()

func (*MigrateDatabaseResponse) ProtoReflect added in v0.3.11

func (x *MigrateDatabaseResponse) ProtoReflect() protoreflect.Message

func (*MigrateDatabaseResponse) Reset added in v0.3.11

func (x *MigrateDatabaseResponse) Reset()

func (*MigrateDatabaseResponse) String added in v0.3.11

func (x *MigrateDatabaseResponse) String() string

type Notification

type Notification struct {

	// The type of change made to the registry.
	Change Notification_Change `protobuf:"varint,1,opt,name=change,proto3,enum=google.cloud.apigeeregistry.v1.Notification_Change" json:"change,omitempty"`
	// The resource affected by the change.
	Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// The time of the event.
	ChangeTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=change_time,json=changeTime,proto3" json:"change_time,omitempty"`
	// contains filtered or unexported fields
}

Notifications are sent to subscribers who follow registry activity.

func (*Notification) Descriptor deprecated

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

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) GetChange

func (x *Notification) GetChange() Notification_Change

func (*Notification) GetChangeTime

func (x *Notification) GetChangeTime() *timestamppb.Timestamp

func (*Notification) GetResource

func (x *Notification) GetResource() string

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

func (x *Notification) ProtoReflect() protoreflect.Message

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) String

func (x *Notification) String() string

type Notification_Change

type Notification_Change int32

Types of changes that can be made to the registry.

const (
	// The default / unset value.
	Notification_CHANGE_UNSPECIFIED Notification_Change = 0
	// A resource was created.
	Notification_CREATED Notification_Change = 1
	// A resource was updated.
	Notification_UPDATED Notification_Change = 2
	// A resource was deleted.
	Notification_DELETED Notification_Change = 3
)

func (Notification_Change) Descriptor

func (Notification_Change) Enum

func (Notification_Change) EnumDescriptor deprecated

func (Notification_Change) EnumDescriptor() ([]byte, []int)

Deprecated: Use Notification_Change.Descriptor instead.

func (Notification_Change) Number

func (Notification_Change) String

func (x Notification_Change) String() string

func (Notification_Change) Type

type OperationMetadata added in v0.5.1

type OperationMetadata struct {

	// The time the operation was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The time the operation finished running.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Server-defined resource path for the target of the operation.
	Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// Name of the verb executed by the operation.
	Verb string `protobuf:"bytes,4,opt,name=verb,proto3" json:"verb,omitempty"`
	// Human-readable status of the operation, if any.
	StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// Identifies whether the user has requested cancellation
	// of the operation. Operations that have successfully been cancelled
	// have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
	// corresponding to `Code.CANCELLED`.
	CancellationRequested bool `protobuf:"varint,6,opt,name=cancellation_requested,json=cancellationRequested,proto3" json:"cancellation_requested,omitempty"`
	// API version used to start the operation.
	ApiVersion string `protobuf:"bytes,7,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	// contains filtered or unexported fields
}

Represents the metadata of the long-running operation.

func (*OperationMetadata) Descriptor deprecated added in v0.5.1

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

Deprecated: Use OperationMetadata.ProtoReflect.Descriptor instead.

func (*OperationMetadata) GetApiVersion added in v0.5.1

func (x *OperationMetadata) GetApiVersion() string

func (*OperationMetadata) GetCancellationRequested added in v0.5.1

func (x *OperationMetadata) GetCancellationRequested() bool

func (*OperationMetadata) GetCreateTime added in v0.5.1

func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp

func (*OperationMetadata) GetEndTime added in v0.5.1

func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp

func (*OperationMetadata) GetStatusMessage added in v0.5.1

func (x *OperationMetadata) GetStatusMessage() string

func (*OperationMetadata) GetTarget added in v0.5.1

func (x *OperationMetadata) GetTarget() string

func (*OperationMetadata) GetVerb added in v0.5.1

func (x *OperationMetadata) GetVerb() string

func (*OperationMetadata) ProtoMessage added in v0.5.1

func (*OperationMetadata) ProtoMessage()

func (*OperationMetadata) ProtoReflect added in v0.5.1

func (x *OperationMetadata) ProtoReflect() protoreflect.Message

func (*OperationMetadata) Reset added in v0.5.1

func (x *OperationMetadata) Reset()

func (*OperationMetadata) String added in v0.5.1

func (x *OperationMetadata) String() string

type Project

type Project struct {

	// Resource name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Human-meaningful name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A detailed description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Last update timestamp.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

A Project is a top-level description of a collection of APIs. Typically there would be one project for an entire organization. Note: in a Google Cloud deployment, this resource and associated methods will be omitted and its children will instead be associated with Google Cloud projects.

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreateTime

func (x *Project) GetCreateTime() *timestamppb.Timestamp

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetDisplayName

func (x *Project) GetDisplayName() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetUpdateTime

func (x *Project) GetUpdateTime() *timestamppb.Timestamp

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProvisioningClient added in v0.5.1

type ProvisioningClient interface {
	// Provisions instance resources for the Registry.
	CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Deletes the Registry instance.
	DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Gets details of a single Instance.
	GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*Instance, error)
}

ProvisioningClient is the client API for Provisioning service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewProvisioningClient added in v0.5.1

func NewProvisioningClient(cc grpc.ClientConnInterface) ProvisioningClient

type ProvisioningServer added in v0.5.1

type ProvisioningServer interface {
	// Provisions instance resources for the Registry.
	CreateInstance(context.Context, *CreateInstanceRequest) (*longrunning.Operation, error)
	// Deletes the Registry instance.
	DeleteInstance(context.Context, *DeleteInstanceRequest) (*longrunning.Operation, error)
	// Gets details of a single Instance.
	GetInstance(context.Context, *GetInstanceRequest) (*Instance, error)
	// contains filtered or unexported methods
}

ProvisioningServer is the server API for Provisioning service. All implementations must embed UnimplementedProvisioningServer for forward compatibility

type RegistryClient

type RegistryClient interface {
	// ListApis returns matching APIs.
	ListApis(ctx context.Context, in *ListApisRequest, opts ...grpc.CallOption) (*ListApisResponse, error)
	// GetApi returns a specified API.
	GetApi(ctx context.Context, in *GetApiRequest, opts ...grpc.CallOption) (*Api, error)
	// CreateApi creates a specified API.
	CreateApi(ctx context.Context, in *CreateApiRequest, opts ...grpc.CallOption) (*Api, error)
	// UpdateApi can be used to modify a specified API.
	UpdateApi(ctx context.Context, in *UpdateApiRequest, opts ...grpc.CallOption) (*Api, error)
	// DeleteApi removes a specified API and all of the resources that it
	// owns.
	DeleteApi(ctx context.Context, in *DeleteApiRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// ListApiVersions returns matching versions.
	ListApiVersions(ctx context.Context, in *ListApiVersionsRequest, opts ...grpc.CallOption) (*ListApiVersionsResponse, error)
	// GetApiVersion returns a specified version.
	GetApiVersion(ctx context.Context, in *GetApiVersionRequest, opts ...grpc.CallOption) (*ApiVersion, error)
	// CreateApiVersion creates a specified version.
	CreateApiVersion(ctx context.Context, in *CreateApiVersionRequest, opts ...grpc.CallOption) (*ApiVersion, error)
	// UpdateApiVersion can be used to modify a specified version.
	UpdateApiVersion(ctx context.Context, in *UpdateApiVersionRequest, opts ...grpc.CallOption) (*ApiVersion, error)
	// DeleteApiVersion removes a specified version and all of the resources that
	// it owns.
	DeleteApiVersion(ctx context.Context, in *DeleteApiVersionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// ListApiSpecs returns matching specs.
	ListApiSpecs(ctx context.Context, in *ListApiSpecsRequest, opts ...grpc.CallOption) (*ListApiSpecsResponse, error)
	// GetApiSpec returns a specified spec.
	GetApiSpec(ctx context.Context, in *GetApiSpecRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// GetApiSpecContents returns the contents of a specified spec.
	// If specs are stored with GZip compression, the default behavior
	// is to return the spec uncompressed (the mime_type response field
	// indicates the exact format returned).
	GetApiSpecContents(ctx context.Context, in *GetApiSpecContentsRequest, opts ...grpc.CallOption) (*httpbody.HttpBody, error)
	// CreateApiSpec creates a specified spec.
	CreateApiSpec(ctx context.Context, in *CreateApiSpecRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// UpdateApiSpec can be used to modify a specified spec.
	UpdateApiSpec(ctx context.Context, in *UpdateApiSpecRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// DeleteApiSpec removes a specified spec, all revisions, and all child
	// resources (e.g. artifacts).
	DeleteApiSpec(ctx context.Context, in *DeleteApiSpecRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// TagApiSpecRevision adds a tag to a specified revision of a spec.
	TagApiSpecRevision(ctx context.Context, in *TagApiSpecRevisionRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// ListApiSpecRevisions lists all revisions of a spec.
	// Revisions are returned in descending order of revision creation time.
	ListApiSpecRevisions(ctx context.Context, in *ListApiSpecRevisionsRequest, opts ...grpc.CallOption) (*ListApiSpecRevisionsResponse, error)
	// RollbackApiSpec sets the current revision to a specified prior revision.
	// Note that this creates a new revision with a new revision ID.
	RollbackApiSpec(ctx context.Context, in *RollbackApiSpecRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// DeleteApiSpecRevision deletes a revision of a spec.
	DeleteApiSpecRevision(ctx context.Context, in *DeleteApiSpecRevisionRequest, opts ...grpc.CallOption) (*ApiSpec, error)
	// ListApiDeployments returns matching deployments.
	ListApiDeployments(ctx context.Context, in *ListApiDeploymentsRequest, opts ...grpc.CallOption) (*ListApiDeploymentsResponse, error)
	// GetApiDeployment returns a specified deployment.
	GetApiDeployment(ctx context.Context, in *GetApiDeploymentRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// CreateApiDeployment creates a specified deployment.
	CreateApiDeployment(ctx context.Context, in *CreateApiDeploymentRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// UpdateApiDeployment can be used to modify a specified deployment.
	UpdateApiDeployment(ctx context.Context, in *UpdateApiDeploymentRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// DeleteApiDeployment removes a specified deployment, all revisions, and all
	// child resources (e.g. artifacts).
	DeleteApiDeployment(ctx context.Context, in *DeleteApiDeploymentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// TagApiDeploymentRevision adds a tag to a specified revision of a
	// deployment.
	TagApiDeploymentRevision(ctx context.Context, in *TagApiDeploymentRevisionRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// ListApiDeploymentRevisions lists all revisions of a deployment.
	// Revisions are returned in descending order of revision creation time.
	ListApiDeploymentRevisions(ctx context.Context, in *ListApiDeploymentRevisionsRequest, opts ...grpc.CallOption) (*ListApiDeploymentRevisionsResponse, error)
	// RollbackApiDeployment sets the current revision to a specified prior
	// revision. Note that this creates a new revision with a new revision ID.
	RollbackApiDeployment(ctx context.Context, in *RollbackApiDeploymentRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// DeleteApiDeploymentRevision deletes a revision of a deployment.
	DeleteApiDeploymentRevision(ctx context.Context, in *DeleteApiDeploymentRevisionRequest, opts ...grpc.CallOption) (*ApiDeployment, error)
	// ListArtifacts returns matching artifacts.
	ListArtifacts(ctx context.Context, in *ListArtifactsRequest, opts ...grpc.CallOption) (*ListArtifactsResponse, error)
	// GetArtifact returns a specified artifact.
	GetArtifact(ctx context.Context, in *GetArtifactRequest, opts ...grpc.CallOption) (*Artifact, error)
	// GetArtifactContents returns the contents of a specified artifact.
	// If artifacts are stored with GZip compression, the default behavior
	// is to return the artifact uncompressed (the mime_type response field
	// indicates the exact format returned).
	GetArtifactContents(ctx context.Context, in *GetArtifactContentsRequest, opts ...grpc.CallOption) (*httpbody.HttpBody, error)
	// CreateArtifact creates a specified artifact.
	CreateArtifact(ctx context.Context, in *CreateArtifactRequest, opts ...grpc.CallOption) (*Artifact, error)
	// ReplaceArtifact can be used to replace a specified artifact.
	ReplaceArtifact(ctx context.Context, in *ReplaceArtifactRequest, opts ...grpc.CallOption) (*Artifact, error)
	// DeleteArtifact removes a specified artifact.
	DeleteArtifact(ctx context.Context, in *DeleteArtifactRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

RegistryClient is the client API for Registry service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRegistryClient

func NewRegistryClient(cc grpc.ClientConnInterface) RegistryClient

type RegistryServer

type RegistryServer interface {
	// ListApis returns matching APIs.
	ListApis(context.Context, *ListApisRequest) (*ListApisResponse, error)
	// GetApi returns a specified API.
	GetApi(context.Context, *GetApiRequest) (*Api, error)
	// CreateApi creates a specified API.
	CreateApi(context.Context, *CreateApiRequest) (*Api, error)
	// UpdateApi can be used to modify a specified API.
	UpdateApi(context.Context, *UpdateApiRequest) (*Api, error)
	// DeleteApi removes a specified API and all of the resources that it
	// owns.
	DeleteApi(context.Context, *DeleteApiRequest) (*emptypb.Empty, error)
	// ListApiVersions returns matching versions.
	ListApiVersions(context.Context, *ListApiVersionsRequest) (*ListApiVersionsResponse, error)
	// GetApiVersion returns a specified version.
	GetApiVersion(context.Context, *GetApiVersionRequest) (*ApiVersion, error)
	// CreateApiVersion creates a specified version.
	CreateApiVersion(context.Context, *CreateApiVersionRequest) (*ApiVersion, error)
	// UpdateApiVersion can be used to modify a specified version.
	UpdateApiVersion(context.Context, *UpdateApiVersionRequest) (*ApiVersion, error)
	// DeleteApiVersion removes a specified version and all of the resources that
	// it owns.
	DeleteApiVersion(context.Context, *DeleteApiVersionRequest) (*emptypb.Empty, error)
	// ListApiSpecs returns matching specs.
	ListApiSpecs(context.Context, *ListApiSpecsRequest) (*ListApiSpecsResponse, error)
	// GetApiSpec returns a specified spec.
	GetApiSpec(context.Context, *GetApiSpecRequest) (*ApiSpec, error)
	// GetApiSpecContents returns the contents of a specified spec.
	// If specs are stored with GZip compression, the default behavior
	// is to return the spec uncompressed (the mime_type response field
	// indicates the exact format returned).
	GetApiSpecContents(context.Context, *GetApiSpecContentsRequest) (*httpbody.HttpBody, error)
	// CreateApiSpec creates a specified spec.
	CreateApiSpec(context.Context, *CreateApiSpecRequest) (*ApiSpec, error)
	// UpdateApiSpec can be used to modify a specified spec.
	UpdateApiSpec(context.Context, *UpdateApiSpecRequest) (*ApiSpec, error)
	// DeleteApiSpec removes a specified spec, all revisions, and all child
	// resources (e.g. artifacts).
	DeleteApiSpec(context.Context, *DeleteApiSpecRequest) (*emptypb.Empty, error)
	// TagApiSpecRevision adds a tag to a specified revision of a spec.
	TagApiSpecRevision(context.Context, *TagApiSpecRevisionRequest) (*ApiSpec, error)
	// ListApiSpecRevisions lists all revisions of a spec.
	// Revisions are returned in descending order of revision creation time.
	ListApiSpecRevisions(context.Context, *ListApiSpecRevisionsRequest) (*ListApiSpecRevisionsResponse, error)
	// RollbackApiSpec sets the current revision to a specified prior revision.
	// Note that this creates a new revision with a new revision ID.
	RollbackApiSpec(context.Context, *RollbackApiSpecRequest) (*ApiSpec, error)
	// DeleteApiSpecRevision deletes a revision of a spec.
	DeleteApiSpecRevision(context.Context, *DeleteApiSpecRevisionRequest) (*ApiSpec, error)
	// ListApiDeployments returns matching deployments.
	ListApiDeployments(context.Context, *ListApiDeploymentsRequest) (*ListApiDeploymentsResponse, error)
	// GetApiDeployment returns a specified deployment.
	GetApiDeployment(context.Context, *GetApiDeploymentRequest) (*ApiDeployment, error)
	// CreateApiDeployment creates a specified deployment.
	CreateApiDeployment(context.Context, *CreateApiDeploymentRequest) (*ApiDeployment, error)
	// UpdateApiDeployment can be used to modify a specified deployment.
	UpdateApiDeployment(context.Context, *UpdateApiDeploymentRequest) (*ApiDeployment, error)
	// DeleteApiDeployment removes a specified deployment, all revisions, and all
	// child resources (e.g. artifacts).
	DeleteApiDeployment(context.Context, *DeleteApiDeploymentRequest) (*emptypb.Empty, error)
	// TagApiDeploymentRevision adds a tag to a specified revision of a
	// deployment.
	TagApiDeploymentRevision(context.Context, *TagApiDeploymentRevisionRequest) (*ApiDeployment, error)
	// ListApiDeploymentRevisions lists all revisions of a deployment.
	// Revisions are returned in descending order of revision creation time.
	ListApiDeploymentRevisions(context.Context, *ListApiDeploymentRevisionsRequest) (*ListApiDeploymentRevisionsResponse, error)
	// RollbackApiDeployment sets the current revision to a specified prior
	// revision. Note that this creates a new revision with a new revision ID.
	RollbackApiDeployment(context.Context, *RollbackApiDeploymentRequest) (*ApiDeployment, error)
	// DeleteApiDeploymentRevision deletes a revision of a deployment.
	DeleteApiDeploymentRevision(context.Context, *DeleteApiDeploymentRevisionRequest) (*ApiDeployment, error)
	// ListArtifacts returns matching artifacts.
	ListArtifacts(context.Context, *ListArtifactsRequest) (*ListArtifactsResponse, error)
	// GetArtifact returns a specified artifact.
	GetArtifact(context.Context, *GetArtifactRequest) (*Artifact, error)
	// GetArtifactContents returns the contents of a specified artifact.
	// If artifacts are stored with GZip compression, the default behavior
	// is to return the artifact uncompressed (the mime_type response field
	// indicates the exact format returned).
	GetArtifactContents(context.Context, *GetArtifactContentsRequest) (*httpbody.HttpBody, error)
	// CreateArtifact creates a specified artifact.
	CreateArtifact(context.Context, *CreateArtifactRequest) (*Artifact, error)
	// ReplaceArtifact can be used to replace a specified artifact.
	ReplaceArtifact(context.Context, *ReplaceArtifactRequest) (*Artifact, error)
	// DeleteArtifact removes a specified artifact.
	DeleteArtifact(context.Context, *DeleteArtifactRequest) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

RegistryServer is the server API for Registry service. All implementations must embed UnimplementedRegistryServer for forward compatibility

type ReplaceArtifactRequest

type ReplaceArtifactRequest struct {

	// Required. The artifact to replace.
	//
	// The `name` field is used to identify the artifact to replace.
	// Format: {parent}/artifacts/*
	Artifact *Artifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

Request message for ReplaceArtifact.

func (*ReplaceArtifactRequest) Descriptor deprecated

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

Deprecated: Use ReplaceArtifactRequest.ProtoReflect.Descriptor instead.

func (*ReplaceArtifactRequest) GetArtifact

func (x *ReplaceArtifactRequest) GetArtifact() *Artifact

func (*ReplaceArtifactRequest) ProtoMessage

func (*ReplaceArtifactRequest) ProtoMessage()

func (*ReplaceArtifactRequest) ProtoReflect

func (x *ReplaceArtifactRequest) ProtoReflect() protoreflect.Message

func (*ReplaceArtifactRequest) Reset

func (x *ReplaceArtifactRequest) Reset()

func (*ReplaceArtifactRequest) String

func (x *ReplaceArtifactRequest) String() string

type RollbackApiDeploymentRequest added in v0.3.6

type RollbackApiDeploymentRequest struct {

	// Required. The deployment being rolled back.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The revision ID to roll back to.
	// It must be a revision of the same deployment.
	//
	//	Example: c7cfa2a8
	RevisionId string `protobuf:"bytes,2,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RollbackApiDeployment.

func (*RollbackApiDeploymentRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use RollbackApiDeploymentRequest.ProtoReflect.Descriptor instead.

func (*RollbackApiDeploymentRequest) GetName added in v0.3.6

func (x *RollbackApiDeploymentRequest) GetName() string

func (*RollbackApiDeploymentRequest) GetRevisionId added in v0.3.6

func (x *RollbackApiDeploymentRequest) GetRevisionId() string

func (*RollbackApiDeploymentRequest) ProtoMessage added in v0.3.6

func (*RollbackApiDeploymentRequest) ProtoMessage()

func (*RollbackApiDeploymentRequest) ProtoReflect added in v0.3.6

func (*RollbackApiDeploymentRequest) Reset added in v0.3.6

func (x *RollbackApiDeploymentRequest) Reset()

func (*RollbackApiDeploymentRequest) String added in v0.3.6

type RollbackApiSpecRequest

type RollbackApiSpecRequest struct {

	// Required. The spec being rolled back.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The revision ID to roll back to.
	// It must be a revision of the same spec.
	//
	//	Example: c7cfa2a8
	RevisionId string `protobuf:"bytes,2,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RollbackApiSpec.

func (*RollbackApiSpecRequest) Descriptor deprecated

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

Deprecated: Use RollbackApiSpecRequest.ProtoReflect.Descriptor instead.

func (*RollbackApiSpecRequest) GetName

func (x *RollbackApiSpecRequest) GetName() string

func (*RollbackApiSpecRequest) GetRevisionId

func (x *RollbackApiSpecRequest) GetRevisionId() string

func (*RollbackApiSpecRequest) ProtoMessage

func (*RollbackApiSpecRequest) ProtoMessage()

func (*RollbackApiSpecRequest) ProtoReflect

func (x *RollbackApiSpecRequest) ProtoReflect() protoreflect.Message

func (*RollbackApiSpecRequest) Reset

func (x *RollbackApiSpecRequest) Reset()

func (*RollbackApiSpecRequest) String

func (x *RollbackApiSpecRequest) String() string

type Status

type Status struct {

	// A string describing the status.
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// Information about the build of the server.
	Build *BuildInfo `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

Status represents the status of the service.

func (*Status) Descriptor deprecated

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

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetBuild added in v0.4.2

func (x *Status) GetBuild() *BuildInfo

func (*Status) GetMessage

func (x *Status) GetMessage() string

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) String

func (x *Status) String() string

type Storage added in v0.4.2

type Storage struct {

	// A string describing the storage backend.
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// A list of collections in the storage backend.
	// Collections are listed in alphabetical order.
	Collections []*Storage_Collection `protobuf:"bytes,2,rep,name=collections,proto3" json:"collections,omitempty"`
	// contains filtered or unexported fields
}

Storage describes the data stored by the service.

func (*Storage) Descriptor deprecated added in v0.4.2

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

Deprecated: Use Storage.ProtoReflect.Descriptor instead.

func (*Storage) GetCollections added in v0.4.2

func (x *Storage) GetCollections() []*Storage_Collection

func (*Storage) GetDescription added in v0.4.2

func (x *Storage) GetDescription() string

func (*Storage) ProtoMessage added in v0.4.2

func (*Storage) ProtoMessage()

func (*Storage) ProtoReflect added in v0.4.2

func (x *Storage) ProtoReflect() protoreflect.Message

func (*Storage) Reset added in v0.4.2

func (x *Storage) Reset()

func (*Storage) String added in v0.4.2

func (x *Storage) String() string

type Storage_Collection added in v0.4.2

type Storage_Collection struct {

	// The name of the collection.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The number of entries in the collection.
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

A description of a collection in the backend database.

func (*Storage_Collection) Descriptor deprecated added in v0.4.2

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

Deprecated: Use Storage_Collection.ProtoReflect.Descriptor instead.

func (*Storage_Collection) GetCount added in v0.4.2

func (x *Storage_Collection) GetCount() int64

func (*Storage_Collection) GetName added in v0.4.2

func (x *Storage_Collection) GetName() string

func (*Storage_Collection) ProtoMessage added in v0.4.2

func (*Storage_Collection) ProtoMessage()

func (*Storage_Collection) ProtoReflect added in v0.4.2

func (x *Storage_Collection) ProtoReflect() protoreflect.Message

func (*Storage_Collection) Reset added in v0.4.2

func (x *Storage_Collection) Reset()

func (*Storage_Collection) String added in v0.4.2

func (x *Storage_Collection) String() string

type TagApiDeploymentRevisionRequest added in v0.3.6

type TagApiDeploymentRevisionRequest struct {

	// Required. The name of the deployment to be tagged, including the revision ID.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The tag to apply.
	// The tag should be at most 40 characters, and match `[a-z][a-z0-9-]{3,39}`.
	Tag string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

Request message for TagApiDeploymentRevision.

func (*TagApiDeploymentRevisionRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use TagApiDeploymentRevisionRequest.ProtoReflect.Descriptor instead.

func (*TagApiDeploymentRevisionRequest) GetName added in v0.3.6

func (*TagApiDeploymentRevisionRequest) GetTag added in v0.3.6

func (*TagApiDeploymentRevisionRequest) ProtoMessage added in v0.3.6

func (*TagApiDeploymentRevisionRequest) ProtoMessage()

func (*TagApiDeploymentRevisionRequest) ProtoReflect added in v0.3.6

func (*TagApiDeploymentRevisionRequest) Reset added in v0.3.6

func (*TagApiDeploymentRevisionRequest) String added in v0.3.6

type TagApiSpecRevisionRequest

type TagApiSpecRevisionRequest struct {

	// Required. The name of the spec to be tagged, including the revision ID.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The tag to apply.
	// The tag should be at most 40 characters, and match `[a-z][a-z0-9-]{3,39}`.
	Tag string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

Request message for TagApiSpecRevision.

func (*TagApiSpecRevisionRequest) Descriptor deprecated

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

Deprecated: Use TagApiSpecRevisionRequest.ProtoReflect.Descriptor instead.

func (*TagApiSpecRevisionRequest) GetName

func (x *TagApiSpecRevisionRequest) GetName() string

func (*TagApiSpecRevisionRequest) GetTag

func (x *TagApiSpecRevisionRequest) GetTag() string

func (*TagApiSpecRevisionRequest) ProtoMessage

func (*TagApiSpecRevisionRequest) ProtoMessage()

func (*TagApiSpecRevisionRequest) ProtoReflect

func (*TagApiSpecRevisionRequest) Reset

func (x *TagApiSpecRevisionRequest) Reset()

func (*TagApiSpecRevisionRequest) String

func (x *TagApiSpecRevisionRequest) String() string

type UnimplementedAdminServer added in v0.3.5

type UnimplementedAdminServer struct {
}

UnimplementedAdminServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServer) CreateProject added in v0.3.5

func (UnimplementedAdminServer) DeleteProject added in v0.3.5

func (UnimplementedAdminServer) GetProject added in v0.3.5

func (UnimplementedAdminServer) GetStatus added in v0.3.5

func (UnimplementedAdminServer) GetStorage added in v0.4.2

func (UnimplementedAdminServer) ListProjects added in v0.3.5

func (UnimplementedAdminServer) MigrateDatabase added in v0.3.11

func (UnimplementedAdminServer) UpdateProject added in v0.3.5

type UnimplementedProvisioningServer added in v0.5.1

type UnimplementedProvisioningServer struct {
}

UnimplementedProvisioningServer must be embedded to have forward compatible implementations.

func (UnimplementedProvisioningServer) CreateInstance added in v0.5.1

func (UnimplementedProvisioningServer) DeleteInstance added in v0.5.1

func (UnimplementedProvisioningServer) GetInstance added in v0.5.1

type UnimplementedRegistryServer

type UnimplementedRegistryServer struct {
}

UnimplementedRegistryServer must be embedded to have forward compatible implementations.

func (UnimplementedRegistryServer) CreateApi

func (UnimplementedRegistryServer) CreateApiDeployment added in v0.3.6

func (UnimplementedRegistryServer) CreateApiSpec

func (UnimplementedRegistryServer) CreateApiVersion

func (UnimplementedRegistryServer) CreateArtifact

func (UnimplementedRegistryServer) DeleteApi

func (UnimplementedRegistryServer) DeleteApiDeployment added in v0.3.6

func (UnimplementedRegistryServer) DeleteApiDeploymentRevision added in v0.3.6

func (UnimplementedRegistryServer) DeleteApiSpec

func (UnimplementedRegistryServer) DeleteApiSpecRevision

func (UnimplementedRegistryServer) DeleteApiVersion

func (UnimplementedRegistryServer) DeleteArtifact

func (UnimplementedRegistryServer) GetApi

func (UnimplementedRegistryServer) GetApiDeployment added in v0.3.6

func (UnimplementedRegistryServer) GetApiSpec

func (UnimplementedRegistryServer) GetApiSpecContents

func (UnimplementedRegistryServer) GetApiVersion

func (UnimplementedRegistryServer) GetArtifact

func (UnimplementedRegistryServer) GetArtifactContents

func (UnimplementedRegistryServer) ListApiDeploymentRevisions added in v0.3.6

func (UnimplementedRegistryServer) ListApiDeployments added in v0.3.6

func (UnimplementedRegistryServer) ListApiSpecs

func (UnimplementedRegistryServer) ListApiVersions

func (UnimplementedRegistryServer) ListApis

func (UnimplementedRegistryServer) ListArtifacts

func (UnimplementedRegistryServer) ReplaceArtifact

func (UnimplementedRegistryServer) RollbackApiDeployment added in v0.3.6

func (UnimplementedRegistryServer) RollbackApiSpec

func (UnimplementedRegistryServer) TagApiDeploymentRevision added in v0.3.6

func (UnimplementedRegistryServer) TagApiSpecRevision

func (UnimplementedRegistryServer) UpdateApi

func (UnimplementedRegistryServer) UpdateApiDeployment added in v0.3.6

func (UnimplementedRegistryServer) UpdateApiSpec

func (UnimplementedRegistryServer) UpdateApiVersion

type UnsafeAdminServer added in v0.3.5

type UnsafeAdminServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServer will result in compilation errors.

type UnsafeProvisioningServer added in v0.5.1

type UnsafeProvisioningServer interface {
	// contains filtered or unexported methods
}

UnsafeProvisioningServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProvisioningServer will result in compilation errors.

type UnsafeRegistryServer

type UnsafeRegistryServer interface {
	// contains filtered or unexported methods
}

UnsafeRegistryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RegistryServer will result in compilation errors.

type UpdateApiDeploymentRequest added in v0.3.6

type UpdateApiDeploymentRequest struct {

	// Required. The deployment to update.
	//
	// The `name` field is used to identify the deployment to update.
	// Format: projects/*/locations/*/apis/*/deployments/*
	ApiDeployment *ApiDeployment `protobuf:"bytes,1,opt,name=api_deployment,json=apiDeployment,proto3" json:"api_deployment,omitempty"`
	// The list of fields to be updated. If omitted, all fields are updated that
	// are set in the request message (fields set to default values are ignored).
	// If a "*" is specified, all fields are updated, including fields that are
	// unspecified/default in the request.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If set to true, and the deployment is not found, a new deployment will be created.
	// In this situation, `update_mask` is ignored.
	AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateApiDeployment.

func (*UpdateApiDeploymentRequest) Descriptor deprecated added in v0.3.6

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

Deprecated: Use UpdateApiDeploymentRequest.ProtoReflect.Descriptor instead.

func (*UpdateApiDeploymentRequest) GetAllowMissing added in v0.3.9

func (x *UpdateApiDeploymentRequest) GetAllowMissing() bool

func (*UpdateApiDeploymentRequest) GetApiDeployment added in v0.3.6

func (x *UpdateApiDeploymentRequest) GetApiDeployment() *ApiDeployment

func (*UpdateApiDeploymentRequest) GetUpdateMask added in v0.3.6

func (x *UpdateApiDeploymentRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateApiDeploymentRequest) ProtoMessage added in v0.3.6

func (*UpdateApiDeploymentRequest) ProtoMessage()

func (*UpdateApiDeploymentRequest) ProtoReflect added in v0.3.6

func (*UpdateApiDeploymentRequest) Reset added in v0.3.6

func (x *UpdateApiDeploymentRequest) Reset()

func (*UpdateApiDeploymentRequest) String added in v0.3.6

func (x *UpdateApiDeploymentRequest) String() string

type UpdateApiRequest

type UpdateApiRequest struct {

	// Required. The API to update.
	//
	// The `name` field is used to identify the API to update.
	// Format: projects/*/locations/*/apis/*
	Api *Api `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"`
	// The list of fields to be updated. If omitted, all fields are updated that
	// are set in the request message (fields set to default values are ignored).
	// If a "*" is specified, all fields are updated, including fields that are
	// unspecified/default in the request.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If set to true, and the api is not found, a new api_versions will be created.
	// In this situation, `update_mask` is ignored.
	AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateApi.

func (*UpdateApiRequest) Descriptor deprecated

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

Deprecated: Use UpdateApiRequest.ProtoReflect.Descriptor instead.

func (*UpdateApiRequest) GetAllowMissing added in v0.3.9

func (x *UpdateApiRequest) GetAllowMissing() bool

func (*UpdateApiRequest) GetApi

func (x *UpdateApiRequest) GetApi() *Api

func (*UpdateApiRequest) GetUpdateMask

func (x *UpdateApiRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateApiRequest) ProtoMessage

func (*UpdateApiRequest) ProtoMessage()

func (*UpdateApiRequest) ProtoReflect

func (x *UpdateApiRequest) ProtoReflect() protoreflect.Message

func (*UpdateApiRequest) Reset

func (x *UpdateApiRequest) Reset()

func (*UpdateApiRequest) String

func (x *UpdateApiRequest) String() string

type UpdateApiSpecRequest

type UpdateApiSpecRequest struct {

	// Required. The spec to update.
	//
	// The `name` field is used to identify the spec to update.
	// Format: projects/*/locations/*/apis/*/versions/*/specs/*
	ApiSpec *ApiSpec `protobuf:"bytes,1,opt,name=api_spec,json=apiSpec,proto3" json:"api_spec,omitempty"`
	// The list of fields to be updated. If omitted, all fields are updated that
	// are set in the request message (fields set to default values are ignored).
	// If a "*" is specified, all fields are updated, including fields that are
	// unspecified/default in the request.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If set to true, and the spec is not found, a new spec will be created.
	// In this situation, `update_mask` is ignored.
	AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateApiSpec.

func (*UpdateApiSpecRequest) Descriptor deprecated

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

Deprecated: Use UpdateApiSpecRequest.ProtoReflect.Descriptor instead.

func (*UpdateApiSpecRequest) GetAllowMissing

func (x *UpdateApiSpecRequest) GetAllowMissing() bool

func (*UpdateApiSpecRequest) GetApiSpec

func (x *UpdateApiSpecRequest) GetApiSpec() *ApiSpec

func (*UpdateApiSpecRequest) GetUpdateMask

func (x *UpdateApiSpecRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateApiSpecRequest) ProtoMessage

func (*UpdateApiSpecRequest) ProtoMessage()

func (*UpdateApiSpecRequest) ProtoReflect

func (x *UpdateApiSpecRequest) ProtoReflect() protoreflect.Message

func (*UpdateApiSpecRequest) Reset

func (x *UpdateApiSpecRequest) Reset()

func (*UpdateApiSpecRequest) String

func (x *UpdateApiSpecRequest) String() string

type UpdateApiVersionRequest

type UpdateApiVersionRequest struct {

	// Required. The version to update.
	//
	// The `name` field is used to identify the version to update.
	// Format: projects/*/locations/*/apis/*/versions/*
	ApiVersion *ApiVersion `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	// The list of fields to be updated. If omitted, all fields are updated that
	// are set in the request message (fields set to default values are ignored).
	// If a "*" is specified, all fields are updated, including fields that are
	// unspecified/default in the request.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If set to true, and the version is not found, a new version will be created.
	// In this situation, `update_mask` is ignored.
	AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateApiVersion.

func (*UpdateApiVersionRequest) Descriptor deprecated

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

Deprecated: Use UpdateApiVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateApiVersionRequest) GetAllowMissing added in v0.3.9

func (x *UpdateApiVersionRequest) GetAllowMissing() bool

func (*UpdateApiVersionRequest) GetApiVersion

func (x *UpdateApiVersionRequest) GetApiVersion() *ApiVersion

func (*UpdateApiVersionRequest) GetUpdateMask

func (x *UpdateApiVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateApiVersionRequest) ProtoMessage

func (*UpdateApiVersionRequest) ProtoMessage()

func (*UpdateApiVersionRequest) ProtoReflect

func (x *UpdateApiVersionRequest) ProtoReflect() protoreflect.Message

func (*UpdateApiVersionRequest) Reset

func (x *UpdateApiVersionRequest) Reset()

func (*UpdateApiVersionRequest) String

func (x *UpdateApiVersionRequest) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {

	// The project to update.
	//
	// The `name` field is used to identify the project to update.
	// Format: projects/*
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// The list of fields to be updated. If omitted, all fields are updated that
	// are set in the request message (fields set to default values are ignored).
	// If a "*" is specified, all fields are updated, including fields that are
	// unspecified/default in the request.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If set to true, and the project is not found, a new project will be created.
	// In this situation, `update_mask` is ignored.
	AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

Request message for UpdateProject.

func (*UpdateProjectRequest) Descriptor deprecated

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

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetAllowMissing added in v0.3.9

func (x *UpdateProjectRequest) GetAllowMissing() bool

func (*UpdateProjectRequest) GetProject

func (x *UpdateProjectRequest) GetProject() *Project

func (*UpdateProjectRequest) GetUpdateMask

func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

Jump to

Keyboard shortcuts

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