type google.golang.org/genproto/googleapis/logging/v2.LogSink
53 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L271: type LogSink struct {
logging_config.pb.go#L353: func (x *LogSink) Reset() {
logging_config.pb.go#L354: *x = LogSink{}
logging_config.pb.go#L362: func (x *LogSink) String() string {
logging_config.pb.go#L366: func (*LogSink) ProtoMessage() {}
logging_config.pb.go#L368: func (x *LogSink) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L381: func (*LogSink) Descriptor() ([]byte, []int) {
logging_config.pb.go#L385: func (x *LogSink) GetName() string {
logging_config.pb.go#L392: func (x *LogSink) GetDestination() string {
logging_config.pb.go#L399: func (x *LogSink) GetFilter() string {
logging_config.pb.go#L406: func (x *LogSink) GetDescription() string {
logging_config.pb.go#L413: func (x *LogSink) GetDisabled() bool {
logging_config.pb.go#L421: func (x *LogSink) GetOutputVersionFormat() LogSink_VersionFormat {
logging_config.pb.go#L428: func (x *LogSink) GetWriterIdentity() string {
logging_config.pb.go#L435: func (x *LogSink) GetIncludeChildren() bool {
logging_config.pb.go#L442: func (m *LogSink) GetOptions() isLogSink_Options {
logging_config.pb.go#L449: func (x *LogSink) GetBigqueryOptions() *BigQueryOptions {
logging_config.pb.go#L456: func (x *LogSink) GetCreateTime() *timestamppb.Timestamp {
logging_config.pb.go#L463: func (x *LogSink) GetUpdateTime() *timestamppb.Timestamp {
logging_config.pb.go#L917: Sinks []*LogSink `protobuf:"bytes,1,rep,name=sinks,proto3" json:"sinks,omitempty"`
logging_config.pb.go#L956: func (x *ListSinksResponse) GetSinks() []*LogSink {
logging_config.pb.go#L1043: Sink *LogSink `protobuf:"bytes,2,opt,name=sink,proto3" json:"sink,omitempty"`
logging_config.pb.go#L1097: func (x *CreateSinkRequest) GetSink() *LogSink {
logging_config.pb.go#L1129: Sink *LogSink `protobuf:"bytes,2,opt,name=sink,proto3" json:"sink,omitempty"`
logging_config.pb.go#L1198: func (x *UpdateSinkRequest) GetSink() *LogSink {
logging_config.pb.go#L2771: (*LogSink)(nil), // 3: google.logging.v2.LogSink
logging_config.pb.go#L2876: switch v := v.(*LogSink); i {
logging_config.pb.go#L3195: GetSink(ctx context.Context, in *GetSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
logging_config.pb.go#L3200: CreateSink(ctx context.Context, in *CreateSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
logging_config.pb.go#L3206: UpdateSink(ctx context.Context, in *UpdateSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
logging_config.pb.go#L3294: func (c *configServiceV2Client) GetSink(ctx context.Context, in *GetSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
logging_config.pb.go#L3295: out := new(LogSink)
logging_config.pb.go#L3303: func (c *configServiceV2Client) CreateSink(ctx context.Context, in *CreateSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
logging_config.pb.go#L3304: out := new(LogSink)
logging_config.pb.go#L3312: func (c *configServiceV2Client) UpdateSink(ctx context.Context, in *UpdateSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
logging_config.pb.go#L3313: out := new(LogSink)
logging_config.pb.go#L3414: GetSink(context.Context, *GetSinkRequest) (*LogSink, error)
logging_config.pb.go#L3419: CreateSink(context.Context, *CreateSinkRequest) (*LogSink, error)
logging_config.pb.go#L3425: UpdateSink(context.Context, *UpdateSinkRequest) (*LogSink, error)
logging_config.pb.go#L3485: func (*UnimplementedConfigServiceV2Server) GetSink(context.Context, *GetSinkRequest) (*LogSink, error) {
logging_config.pb.go#L3488: func (*UnimplementedConfigServiceV2Server) CreateSink(context.Context, *CreateSinkRequest) (*LogSink, error) {
logging_config.pb.go#L3491: func (*UnimplementedConfigServiceV2Server) UpdateSink(context.Context, *UpdateSinkRequest) (*LogSink, error) {
cloud.google.com/go/logging/apiv2
config_client.go#L151: it.InternalFetch = func(pageSize int, pageToken string) ([]*loggingpb.LogSink, string, error) {
config_client.go#L184: func (c *ConfigClient) GetSink(ctx context.Context, req *loggingpb.GetSinkRequest, opts ...gax.CallOption) (*loggingpb.LogSink, error) {
config_client.go#L188: var resp *loggingpb.LogSink
config_client.go#L204: func (c *ConfigClient) CreateSink(ctx context.Context, req *loggingpb.CreateSinkRequest, opts ...gax.CallOption) (*loggingpb.LogSink, error) {
config_client.go#L208: var resp *loggingpb.LogSink
config_client.go#L224: func (c *ConfigClient) UpdateSink(ctx context.Context, req *loggingpb.UpdateSinkRequest, opts ...gax.CallOption) (*loggingpb.LogSink, error) {
config_client.go#L228: var resp *loggingpb.LogSink
config_client.go#L403: items []*loggingpb.LogSink
config_client.go#L413: InternalFetch func(pageSize int, pageToken string) (results []*loggingpb.LogSink, nextPageToken string, err error)
config_client.go#L423: func (it *LogSinkIterator) Next() (*loggingpb.LogSink, error) {
config_client.go#L424: var item *loggingpb.LogSink
 |
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. |