type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.Deployment
18 uses
google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
profiler.pb.go#L144: Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
profiler.pb.go#L188: func (x *CreateProfileRequest) GetDeployment() *Deployment {
profiler.pb.go#L335: Deployment *Deployment `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"`
profiler.pb.go#L398: func (x *Profile) GetDeployment() *Deployment {
profiler.pb.go#L427: type Deployment struct {
profiler.pb.go#L458: func (x *Deployment) Reset() {
profiler.pb.go#L459: *x = Deployment{}
profiler.pb.go#L467: func (x *Deployment) String() string {
profiler.pb.go#L471: func (*Deployment) ProtoMessage() {}
profiler.pb.go#L473: func (x *Deployment) ProtoReflect() protoreflect.Message {
profiler.pb.go#L486: func (*Deployment) Descriptor() ([]byte, []int) {
profiler.pb.go#L490: func (x *Deployment) GetProjectId() string {
profiler.pb.go#L497: func (x *Deployment) GetTarget() string {
profiler.pb.go#L504: func (x *Deployment) GetLabels() map[string]string {
profiler.pb.go#L668: (*Deployment)(nil), // 5: google.devtools.cloudprofiler.v2.Deployment
profiler.pb.go#L753: switch v := v.(*Deployment); i {
cloud.google.com/go/profiler
profiler.go#L272: deployment *pb.Deployment
profiler.go#L489: d := &pb.Deployment{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |