Skip to content

Commit

Permalink
test: Changes to expected generated code, having added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jun 27, 2024
1 parent 442998e commit ad60311
Show file tree
Hide file tree
Showing 16 changed files with 445 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public abstract partial class MethodBidiStream : gaxgrpc::BidirectionalStreaming
}

/// <summary>
/// Test method
/// </summary>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <param name="streamingSettings">If not null, applies streaming overrides to this RPC call.</param>
Expand Down Expand Up @@ -128,6 +129,7 @@ private Request ModifyRequest(Request request)
}

/// <summary>
/// Test method
/// </summary>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <param name="streamingSettings">If not null, applies streaming overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public abstract partial class MethodClientStream : gaxgrpc::ClientStreamingBase<
}

/// <summary>
/// Test method
/// </summary>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <param name="streamingSettings">If not null, applies streaming overrides to this RPC call.</param>
Expand Down Expand Up @@ -128,6 +129,7 @@ private Request ModifyRequest(Request request)

// TEST_START
/// <summary>
/// Test method
/// </summary>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <param name="streamingSettings">If not null, applies streaming overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public abstract class BasicLroClient

// TEST_START
/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -80,6 +81,7 @@ public abstract class BasicLroClient
throw new sys::NotImplementedException();

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -88,6 +90,7 @@ public abstract class BasicLroClient
throw new sys::NotImplementedException();

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
Expand Down Expand Up @@ -142,6 +145,7 @@ public BasicLroClientImpl(BasicLro.BasicLroClient grpcClient, mel::ILogger logge
public override lro::OperationsClient Method1OperationsClient { get; }

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -153,6 +157,7 @@ public BasicLroClientImpl(BasicLro.BasicLroClient grpcClient, mel::ILogger logge
}

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public abstract partial class BasicPaginatedClient
{
// TEST_START
/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -35,6 +36,7 @@ public abstract partial class BasicPaginatedClient
throw new sys::NotImplementedException();

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -52,6 +54,7 @@ public sealed partial class BasicPaginatedClientImpl : BasicPaginatedClient

// TEST_START
/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -63,6 +66,7 @@ public sealed partial class BasicPaginatedClientImpl : BasicPaginatedClient
}

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public abstract partial class MethodServerStream : gaxgrpc::ServerStreamingBase<
}

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down Expand Up @@ -83,6 +84,7 @@ internal sealed partial class MethodServerStreamImpl : MethodServerStream
}

/// <summary>
/// Test method
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Loading

0 comments on commit ad60311

Please sign in to comment.