type google.golang.org/genproto/googleapis/logging/v2.ListSinksResponse
17 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L911: type ListSinksResponse struct {
logging_config.pb.go#L924: func (x *ListSinksResponse) Reset() {
logging_config.pb.go#L925: *x = ListSinksResponse{}
logging_config.pb.go#L933: func (x *ListSinksResponse) String() string {
logging_config.pb.go#L937: func (*ListSinksResponse) ProtoMessage() {}
logging_config.pb.go#L939: func (x *ListSinksResponse) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L952: func (*ListSinksResponse) Descriptor() ([]byte, []int) {
logging_config.pb.go#L956: func (x *ListSinksResponse) GetSinks() []*LogSink {
logging_config.pb.go#L963: func (x *ListSinksResponse) GetNextPageToken() string {
logging_config.pb.go#L2778: (*ListSinksResponse)(nil), // 10: google.logging.v2.ListSinksResponse
logging_config.pb.go#L2960: switch v := v.(*ListSinksResponse); i {
logging_config.pb.go#L3193: ListSinks(ctx context.Context, in *ListSinksRequest, opts ...grpc.CallOption) (*ListSinksResponse, error)
logging_config.pb.go#L3285: func (c *configServiceV2Client) ListSinks(ctx context.Context, in *ListSinksRequest, opts ...grpc.CallOption) (*ListSinksResponse, error) {
logging_config.pb.go#L3286: out := new(ListSinksResponse)
logging_config.pb.go#L3412: ListSinks(context.Context, *ListSinksRequest) (*ListSinksResponse, error)
logging_config.pb.go#L3482: func (*UnimplementedConfigServiceV2Server) ListSinks(context.Context, *ListSinksRequest) (*ListSinksResponse, error) {
cloud.google.com/go/logging/apiv2
config_client.go#L152: var resp *loggingpb.ListSinksResponse
 |
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. |